Scripts:Animepage: Difference between revisions

From AniDB
Jump to navigation Jump to search
(very rough v1)
 
(→‎Scripts: https://anidb.net/forum/thread/53763)
 
(13 intermediate revisions by 5 users not shown)
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.
'''Updates:'''
*Dec 10, 2005 (Increased performance)
*Dec 04, 2005 (Now works with Firefox 1.5)
*Mar 10, 2015 (Fixed Decimal Vote to work on site again)
 
 
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==
==Install==
#You <b>have to</b> install the [http://greasemonkey.mozdev.org greasemonkey] Firefox-extension first!
*'''Step 1''' - Install the Greasemonkey Firefox extension (http://www.greasespot.net/)
#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]])
*'''Step 2''' - Install one of the user scripts (links below) by clicking the link and selecting "Install" when the Greasemonkey prompt window pops up.
 
And that's all you got to do. Visit an anime listing to see it work!


==Scripts==
;Full-Version
: Updated by user kingtux as discussed {{short|post380194|here}}: [https://openuserjs.org/scripts/tametomo/AniDB-Site-Enhancer_Full Group-Select-Files and Precise Votes features]
: Original by Lupin III: Group-Select-Files and Precise Votes features -- ([[Firefox_Script:Sourcecode1|Sourcecode]])
;Mass-Select
: Group-Select-Files only -- ([[Firefox_Script:Sourcecode2|Sourcecode]])
;DecimalVote
: 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 script.</i>
''Thanks to Lupin III for this script, TechNiko for providing the original space for hosting the scripts (no longer available), and kingtux for reviving maintenance on the scripts.''


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

Latest revision as of 04:08, 15 October 2020

Updates:

  • Dec 10, 2005 (Increased performance)
  • Dec 04, 2005 (Now works with Firefox 1.5)
  • Mar 10, 2015 (Fixed Decimal Vote to work on site again)


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
Updated by user kingtux as discussed here : Group-Select-Files and Precise Votes features
Original by Lupin III: 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, TechNiko for providing the original space for hosting the scripts (no longer available), and kingtux for reviving maintenance on the scripts.