⎗ ✓ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22// ==UserScript== // @name Boothplorer Unblur NSFW // @namespace BPUNSFW // @version 1.0 // @description Unblurs NSFW Images on boothplorer.com // @author Britbong J // @match https://boothplorer.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=boothplorer.com // @grant GM_addStyle // @run-at document-start // ==/UserScript== GM_addStyle ( ` .blur-sm { --tw-blur: blur(0px) !important; filter: unset !important; } .blur { --tw-blur: blur(0px) !important; filter: unset !important; } ` );