1337X Image Helper

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
PeratX
التثبيت اليومي
0
إجمالي التثبيت
6
التقييمات
0 0 0
الإصدار
1.0
تم إنشاؤه
19-11-2025
تم تحديثه
19-11-2025
الحجم
6.58 KB
الترخيص
Apache-2.0
ينطبق على

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.