comparison cuffs-hulotte-popup.user.js @ 47:bc45afe111d8

Das cute
author nanaya <me@nanaya.pro>
date Thu, 24 Aug 2017 20:57:01 +0900
parents c20e3e6b0a3f
children 09f735548b2c
comparison
equal deleted inserted replaced
46:c20e3e6b0a3f 47:bc45afe111d8
1 // ==UserScript== 1 // ==UserScript==
2 // @name Cuffs/Hulotte tuning 2 // @name Cuffs/Hulotte tuning
3 // @namespace https://myconan.net 3 // @namespace https://myconan.net
4 // @version 1.1.1 4 // @version 1.1.2
5 // @description Strip out Cuffs/Hulotte age confirmation popup, disables lightbox 5 // @description Strip out Cuffs/Hulotte age confirmation popup, disables lightbox
6 // @author nanaya 6 // @author nanaya
7 // @match http://www.cuffs.co.jp/* 7 // @match http://www.cuffs.co.jp/*
8 // @match http://www.cuffs-cube.jp/* 8 // @match http://www.cuffs-cube.jp/*
9 // @match http://hulotte.jp/* 9 // @match http://hulotte.jp/*
34 } 34 }
35 35
36 $(function () { 36 $(function () {
37 $('.cboxElement').removeClass('cboxElement'); 37 $('.cboxElement').removeClass('cboxElement');
38 }); 38 });
39
40 // force remove modal
41 $.cookie('modal', 'off');
42 if (typeof stopload === 'function') {
43 stopload();
44 }
39 }).call(); 45 }).call();