I've made some scripts in the past few weeks
I know some features that are similar to Mayriad's script
But when I wrote these scripts, I didn't realize that there were already scripts here
I only list script that relate to here
more scripts (for other sites) and update on my github [git.io] https://git.io/JkoWi_________________________________________________
ehx direct downloadcode: [git.io] https://git.io/JkSeg
install script: [git.io] https://git.io/Jk1Ypscript only work in Thumbnail modeclick button to enable (pervent too many requests)
(IMG:[i.imgur.com] https://i.imgur.com/05KQrh6.png)Features:- Memory downloaded / marked galleries
- (when click Archive Download or use mark/unmark gallery under gallery)
- change downloaded / marked gallery color to black (quick identify in list)
- Enable Archive Download / Sorting / Show torrents Title / Fix Event in Ttile
- add button under gallery:
- archive download
- copy title
- mark/unmark gallery
- show gallery's torrent list in pure text
- sorting gallery
- example: (aaaaaaaa) [bbbbbbbb] cccccccc (dddddddd)
- Title (ignore Prefix/Group/End) => cccccccc
- Title (ignore Prefix/Group) => cccccccc (dddddddd)
- Title (ignore Prefix) => [bbbbbbbb] cccccccc (dddddddd)
- Title => (aaaaaaaa) [bbbbbbbb] cccccccc (dddddddd)
- Event => (aaaaaaaa)
- fix/unfix event in title (auto enable by default)
- search event prefix in torrent / same title gallery and add to title
- priority: title_jpn > title_en > torrent > same title gallery
- some prefix will be ignore: (already categorized)
CODE
"(同人誌)",
"(成年コミック)",
"(成年コミック・雑誌)",
"(一般コミック)",
"(一般コミック・雑誌)",
"(エロライトノベル)",
"(ゲームCG)",
"(同人ゲームCG)",
"(18禁ゲームCG)",
- options
- sort order (descending by default)
- auto copy title when download (enabled by default)
- auto fix event in title (enabled by default)
- Show Pure Text
- add pure text title under gallery (full title)
- Jump To Nearest Downloaded (if any)
- other
- make all gallery link open in new tab (pervent click on accident)
- make all gallery show entire title
_________________________________________________
ehx link colorcode: [git.io] https://git.io/JkSJK
install script: [git.io] https://git.io/Jk1YF
change visited & unvisited link color
if you don't like default color, change it to any valid CSS color you want
CODE
// unvisited link color
let enable_link = true;
let eh = "DeepPink";
// visited link color
let enable_visited = true;
let eh_v = "gray";
_________________________________________________
ehx torrent textcode: [git.io] https://git.io/JkSJP
install script: [git.io] https://git.io/Jk1Y9click to copy torrent name in torrent page
auto close window after copy
if you don't want it close, set this value to false
CODE
let autoclose = true;
since the master script already can display torrent list
this script seems to become less usefulThis post has been edited by consistent_chaos: Nov 28 2020, 16:06