changeset 46:c20e3e6b0a3f

Even more rulesss
author nanaya <me@nanaya.pro>
date Thu, 24 Aug 2017 20:51:06 +0900
parents 5536da666361
children bc45afe111d8
files cuffs-hulotte-popup.user.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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');