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==
// @name Image Loader Placeholder Remover
// @namespace blankie-scripts
// @match http*://*/*
// @grant none
// @version 1.22.0
// @author blankie
// @run-at document-end
// @description Removes image loading placeholders
// @name Image Loader Placeholder Remover
// @namespace blankie-scripts
// @match http*://*/*
// @exclude-match http*://solar.lowtechmagazine.com/*
// @grant none
// @version 1.22.1
// @author blankie
// @run-at document-end
// @description Removes image loading placeholders
// ==/UserScript==
"use strict";