G.E Auto Note Favourites

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

ของเมื่อวันที่ 24-04-2015 ดู เวอร์ชันล่าสุด

ผู้เขียน
HEN-TIE
คะแนน
0 0 0
เวอร์ชัน
2.0
สร้างเมื่อ
26-02-2015
อัปเดตเมื่อ
24-04-2015
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

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