Discussion Forums > Technology
Personalized Web Plugin for Firefox?
(1/1)
Meomix:
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)body {
width: 1000px !important;
margin: 0px !important;
margin-top: 0px !important;
margin-right: -28px !important;
margin-bottom: 0px !important;
margin-left: -27px !important;
padding-top: 12px !important;
padding-right: 0px !important;
padding-bottom: 4px !important;
padding-left: 31px !important;
}
html body #bodyarea #quickModForm table tbody tr td table tbody tr td table tbody tr td table tbody tr td div.smalltext {
width: 450px !important;
}
div[class="smalltext"] {
width: 150px !important;
}
body table tbody tr td form table tbody tr td table tbody tr td table tbody tr td table tbody tr td div.smalltext {
width: 450px !important;
}
html body div#bodyarea div.tborder div#upshrinkHeaderIC table.bordercolor tbody tr td.windowbg2 div.smalltext {
width: 954px !important;
}
blubart:
http://userstyles.org/ ?
Meomix:
--- Quote from: blubart on July 03, 2011, 11:53:24 AM ---http://userstyles.org/ ?
--- End quote ---
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!
blubart:
to only affect a specific domain/site bracket your code with:
@-moz-document domain("your.domain.here") {
YOUR CODE HERE
}
Navigation
[0] Message Index
Go to full version