plab-ultra

Userscript for PornoLab.Net

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.

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.

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

Autor
clangmoyai
Dnevne instalacije
1
Ukupno instalacija
74
Ocene
2 1 0
Verzija
2025.09.18
Napravljeno
19. 08. 2025
Ažurirano
17. 09. 2025
Size
254 КБ
Licenca
MIT
Važi za

Pornolab Ultra

logo

"Userscript for PornoLab.Net"

Features

  • Minimalistic and modern interface with theme support.
  • Upgrades thumbnails to high resolution screenshots with caching.
  • Title search terms for user-creatable links other sites.
  • Fast keyboard navigation (snap-scroll, download, etc.).
  • Russian-to-English translations and much more...

Note: This userscript is only active on topic/post pages. It has no effect elsewhere on the site.

Install

  1. Install Tampermonkey or any other userscript manager.
  2. Click plab-ultra.user.js to open it in Tampermonkey.
  3. When prompted by Tampermonkey, click "Always allow all domains".

Screenshot

screenshot

FAQ

Why does this userscript look obfuscated?
It's built using vite-plugin-monkey and Svelte. You can read the source code and build it yourself (see below).

I've selected "Upgrade images", why doesn't it work sometimes?
Some file hosts are not implemented yet. Enable Settings → Debug upgrade to troubleshoot. Then open an issue or alternatively post feedback on sleazyfork.

Can I back up my settings?
Yes, Settings → Export downloads a text file. Paste its contents into your browser console to restore.

Development

The dev server doesn't work with Firefox, but Chrome does... (open issue?). On first install open dev server e.g. http://127.0.0.1:5173 and install userscript. You don't need to redo this unless you make changes to userscript.json

# macOS prerequisites
brew install node pnpm

# install
cd ~/Developer/
git clone https://github.com/clangmoyai/plab-ultra/
cd plab-ultra
pnpm i

# server
pnpm dev

# check and lint
pnpx sv check && \
  pnpm lint && \
  pnpm knip

# update dependencies
pnpm up -L

# build -> dist
pnpm build

# publish.ts
pnpm run publish