Author Topic: Personalized Web Plugin for Firefox?  (Read 925 times)

Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Personalized Web Plugin for Firefox?
« on: July 03, 2011, 09:23:27 AM »
I couldn't find Google Chromes "Personalized Web" plugin for Firefox, is there an equivalent?
Cause i need the plugin where i can paste in this code to make the bakabt forums show properly on a 1024x768 monitor.

(click to show/hide)
« Last Edit: July 03, 2011, 09:30:13 AM by Meomix »
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.


Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Re: Personalized Web Plugin for Firefox?
« Reply #2 on: July 04, 2011, 04:35:34 PM »
http://userstyles.org/ ?

Ok wow.. somehow the plugin worked like magic even doe i couldn't specify what website to edit.

Edit: hmm hmm, to specify a site you have to specify it in code. Mah it all worked out anyway, thanks!
« Last Edit: July 04, 2011, 04:41:43 PM by Meomix »
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.

Offline blubart

  • Member
  • Posts: 2349
Re: Personalized Web Plugin for Firefox?
« Reply #3 on: July 04, 2011, 06:00:03 PM »
to only affect a specific domain/site bracket your code with:
@-moz-document domain("your.domain.here") {
YOUR CODE HERE
}