Difference between revisions of "Customise TMB"
m (reorder the actual styles and scripts first) |
(→For your browser: expanded) |
||
Line 24: | Line 24: | ||
====Firefox==== | ====Firefox==== | ||
https://addons.mozilla.org/en-US/firefox/addon/748 | https://addons.mozilla.org/en-US/firefox/addon/748 | ||
+ | |||
+ | Install the Greasemonkey addon, now you can just click the Install button on the userscript pages (see above). | ||
====Opera==== | ====Opera==== | ||
http://www.opera.com/browser/tutorials/userjs/ | http://www.opera.com/browser/tutorials/userjs/ | ||
+ | |||
+ | To enable user JavaScript, use <span style="background-color:#DDDDDD; color:#111111">Tools > Preferences > Advanced > Content > JavaScript options</span>, and select the directory where you will put your User JavaScript files. Opera will load all files in the specified directory whose names end with .js and will use them as User JavaScript files. If a file name ends with .user.js it will be assumed to use Greasemonkey notation. | ||
====Chrome==== | ====Chrome==== | ||
http://dev.chromium.org/developers/design-documents/user-scripts | http://dev.chromium.org/developers/design-documents/user-scripts | ||
− | + | Chromium and Google Chrome (version 4 and higher) have built-in support for Greasemonkey-style user scripts. | |
+ | To use, click on any .user.js file. You should see an install dialog. Press OK to install. | ||
==Userstyles== | ==Userstyles== |
Revision as of 21:26, 23 December 2010
Contents
Userscripts
The Scripts
http://userscripts.org/tags/themixingbowl
alertOnNonEmptyTextArea Show an alert if navigating away from a page with a modified textarea
hideSearch button to hide/show search options. Unfortunately not working on advanced search, but still useful to hide the block of space the search options take, eg- bigcloud
showsearchtext shows name of search instead of colored pills
removesticky removes sticky threads from http://themixingbowl.org/forum/unread/ of course it won't retrieve more posts, so you might not be left with many threads on the first page.
latestpost Creates a link on forum pages to the latest post of a thread. Handy for those big threads like animated gif/picture gallery, save you loading all the images just to check the latest post.
showtagimages Shows the tag icons (instead of tag text) on torrent details page, looks betterer.
For your browser
Firefox
https://addons.mozilla.org/en-US/firefox/addon/748
Install the Greasemonkey addon, now you can just click the Install button on the userscript pages (see above).
Opera
http://www.opera.com/browser/tutorials/userjs/
To enable user JavaScript, use Tools > Preferences > Advanced > Content > JavaScript options, and select the directory where you will put your User JavaScript files. Opera will load all files in the specified directory whose names end with .js and will use them as User JavaScript files. If a file name ends with .user.js it will be assumed to use Greasemonkey notation.
Chrome
http://dev.chromium.org/developers/design-documents/user-scripts
Chromium and Google Chrome (version 4 and higher) have built-in support for Greasemonkey-style user scripts. To use, click on any .user.js file. You should see an install dialog. Press OK to install.
Userstyles
The Styles
New color theme for the bowl, makes it orangey (you can see a preview if you follow the link).
http://userstyles.org/styles/31216 I've added comments to the source so if you know a bit of CSS you can make your own theme!
tmbthin1 + tmbthin2 remove some of the vertical blank space between the top torrent box and content. Either use tmbthin1 or both. http://userstyles.org/styles/browse/all/themixingbowl
For your browser
Firefox
https://addons.mozilla.org/en-US/firefox/addon/2108
Opera
Basically the same as for userscripts, it just goes in the css directory instead. http://www.opera.com/browser/tutorials/userjs/