PornXP Enhanced

Autoplay in frame video previews plus case insensitive tag blocking

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

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

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

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

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

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
quantavil
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
5
Βαθμολογίες
0 0 0
Έκδοση
1.2
Δημιουργήθηκε την
21/04/2026
Ενημερώθηκε την
21/04/2026
Μέγεθος
10 KB
Άδεια
MIT
Εφαρμόζεται σε

PornXP Enhanced

Overview

Userscript that automates video previews and filters content by tags on PornXP.

Features

  • Viewport triggered video previews that autoplay on scroll and pause when hidden
  • Case insensitive tag blocking with hide or blur display modes
  • Quick block buttons attached to every tag link
  • Lightweight settings panel for mute and visibility toggles
  • Full cache and filter reset via the Tampermonkey menu

Installation

  1. Install Tampermonkey or Violentmonkey.
  2. Create a new script and paste the code.
  3. Save and enable. The script activates automatically on matching domains.

Usage

  • Scroll the page. Previews load and play when items enter the view port.
  • Click the fixed Filters button to open the control panel.
  • Add tags manually or hover over existing tags and click the cross icon to block them.
  • Toggle mute or switch between hiding and blurring blocked items in the panel.
  • Open the Tampermonkey extension menu and select Clear Cache and Reset Filters to wipe all stored data and restore defaults.

Technical Notes

  • Runs at document end to ensure DOM readiness.
  • Uses IntersectionObserver for efficient preview triggering.
  • Applies explicit stacking context fixes to prevent preview clipping.
  • Style rules use important flags to override site CSS reliably.
  • Requires a modern browser with ES6 support.