From 1f702ea34a07fea7509de52b57926edc814eb800 Mon Sep 17 00:00:00 2001 From: blankie Date: Sun, 11 Jun 2023 18:03:21 +0700 Subject: [PATCH] Update Elements with ID lister to 1.0.9 - Fix background on https://example.com --- Elements with ID lister.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Elements with ID lister.user.js b/Elements with ID lister.user.js index 12d2b6b..e006165 100644 --- a/Elements with ID lister.user.js +++ b/Elements with ID lister.user.js @@ -6,7 +6,7 @@ // @grant GM_getResourceURL // @require https://cdn.jsdelivr.net/npm/dialog-polyfill@0.5.6/dist/dialog-polyfill.min.js#sha256-cec1a2e320aab77e28bad4ad6bc5e532a6ef5757345c19bb5158aa880b7162a6 // @resource dialogPolyfillCSS https://cdn.jsdelivr.net/npm/dialog-polyfill@0.5.6/dist/dialog-polyfill.min.css#sha256-4dcb3ab62e545f30bf06a4824c253641ee889ca85ca28d5447590557922496ab -// @version 1.0.8 +// @version 1.0.9 // @author blankie // @description A userscript that adds a "Show elements popup" option to the Monkey Menu which lists all elements with an ID // @inject-into content @@ -19,6 +19,7 @@ const ACCENT_COLOR = "#962AC3"; const BRIGHT_ACCENT_COLOR = "#DE6DE6"; const DIALOG_WRAPPER_CSS = ` + all: unset; position: fixed; top: 0; width: 100%;