Scripts:Animepage: Difference between revisions

From AniDB
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
Updates:
'''Updates:'''
*Dec 10, 2005 (Increased performance)
*Dec 10, 2005 (Increased performance)
*Dec 04, 2005 (Now works with Firefox 1.5)
*Dec 04, 2005 (Now works with Firefox 1.5)
Line 5: Line 5:


This script added two new features (new to 2005) to the AniDB.net anime pages:
This script added two new features (new to 2005) to the AniDB.net anime pages:
*It allowed you to select all the files from a same group with a single click, which now can be done in the AJAX version of AniDB (go to your profile options and check the option that says "Use ajax on anime and mylist ").  
*It allowed you to select all the files from a same group with a single click, which now can be done in the AJAX version of AniDB (go to your profile options and check the option that says "Use Ajax on anime and MyList").  
*It allowed you to vote for anime more precisely, with 2 decimals. Ex. Vote 8.25
*It allowed you to vote for anime more precisely, with 2 decimals. Ex. Vote 8.25


Line 11: Line 11:


==Install==
==Install==
*<b>Step 1</b> - Install the Greasemonkey Firefox extension (http://www.greasespot.net/)
*'''Step 1''' - Install the Greasemonkey Firefox extension (http://www.greasespot.net/)
*<b>Step 2</b> - Install one of the userscripts (links below) by clicking the link and selecting "Install" when the Greasemonkey prompt window pops up.
*'''Step 2''' - Install one of the user scripts (links below) by clicking the link and selecting "Install" when the Greasemonkey prompt window pops up.


==Scripts==
==Scripts==
*<b>Full-Version</b> - [http://www3.sympatico.ca/techniko/AniDB_Enhance_Full-Version.user.js Group-Select-Files and Precise Votes features] ([[Firefox_Script:Sourcecode1|Sourcecode]])
;Full-Version : [http://www3.sympatico.ca/techniko/AniDB_Enhance_Full-Version.user.js Group-Select-Files and Precise Votes features] ([[Firefox_Script:Sourcecode1|Sourcecode]])
*<b>Mass-Select</b> - [http://www3.sympatico.ca/techniko/AniDB_Enhance_Mass-Select.user.js Group-Select-Files only] ([[Firefox_Script:Sourcecode2|Sourcecode]])
;Mass-Select : [http://www3.sympatico.ca/techniko/AniDB_Enhance_Mass-Select.user.js Group-Select-Files only] ([[Firefox_Script:Sourcecode2|Sourcecode]])
*<b>DecimalVote</b> - [http://www3.sympatico.ca/techniko/AniDB_Enhance_DecimalVote.user.js Precise Votes only] ([[Firefox_Script:Sourcecode3|Sourcecode]])
;DecimalVote : [http://www3.sympatico.ca/techniko/AniDB_Enhance_DecimalVote.user.js Precise Votes only] ([[Firefox_Script:Sourcecode3|Sourcecode]])


<i>Thanks to Lupin III for this script and thanks to TechNiko for providing the space for the scripts.</i>
''Thanks to Lupin III for this script and thanks to TechNiko for providing the space for the scripts.''


[[Category:Development]][[Category:Misc]]
[[Category:Development]][[Category:Misc]]

Revision as of 14:10, 25 April 2009

Updates:

  • Dec 10, 2005 (Increased performance)
  • Dec 04, 2005 (Now works with Firefox 1.5)


This script added two new features (new to 2005) to the AniDB.net anime pages:

  • It allowed you to select all the files from a same group with a single click, which now can be done in the AJAX version of AniDB (go to your profile options and check the option that says "Use Ajax on anime and MyList").
  • It allowed you to vote for anime more precisely, with 2 decimals. Ex. Vote 8.25

The script's first feature, mass-selection from a single group, can now be done through AniDB's AJAX version. Thus, both the "full version" and "mass-select" versions of this script are now to be considered depreciated. The "DecimalVote" version of the script still works perfectly fine, so it can still be used in AniDB, even when the AJAX version is being used.

Install

  • Step 1 - Install the Greasemonkey Firefox extension (http://www.greasespot.net/)
  • Step 2 - Install one of the user scripts (links below) by clicking the link and selecting "Install" when the Greasemonkey prompt window pops up.

Scripts

Full-Version
Group-Select-Files and Precise Votes features (Sourcecode)
Mass-Select
Group-Select-Files only (Sourcecode)
DecimalVote
Precise Votes only (Sourcecode)

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