Stylish add-on (oh, and Hi!)

DiscussieHacking LibraryThing

Sluit je aan bij LibraryThing om te posten.

Stylish add-on (oh, and Hi!)

Dit onderwerp is gemarkeerd als "slapend"—het laatste bericht is van meer dan 90 dagen geleden. Je kan het activeren door een een bericht toe te voegen.

1brightcopy
Bewerkt: jan 15, 2010, 11:17 am

Very cool that you got this group started. Hopefully some of the hidden work going on will come out of the woodwork. As for me, I'm a shameless self-promoter as you can already tell. :D It's not so much that I want the fame as I want other people to have the same cool toys as I do.

I don't have a specific comment on the touchstone issue, but I wanted to mention the Stylish addon. I've been using greasemonkey for years but only just recently noticed it.

It's basically greasemonkey for userContent.css. Yes, it means yet another addon, but on the upside you don't have to constantly restart the browser like you do when testing modifications to userContent.css. It even has a website like greasemonkey's userscripts.org (userstyles.org) where people can put their public code. It also has the same limitation on hostname wildcards that userContent.css does (basically just exact url or url-prefix).

I haven't fully made up my mind on it yet. The script management (monkey icon in Firefox) isn't quite as polished as GM's (and boy did it take a while to get there for GM). And it's pretty easy to add styles using GM_addStyle(), so...

Just thought I'd throw that out there.

Edit:
Oh, and something quite weird that I'm going to report on Bug Collectors - if you put a url in your post that has "style" anywhere in it, LT changes that word to "forbidden". I'm not sure what this is attempting to avoid but I think it's probably not intended to happen exactly this way. As such, there's no way to link to pages as the userstyles.org page!

2aethercowboy
jan 15, 2010, 12:06 pm

>1 brightcopy:

It's probably just the HTML parser parsing out style attributes a little too militantly.

3JonathanGorman
jan 15, 2010, 12:08 pm

Oh, very cool, I hadn't heard about the style plugin. I don't mind plugins, but I know some other folks do.

4timepiece
jan 17, 2010, 11:10 am

Stylish is a great add-on - I use it for a ton of sites. I have a style for LT posted, but I don't know if it still works with all the code changes we've had (plus it was for a pretty specific situation).

Another nice thing about Stylish vs. GreaseMonkey is it's easy to turn the sttyle off and on without having to even reload the page (let alone the browser).

5brightcopy
mrt 20, 2010, 6:48 pm

I just thought I'd post something Stylish-related that I found:
Stylish-Custom Add-on

This is an addon that extends the Stylish addon and gives it a lot of cool style developer-centric features. Perfect for the hackers out there.