plab-ultra

Userscript for PornoLab.Net

2025-08-29 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

ئاپتورى
clangmoyai
باھا نومۇرى
0 0 0
نەشرى
2025.08.29
قۇرۇلغان ۋاقتى
2025-08-19
يېڭىلانغان ۋاقتى
2025-08-29
Size
240.9 KB
ئىجازەتنامىسى
MIT
قوللايدىغىنى

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 vite.config.ts

# 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