kelso9
Lurker
- Joined
- Mar 12, 2022
- Posts
- 36
- Reaction score
- 0
// ==UserScript==
// @name fantia.jp CSS
// @namespace http://tampermonkey.net/
// @match https://fantia.jp/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant GM_addStyle
// @description Custom CSS
// ==/UserScript==
GM_addStyle("html body .img-blurred { filter: none !important; -webkit-filter: none !important; } .image-container .overlay { display: none;}");























