Update Elements with ID lister to 1.0.7

- Explicitly set text alignment to the left, as some sites set it dirrerently,
  such as https://butyoudontlooksick.com/articles/written-by-christine/the-spoon-theory/
This commit is contained in:
blankie 2023-06-06 20:35:06 +07:00
parent fd0c945552
commit d188f3c1c9
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 1 deletions

View File

@ -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.6
// @version 1.0.7
// @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
@ -30,6 +30,7 @@ dialog {
min-width: 25em;
max-height: 90%;
font-size: 11pt;
text-align: left;
color-scheme: dark;
overflow-y: auto;
}