Posting text at userstyles.org
A couple things changed about the way you can post text on userstyles
- Only sequences of 2+ newlines are considered paragraphs. 1 newline now outputs a br. This should help those who like to write one sentence per paragraph.
- URLs for mozillaZine and Bugzilla are now turned into links. I don’t want to allow all URLs because of possible spam implications. (Any other suggestions for “safe” URLs?)
September 4th, 2006 at 2:42 am
Thanks a lot for the newline changes, it greatly improves description formatting.
September 10th, 2006 at 3:12 pm
- Links to wikis (Mozilla Wiki, devmo/MDC, KB).
- Links to extension sites (AMO, TEM, mozdev), for user who submit a style to change the appearance (icon, etc.) of an extension.
September 14th, 2006 at 6:58 am
Lou, Mozilla Wiki, devmo, KB, and AMO are hosted on Mozilla.org and mozillaZine.org, which are already in the whitelist.
Good idea on TEM and mozdev (I already had mozdev in the list locally). I’m also going to include imageshack.us for those who like to post big honking screenshots.
September 15th, 2006 at 11:59 am
Hi, I just found this extension and I think its great. So thanks.
Anyway, just to let you know, there’s an xml error on the tips page.
XML Parsing Error: mismatched tag. Expected: .
Location: http://userstyles.org/style/tips
Line Number 82, Column 4:
http://userstyles.org/style/tips
September 22nd, 2006 at 12:09 pm
Why not a marge between Stylish and Aardvark?? I mean, i want the posibility of hide html elements by clicking in them, like in aardvark, but the code adds to stylish, something like Remove It Permanently extension.
Here is a bookmarklet that removes the element (not permanently) of the page:
http://slayeroffice.com/?c=/content/tools/removeChildren.html
September 23rd, 2006 at 3:06 pm
How about userscripts.org?
September 27th, 2006 at 9:18 am
Rayleigh: Stylish, Aardvark, and RIP use technically different methods of referring to parts of a page. The method Stylish uses isn’t the best at picking out parts of a page that are missing identifiers, and could result in false positives, fragile styles, or styles that slow down page rendering. That being said, one of the things I’ve thought of in the future is to allow selection of elements from the DOM Inspector.