// ==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;
    }
` );
Edit Report
Pub: 17 Apr 2025 21:49 UTC
Views: 17