Sleazy Fork is available in English.

G.E Auto Note Favourites

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

Verze ze dne 24. 04. 2015. Zobrazit nejnovější verzi.

Autor
HEN-TIE
Hodnocení
0 0 0
Verze
2.0
Vytvořeno
26. 02. 2015
Aktualizováno
24. 04. 2015
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.
  • Hit 'Return' to save save favourite.

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, '');