comparison cuffs-hulotte-popup.user.js @ 118:8de2d53a4cb1

Fix metadata - fix download url - unify spacing
author nanaya <me@nanaya.net>
date Sun, 15 Jan 2023 23:57:10 +0900
parents d9dc190bccaf
children
comparison
equal deleted inserted replaced
117:d9dc190bccaf 118:8de2d53a4cb1
1 // ==UserScript== 1 // ==UserScript==
2 // @name Cuffs/Hulotte tuning 2 // @name Cuffs/Hulotte tuning
3 // @namespace https://nanaya.net 3 // @namespace https://nanaya.net
4 // @version 1.1.6 4 // @version 1.1.6
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.nanaya.net/ec-userscripts/raw-file/tip/cuffs-hulotte-popup.user.js 11 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/cuffs-hulotte-popup.user.js
12 // ==/UserScript== 12 // ==/UserScript==
13 13
14 'use strict'; 14 'use strict';
15 15
16 /* global jQuery, stopload */ 16 /* global jQuery, stopload */