G.E Auto Note Favourites

Fills the notes section with the gallery's tags when favouriting.

Verze ze dne 26. 02. 2015. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
HEN-TIE
Hodnocení
0 0 0
Verze
1.0
Vytvořeno
26. 02. 2015
Aktualizováno
26. 02. 2015
Size
1,3 KB
Licence
neuvedeno
Spustit na

Works on g.e-hentai.org and exhentai.org.
Fills the notes section with the gallery's tags when favouriting.
Makes it easier to see what is in a gallery right from your favourites list.

IMPORTANT
Install G.E Auto Note Favourites [helper] to include misc tags in the notes.
Read the helper's description for what tags it enables.







Customizing Namespaces
Italic namespaces are included by default:

  • Arist
  • Group
  • Female
  • Male
  • Parody
  • Misc needs helper script to work
  • Character
  • Language

You can add or remove namespaces by changing this line in the script:

var str = $("NAMESPACE1, NAMESPACE2,", window.opener.document).append("\u200B").text();

Namespace codes:
Artist       #taglist a[id^='ta_artist']
Group        #taglist a[id^='ta_group']
Female       #taglist a[id^='ta_female']
Male         #taglist a[id^='ta_male']
Parody       #taglist a[id^='ta_parody']
Character    #taglist a[id^='ta_character']
Language     #taglist a[id^='ta_language']
Misc         #taglist td#miscid+td a

Customizing Tags
You can filter tags to always exclude. Default exclusions:

  • full censorship
  • mosaic censorship
  • incomplete
  • out of order
  • scanmark
  • poor grammar

You can filter tags by adding them to this line in the script:

str = str.replace(/tag1|tag2/g, '');