1337X Image Helper

1. 识别 description 中的缩略图(支持懒加载 data-original + 路径替换),显示高清原图;2. 劫持 window.onload 阻止 ma.js 弹窗脚本执行。

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey, Greasemonkey alebo Violentmonkey.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie, ako napríklad Tampermonkey.

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey, % alebo Violentmonkey.

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey alebo Userscripts.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie, ako napríklad Tampermonkey.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie správcu používateľských skriptov.

(Už mám správcu používateľských skriptov, nechajte ma ho nainštalovať!)

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

(Už mám správcu používateľských štýlov, nechajte ma ho nainštalovať!)

Autor
PeratX
Denne inštalácií
0
Celkový počet inštalácií
18
Hodnotenie
0 0 0
Verzia
1.0
Vytvorené
19.11.2025
Aktualizované
19.11.2025
Veľkosť
6,6 KB
Licencia
Apache-2.0
Spustiť na

1337X Image Helper - Auto Append Original Image

This script enhances the browsing experience on torrent/download sites by automatically expanding thumbnails into high-definition original images and blocking specific popunder advertisements.

🚀 Key Features

Smart Image Expansion

Auto-Resolution: Automatically detects thumbnail images (e.g., .th.jpg, .md.jpg) inside the description area and appends the Full HD original version underneath.

Link Conversion: Converts text-based image links (ending in .html) into actual visible images.

Lazy Load Support: Correctly identifies images using data-original attributes (often used by sites to hide the real image URL behind a loading placeholder like profile-load.svg).

Clean UI: Removes the original low-res thumbnails and "click-to-view" links that often trigger unwanted popups, leaving only the clean, full-size image.

🛠 Supported Image Hosting Rules

The script currently supports the following logic for URL cleaning:

Generic Thumbnails:

Replaces *.th.jpg or *.md.jpg with *.jpg.

Imgtraffic.com:

Converts /i-1/ path to /1/.

Converts /1s/, /2s/ (etc.) paths to /1/, /2/.

Removes .html suffixes.

14xpics.space & Others:

Applies standard thumbnail removal rules.

⚙️ How It Works

The script is set to run at document-start to ensure it can intercept the ad scripts before the page fully loads.

Initialization: It immediately sets up the window.onload trap to block the ad script.

DOM Processing: Once the page content loads (DOMContentLoaded), it scans the #description container.

Image Processing: It iterates through all images and links, calculates the HD URL based on the rules above, and appends the new image to the DOM.

Cleanup: It removes the old wrapper links to prevent accidental clicks on popups.

📝 Disclaimer

This script is for educational and personal use only. It modifies the client-side display of web pages. The author is not responsible for any issues that may arise from using this script.