Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> [script] archive download in list view / sort gallery / mark downloaded ...more, new feature: auto find event for gallery title

 
post Nov 26 2020, 00:16
Post #1
consistent_chaos



Lurker
Group: Lurkers
Posts: 1
Joined: 25-November 20


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 download

code: [git.io] https://git.io/JkSeg

install script: [git.io] https://git.io/Jk1Yp


script only work in Thumbnail mode

click 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 color

code: [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 text

code: [git.io] https://git.io/JkSJP

install script: [git.io] https://git.io/Jk1Y9


click 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 useful


This post has been edited by consistent_chaos: Nov 28 2020, 16:06
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 31st March 2025 - 21:38