plab-ultra

Userscript for PornoLab.Net

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
clangmoyai
今日安裝
0
安裝總數
82
評價
2 1 0
版本
2025.09.18
建立日期
2025-08-19
更新日期
2025-09-17
尺寸
254.4 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 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