Mercurial > ec-userscripts
comparison soranews-image.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 Soranews image fix | 2 // @name Soranews image fix |
3 // @namespace https://nanaya.net | 3 // @namespace https://nanaya.net |
4 // @version 1.0.3 | 4 // @version 1.0.3 |
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.nanaya.net/ec-userscripts/raw-file/tip/soranews-image.user.js | 9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/soranews-image.user.js |
10 // ==/UserScript== | 10 // ==/UserScript== |
11 | 11 |
12 'use strict'; | 12 'use strict'; |
13 | 13 |
14 const fix = function (image) { | 14 const fix = function (image) { |