comparison cuffs-hulotte-popup.user.js @ 77:5a3a269c5e6f

Update downloadurl
author nanaya <me@nanaya.pro>
date Wed, 08 Jul 2020 20:45:05 +0900
parents 521dda0a0b6f
children 86da34e62d29
comparison
equal deleted inserted replaced
76:159d9b95a590 77:5a3a269c5e6f
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.4 4 // @version 1.1.5
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/*
10 // @grant none 10 // @grant none
11 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/default/cuffs-hulotte-popup.user.js 11 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/cuffs-hulotte-popup.user.js?rev=tip
12 // ==/UserScript== 12 // ==/UserScript==
13 13
14 /* global jQuery, stopload */ 14 /* global jQuery, stopload */
15 ;(function () { 15 ;(function () {
16 'use strict' 16 'use strict'