comparison soranews-image.user.js @ 77:5a3a269c5e6f

Update downloadurl
author nanaya <me@nanaya.pro>
date Wed, 08 Jul 2020 20:45:05 +0900
parents 0aa28e02e257
children 86da34e62d29
comparison
equal deleted inserted replaced
76:159d9b95a590 77:5a3a269c5e6f
1 // ==UserScript== 1 // ==UserScript==
2 // @name Soranews image fix 2 // @name Soranews image fix
3 // @namespace https://myconan.net 3 // @namespace https://myconan.net
4 // @version 1.0.0 4 // @version 1.0.1
5 // @description Soranews lazy load image fix 5 // @description Soranews lazy load image fix
6 // @author nanaya 6 // @author nanaya
7 // @match https://soranews24.com/* 7 // @match https://soranews24.com/*
8 // @grant none 8 // @grant none
9 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/default/soranews-image.user.js 9 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/soranews-image.user.js?rev=tip
10 // ==/UserScript== 10 // ==/UserScript==
11 11
12 ;(function () { 12 ;(function () {
13 'use strict' 13 'use strict'
14 14