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

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.
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