SkillAgentSearch skills...

SomeTampermonkeyScripts

some scripts I made

Install / Use

/learn @x94fujo6rpg/SomeTampermonkeyScripts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

If you are using Tampermonkey, it might be a problem after the recent update of the extension.
Scripts does not load regularly and needs to be refresh the page several times.
Tampermonkey/tampermonkey#1617

The end of user scripts https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#remotely-hosted-code
https://github.com/Tampermonkey/tampermonkey/issues/644
Remotely hosted code is no longer allowed;
an extension can only execute JavaScript that is included within its package.

SomeTampermonkeyScripts

some scripts I made
click link to install

| script | install | | ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | | ehx direct download | raw | | ehx link color | raw | | ehx torrent text | raw | | dlsite title reformat | raw | | mangaoh title reformat | raw | | pornhub user video | raw | | ~~youtube url normalizer~~ | raw | | prts redirector | raw | | sharer.pw auto click | raw | | google drive auto click | raw | | reddit img relink | raw | | anti-bili-anti-copy | raw | | fc2 show all products | raw | | nexusmods skip countdown | raw | | avgle m3u8 extractor | raw | | newgrounds tool | raw | | AutoEQ to EasyQ converter | raw | | 4chan Base64 Decode Tool | raw | | pixiv blacklist | raw |

[ehx direct download]

only work in Thumbnail mode

click button to enable (pervent too many requests)

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 (auto replace forbidden characters <>:"/|?*\ to full-width)
      • 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
      • if no 100% match found, try similarity search (disabled by default)
        • threshold (edit code if you have issue)
          let sim_search_threshold = 0.6
          
      • priority: title_jpn > title_en > torrent > same title gallery
      • highlight prefix (github doesn't support color in 2020...okay...)
        • from torrents ( green)
        • from other gallery ( blueviolet)
      • some prefix will be ignore: (already categorized)
        "(同人誌)",
        "(成年コミック)",
        "(成年コミック・雑誌)",
        "(一般コミック)",
        "(一般コミック・雑誌)",
        "(エロライトノベル)",
        "(ゲームCG)",
        "(同人ゲームCG)",
        "(18禁ゲームCG)",  
        "(同人CG集)",
        "(画集)",
        
    • options
      • sort order (descending by default)
      • auto copy title when download (enabled by default)
      • auto show pure text (enabled by default)
      • auto fix event in title (enabled by default)
    • sort options
      • Numeric Whether numeric collation should be used, such that "1" < "2" < "10"
      • Ignore Punctuation
  • 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

updates

  • v1.15

    • add sort
      • Page Count
      • Rating
      • Uploader
  • v1.14

    • If the gallery is unavailable
  • v1.13

    • new button style
    • change save format (auto migrate)
  • v1.12

    • separate jp/en sorting
  • v1.11

    • improve sort speed
    • fix tag system
      • sort by group/circle/artist
      • exclude by tag
  • v1.08

    • fix addToDownloadedList use wrong limit
  • v1.07

    • set default downloaded/marked gallery list size limit to 0 (no limit)
    let gallery_data_max_size = 0; // kb, 0 = no limit
    
  • v1.05

    • at gallery page, add a link to goto e-h/ex
  • v1.04

    • fix event title now show the real source
      • same title gallery A B C D, only A have event, B get event from A
        then:
        • old
          C get event from B and record it is from B
          D get event from C and record it is from C
        • new
          C get event from B and record it is from A
          D get event from C and record it is from A
  • v1.02

    • fix a bug in title pre-process
      example: (aaa) [bbb] ccc[ddd]eee (fff)  
      old: ccceee  
      now: cccdddeee  
      
    • change some code
  • v1.01

    • fix script not work in eh (css not found)
    • quick check prefix source
      • display which gallery the prefix is from under the gallery
      • move mouse on top will show the image
  • v0.99

    • fix some issue in show torrent list
      • decode HTML text (like &#039;)
      • separate each line
    • disable similarity search by default
      pre-processed title is good enough, and it seems that no match can pass the final test any

Related Skills

View on GitHub
GitHub Stars61
CategoryDevelopment
Updated9d ago
Forks7

Languages

JavaScript

Security Score

80/100

Audited on Mar 27, 2026

No findings