Difference between revisions of "Pixiv Fetcher"

From Shuushuu
Jump to: navigation, search
Line 1: Line 1:
 
[[File:Pixivf.png|800px]]
 
[[File:Pixivf.png|800px]]
 
+
=Description=
Pixiv Fetcher is a Greasemonkey script by Merun which will add romanized name to Pixiv pages. This includes member pages and image pages.
+
Pixiv Fetcher is a Greasemonkey script written by [[user:Merun|Merun] which will add romanized name to Pixiv pages. This includes member pages and image pages.
  
  
Line 13: Line 13:
 
Please note that the wiki doesn't reflect necessarily  the artist tags of E-shuushuu.
 
Please note that the wiki doesn't reflect necessarily  the artist tags of E-shuushuu.
  
The script is in 0.1.1 Beta version, only tested under Firefox-3.6/4.0
+
=Installation=
 +
For Firefox:
 +
# Install the [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey addon]
 +
# Restart your browser
 +
# Download the script : [http://claritism.com/pixivf/pixiv_fetcher.user.js Pixiv Fetcher]
 +
 
 +
For Chrome:
 +
# Install the [https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo Tampermonkey addon]
 +
# Download the script : [http://claritism.com/pixivf/pixiv_fetcher.user.js Pixiv Fetcher]
  
To use it, you need first to install the [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey addon]for Firefox, then you can download the script: [http://claritism.com/pixivf/pixiv_fetcher.user.js Download]
+
=Support=
  
For Chrome user, you need to install [https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo Tampermonkey] which adds the needed API for Pixiv Fetcher. Note that this is a workaround.
+
The script was tested and should work on Firefox 3.6/4.0 and Chrome.  
 +
For support, PM Merun. No support is provided for other browser.
  
TO DO:
+
=To Do
 
*Improve wiki parser
 
*Improve wiki parser
 
*Improve display of Japanese character and other weird stuff
 
*Improve display of Japanese character and other weird stuff
Line 26: Line 35:
 
For support, PM Merun or post on the forum. No support is provided for other browsers than Firefox.
 
For support, PM Merun or post on the forum. No support is provided for other browsers than Firefox.
  
Release note:
+
=Release Note=
  
0.1.1
+
0.1.1 -  8 May 2011
 
* Fixed a bug which broke the "add to favorites" button of Pixiv
 
* Fixed a bug which broke the "add to favorites" button of Pixiv
0.1
+
0.1 - 7 May 2011
 
* Initial release
 
* Initial release

Revision as of 15:16, 8 May 2011

Pixivf.png

Description

Pixiv Fetcher is a Greasemonkey script written by [[user:Merun|Merun] which will add romanized name to Pixiv pages. This includes member pages and image pages.


How does it work?

  • Script retrieves the artist id from the page.
  • Script send a request to my database server ( Not E-shuushuu )
  • Script puts the name below the avatar if the id is in the database

The database used relies on the wiki. However it's not updated in real time as some manual treatment is needed. As of now, 9823 artists are in the database, which is a bit less than the real number on the wiki. Please note that the wiki doesn't reflect necessarily the artist tags of E-shuushuu.

Installation

For Firefox:

  1. Install the Greasemonkey addon
  2. Restart your browser
  3. Download the script : Pixiv Fetcher

For Chrome:

  1. Install the Tampermonkey addon
  2. Download the script : Pixiv Fetcher

Support

The script was tested and should work on Firefox 3.6/4.0 and Chrome. For support, PM Merun. No support is provided for other browser.

=To Do

  • Improve wiki parser
  • Improve display of Japanese character and other weird stuff
  • Interface to add/edit/delete name to the database

For support, PM Merun or post on the forum. No support is provided for other browsers than Firefox.

Release Note

0.1.1 - 8 May 2011

  • Fixed a bug which broke the "add to favorites" button of Pixiv

0.1 - 7 May 2011

  • Initial release