Scripts:Animepage: Difference between revisions

From AniDB
Jump to navigation Jump to search
(very rough v1)
 
(updated with new info)
Line 1: Line 1:
This script displays a checkbox besides every name in the grouplist of an anime. Clicking this checkbox (de)selects all files of this group.
This script adds two new features to the AniDB.net anime pages:
*It allows you to select all files from a same group with a single click. Quickly add or remove files from your AniDB MyList for a whole series at once instead of adding them one at a time.
*It allows you to vote for animes more precisely, with 2 decimals. Ex. Vote 8.25


==Install==
==Install==
#You <b>have to</b> install the [http://greasemonkey.mozdev.org greasemonkey] Firefox-extension first!
*<b>Step 1</b> - Install the greasemonkey Firefox-extension (http://greasemonkey.mozdev.org/)
#After that install the userscript located [http://www3.sympatico.ca/techniko/anidb.user.js here.]  <br><i>(click the link and select "Install User Script" from the Tools-menu while the file is displayed in the browser-window)</i> ([[How_to_add_files_to_your_mylist:Firefox_Script:Sourcecode|Sourcecode of the script]])
*<b>Step 2</b> - Install one of the userscripts (links below) by clicking the link and selecting "Install User Script" from your browser's [Tools] menu while the file is displayed in the browser window.
And that's all you got to do. Visit an AniDB anime page to see it work!
 
==Scripts==
*<b>Full</b> - [http://www3.sympatico.ca/techniko/anidb_enhance.user.js Group-Select-Files and Precise Votes features] ([[Firefox_Script:Sourcecode1|Sourcecode]])
*<b>Light</b> - [http://www3.sympatico.ca/techniko/anidb.user.js Only Group-Select-Files feature] ([[Firefox_Script:Sourcecode2|Sourcecode]])


And that's all you got to do. Visit an anime listing to see it work!
And that's all you got to do. Visit an anime listing to see it work!

Revision as of 22:14, 9 August 2005

This script adds two new features to the AniDB.net anime pages:

  • It allows you to select all files from a same group with a single click. Quickly add or remove files from your AniDB MyList for a whole series at once instead of adding them one at a time.
  • It allows you to vote for animes more precisely, with 2 decimals. Ex. Vote 8.25

Install

  • Step 1 - Install the greasemonkey Firefox-extension (http://greasemonkey.mozdev.org/)
  • Step 2 - Install one of the userscripts (links below) by clicking the link and selecting "Install User Script" from your browser's [Tools] menu while the file is displayed in the browser window.

And that's all you got to do. Visit an AniDB anime page to see it work!

Scripts

And that's all you got to do. Visit an anime listing to see it work!


Thanks to Lupin III for this script and thanks to TechNiko for providing the space for the script.