Difference between revisions of "Customise TMB"

From TMB Wiki
Jump to: navigation, search
(The Styles: color theme)
m (Text replacement - "http://themixingbowl.org" to "https://themixingbowl.org")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Userscripts==
 
==Userscripts==
===For your browser===
 
====Firefox====
 
https://addons.mozilla.org/en-US/firefox/addon/748
 
====Opera====
 
http://www.opera.com/browser/tutorials/userjs/
 
====Chrome====
 
http://dev.chromium.org/developers/design-documents/user-scripts
 
 
 
===The Scripts===
 
===The Scripts===
http://userscripts.org/tags/themixingbowl
+
See all the scripts here http://userscripts.org/tags/themixingbowl
  
 
[http://userscripts.org/scripts/show/68485 alertOnNonEmptyTextArea]  
 
[http://userscripts.org/scripts/show/68485 alertOnNonEmptyTextArea]  
Line 18: Line 10:
  
 
[http://userscripts.org/scripts/show/68480 showsearchtext]  
 
[http://userscripts.org/scripts/show/68480 showsearchtext]  
shows name of search instead of colored pills
+
shows name of search instead of colored pills.
 +
[http://dl.dropbox.com/u/30897/tmb_searchtext.png Preview]
  
 
[http://userscripts.org/scripts/show/68479 removesticky]  
 
[http://userscripts.org/scripts/show/68479 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.
+
removes sticky threads from https://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.
  
 
[http://userscripts.org/scripts/show/69168 latestpost]
 
[http://userscripts.org/scripts/show/69168 latestpost]
Line 28: Line 21:
 
[http://userscripts.org/scripts/show/77444 showtagimages]
 
[http://userscripts.org/scripts/show/77444 showtagimages]
 
Shows the tag icons (instead of tag text) on torrent details page, looks betterer.
 
Shows the tag icons (instead of tag text) on torrent details page, looks betterer.
 +
[http://dl.dropbox.com/u/30897/withshowtagimages.png Preview]
  
==Userstyles==
 
 
===For your browser===
 
===For your browser===
 
====Firefox====  
 
====Firefox====  
https://addons.mozilla.org/en-US/firefox/addon/2108
+
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====  
Basically the same as for userscripts, it just goes in the css directory instead. 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.
 +
You may want to add [http://www.howtocreate.co.uk/operaStuff/userjs/aagmfunctions.js aagmfunctions.js] to your Opera userscript directory as it will enable Greasemonkey specific functions which means it's much more likely a Greasemonkey script will actually work. Read more information on [http://www.howtocreate.co.uk/operaStuff/userJavaScript.html User JavaScript in Opera]
 +
 
 
====Chrome====  
 
====Chrome====  
http://forum.userstyles.org/comments.php?DiscussionID=2867
+
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===
 
===The Styles===
 
New color theme for the bowl, makes it orangey (you can see a preview if you follow the link).
 
New color theme for the bowl, makes it orangey (you can see a preview if you follow the link).
Line 46: Line 49:
 
tmbthin1 + tmbthin2 remove some of the vertical blank space between the top torrent box and content. Either use tmbthin1 or both.
 
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
 
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/
 +
====Chrome====
 +
http://forum.userstyles.org/comments.php?DiscussionID=2867

Latest revision as of 14:04, 24 October 2021

Userscripts

The Scripts

See all the scripts here 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. Preview

removesticky removes sticky threads from https://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. Preview

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. You may want to add aagmfunctions.js to your Opera userscript directory as it will enable Greasemonkey specific functions which means it's much more likely a Greasemonkey script will actually work. Read more information on User JavaScript in Opera

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/

Chrome

http://forum.userstyles.org/comments.php?DiscussionID=2867