Update Image Loader Placeholder Remover to 1.22.1

- Exclude solar.lowtechmagazine.com
This commit is contained in:
blankie 2023-09-24 11:40:51 +10:00
parent 7bd278657b
commit 467b1b818c
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,13 @@
// ==UserScript== // ==UserScript==
// @name Image Loader Placeholder Remover // @name Image Loader Placeholder Remover
// @namespace blankie-scripts // @namespace blankie-scripts
// @match http*://*/* // @match http*://*/*
// @grant none // @exclude-match http*://solar.lowtechmagazine.com/*
// @version 1.22.0 // @grant none
// @author blankie // @version 1.22.1
// @run-at document-end // @author blankie
// @description Removes image loading placeholders // @run-at document-end
// @description Removes image loading placeholders
// ==/UserScript== // ==/UserScript==
"use strict"; "use strict";