Sleazy Fork is available in English.

G.E Auto Note Favourites

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

Mint 2015.04.24.. Lásd a legutóbbi verzió

Fejlesztő
HEN-TIE
Értékelések
0 0 0
Verzió
2.0
Létrehozva
2015.02.26.
Frissítve
2015.04.24.
Licensz
Ismeretlen
Érvényes

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