# HG changeset patch # User nanaya # Date 1503575466 -32400 # Node ID c20e3e6b0a3f0345d7710a0771171a2bd0ca98bb # Parent 5536da666361569487433096d9fa1890a9dfadc6 Even more rulesss diff -r 5536da666361 -r c20e3e6b0a3f cuffs-hulotte-popup.user.js --- a/cuffs-hulotte-popup.user.js Thu Aug 24 20:47:09 2017 +0900 +++ b/cuffs-hulotte-popup.user.js Thu Aug 24 20:51:06 2017 +0900 @@ -1,7 +1,7 @@ // ==UserScript== // @name Cuffs/Hulotte tuning // @namespace https://myconan.net -// @version 1.1.0 +// @version 1.1.1 // @description Strip out Cuffs/Hulotte age confirmation popup, disables lightbox // @author nanaya // @match http://www.cuffs.co.jp/* @@ -25,6 +25,7 @@ rules.push('#load_bg { display: none !important; }'); rules.push('body > .modal { display: none !important; }'); + rules.push('body > div[style*="position: fixed"] { display: none !important; }'); for (i = 0; i < rules.length; i++) { styleEl = document.createElement('style');