plab-ultra

Userscript for PornoLab.Net

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
clangmoyai
Denně instalací
1
Celkem instalací
83
Hodnocení
2 1 0
Verze
2025.09.18
Vytvořeno
19. 08. 2025
Aktualizováno
17. 09. 2025
Size
254,4 KB
Licence
MIT
Spustit na

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