# HG changeset patch # User nanaya # Date 1503575821 -32400 # Node ID bc45afe111d8566c83514af797bf12d6c8a92c0d # Parent c20e3e6b0a3f0345d7710a0771171a2bd0ca98bb Das cute diff -r c20e3e6b0a3f -r bc45afe111d8 cuffs-hulotte-popup.user.js --- a/cuffs-hulotte-popup.user.js Thu Aug 24 20:51:06 2017 +0900 +++ b/cuffs-hulotte-popup.user.js Thu Aug 24 20:57:01 2017 +0900 @@ -1,7 +1,7 @@ // ==UserScript== // @name Cuffs/Hulotte tuning // @namespace https://myconan.net -// @version 1.1.1 +// @version 1.1.2 // @description Strip out Cuffs/Hulotte age confirmation popup, disables lightbox // @author nanaya // @match http://www.cuffs.co.jp/* @@ -36,4 +36,10 @@ $(function () { $('.cboxElement').removeClass('cboxElement'); }); + + // force remove modal + $.cookie('modal', 'off'); + if (typeof stopload === 'function') { + stopload(); + } }).call();