Oh, we have one more patch suggestion from PowerGlove, but last one is still not approved by lord theymos.
Yup. I'm hoping theymos will merge the
member filtering patch at some point, because it's very useful and I think most people will agree once/if they get to see it in action.
Back to
this patch though, if anyone is curious (and tech-savvy) enough to want to experiment with running it locally (without having to install browser extensions) then here are some instructions (for Firefox, or Firefox-derived browsers like Tor Browser):
Step 1: Browse to "about:support" to figure out where your "Profile Directory" is (should be near the middle of what's listed under "Application Basics").
Step 2: Create a folder (if it doesn't already exist) named "chrome" within the directory from the previous step.
Step 3: Create a file (if it doesn't already exist) named "userContent.css" within the directory from the previous step.
Step 4: Browse to "about:config" and enable the setting named "toolkit.legacyUserProfileCustomizations.stylesheets".
Step 5: Close your browser.
Step 6: Put the following inside the "userContent.css" file, from step 3:
@-moz-document domain(bitcointalk.org) {
.quote { font-size: 12px !important; }
.quoteheader, .codeheader { font-size: 11px !important; }
}
Obviously, you can put whatever stylesheet overrides you like in there (take a look at the forum's
main stylesheet for ideas) but I'm only concerned (at the moment) with what I wrote about in the initial post (i.e. making quoted text slightly bigger).