Commit Graph

15 Commits

Author SHA1 Message Date
blankie 7483e3e4af
Update Elements with ID lister to 1.0.14
- Explicitly set target=_self for links so that they don't open in another tab
for sites with <base target=_blank> (example: https://www.cia.gov/the-world-factbook/countries/chad)
2023-08-17 16:24:55 +10:00
blankie 7e87996b41
Update Elements with ID lister to 1.0.13
- Ignore elements with an empty ID
2023-08-01 19:24:03 +10:00
blankie 03debb468a
Update Elements with ID lister to 1.0.12
- Set `all` to `initial` (https://lamplightdev.com/blog/2019/03/26/why-is-my-web-component-inheriting-styles/)
- See the `name` attribute in anchor tags as IDs (https://wayland.freedesktop.org/docs/html/apb.html)
- Attempt to get text by going up the DOM (https://wayland.freedesktop.org/docs/html/apb.html)
2023-08-01 17:04:50 +10:00
blankie 32ef114fa6
Update Elements with ID lister to 1.0.11
- Fix links on sites with a <base>, such as https://mesonbuild.com/Running-Meson.html
2023-06-22 13:28:57 +07:00
blankie bcf49c5774
Update Elements with ID lister to 1.0.10
- Explicitly set the font to sans-serif, example: explainshell.com
2023-06-21 20:33:23 +07:00
blankie 1f702ea34a
Update Elements with ID lister to 1.0.9
- Fix background on https://example.com
2023-06-11 18:03:21 +07:00
blankie 1bac1977a5
Update Elements with ID lister to 1.0.8
- Fix text wrapping with really long IDs, like the ones on
  https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
2023-06-07 15:04:30 +07:00
blankie d188f3c1c9
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/
2023-06-06 20:35:06 +07:00
blankie fd0c945552
Update Elements with ID lister to 1.0.6
- CTRL+Clicking links no longer closes the dialog box
- Tapping on the background on older browsers will now close the dialog box
- Fix the dialog box from clipping out of the screen on older browsers
2023-05-21 18:53:25 +07:00
blankie 3e73f5a70e
Update Elements with ID lister to 1.0.5
- Make the Close button dark
2023-05-21 14:50:46 +07:00
blankie 73724ff549
Update Elements with ID lister to 1.0.4
- Hide SVGs and their children from the elements list
2023-05-21 14:33:46 +07:00
blankie 8dd050b576
Update Elements with ID lister to 1.0.3
- Ignore elements not inside <body>
- Broaden hidden element check
2023-05-21 10:34:50 +07:00
blankie 3e6896b09f
Update Elements with ID lister to 1.0.2
- Set font size to 12pt, useful on pages with small default fonts like Reddit
  or StackOverflow
2023-05-20 22:53:03 +07:00
blankie cdf5808b2f
Update Elements with ID lister to 1.0.1
- Work on older browsers using a polyfill, like Firefox for Android 68
2023-05-20 22:34:57 +07:00
blankie eb5cac51bf
Add Elements with ID lister 2023-05-19 22:18:34 +07:00