Mercurial > ec-userscripts
comparison japan-times-account-wall-remover.user.js @ 109:ef21ef445fc6
Cleanups
- wrap everything in function and call them last
- fix namespace and update url
| author | nanaya <me@nanaya.net> |
|---|---|
| date | Sun, 15 Jan 2023 23:33:41 +0900 |
| parents | 2c4470b73ad9 |
| children |
comparison
equal
deleted
inserted
replaced
| 108:2c4470b73ad9 | 109:ef21ef445fc6 |
|---|---|
| 1 // ==UserScript== | 1 // ==UserScript== |
| 2 // @name Japan Times "account wall" remover | 2 // @name Japan Times "account wall" remover |
| 3 // @namespace https://myconan.net | 3 // @namespace https://nanaya.net |
| 4 // @match https://www.japantimes.co.jp/* | 4 // @match https://www.japantimes.co.jp/* |
| 5 // @grant GM_addStyle | 5 // @grant GM_addStyle |
| 6 // @version 1.0.1 | 6 // @version 1.0.1 |
| 7 // @author nanaya | 7 // @author nanaya |
| 8 // @description Removes account wall | 8 // @description Removes account wall |
| 9 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/japan-times-account-wall-remover.user.js | 9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/japan-times-account-wall-remover.user.js |
| 10 // ==/UserScript== | 10 // ==/UserScript== |
| 11 | |
| 12 'use strict'; | |
| 11 | 13 |
| 12 /* global GM_addStyle */ | 14 /* global GM_addStyle */ |
| 13 GM_addStyle(` | 15 GM_addStyle(` |
| 14 .tp-modal-open.tp-modal-open { | 16 .tp-modal-open.tp-modal-open { |
| 15 overflow: auto !important; | 17 overflow: auto !important; |
