Commit Graph

96 Commits

Author SHA1 Message Date
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 906974ae67
Update Compass QoL Enhancer to 1.4.0
- Display calendar events' end time now without having to hover over them
2023-08-01 16:55:53 +10:00
blankie ea2571b756
Update Image Loader Placeholder Remover description 2023-07-31 15:52:05 +10:00
blankie 099f0ae1f9
Update Compass QoL Enhancer to 1.3.0
- Mark files and folders as clickable for Link Hints
- Fix "crash" on panels without tabs
2023-07-31 15:48:24 +10:00
blankie 45f190ebcd
Update Image Loader Placeholder Remover to 1.13.0
- Automatically identify and remove image loaders, even from unknown sites
- Add support for Wikihow
2023-07-30 21:00:27 +10:00
blankie a00a99bcee
Update Compass QoL Enhancer to 1.2.1
- Add targetUserId/userId query parameters for activities/learning tasks
- Fix automatically opening the Schedule tab on user pages
- Fix the currently selected tab being Dashboard if Sessions is automatically
opened
2023-07-26 16:05:23 +10:00
blankie 93ce06a901
Update Compass QoL Enhancer to 1.2.0
- Make all tabs links (not just learning tasks)
2023-07-26 11:12:52 +10:00
blankie 4a4dcd8bf5
Update Compass QoL Enhancer to 1.1.1
- Fix being able to close the file selection window by clicking on the
background while a file is being uploaded
2023-07-24 17:20:44 +10:00
blankie 67cb1e9072
Update Compass QoL Enhancer to 1.1.0
- Prevent a Uncaught TypeError: unsafeWindow.CKEDITOR is undefined from showing
- Uncheck the Remember Me box by default
2023-07-23 15:30:36 +10:00
blankie c35511a219
Add Compass QoL Enhancer 2023-07-22 21:04:28 +10:00
blankie 0bbf671a66
Update Image Loader Placeholder Remover to 1.12.1
- Properly check if an image has a link parent. This can be seen on
https://legendsoflocalization.com/an-inside-look-at-video-game-control-codes/#related
2023-07-22 12:39:11 +10:00
blankie dcd9c57744
Update Image Loader Placeholder Remover to 1.12.0
- Add support for legendsoflocalization.com
2023-07-22 10:51:59 +10:00
blankie f55c0c34c0
Update Image Loader Placeholder Remover to 1.11.0
- Add support for knowyourmeme.com
2023-06-22 23:39:03 +07: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 b46abcaf81
Update Image Loader Placeholder Remover to 1.10.0
- Add support for blog.joshumax.me
2023-06-11 18:49:40 +07:00
blankie 4cb86951c2
Update Image Loader Placeholder Remover to 1.8
- Add support for vulcan.io
2023-06-11 18:04:02 +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
blankie 29db8be2f7
Update Image Loader Placeholder Remover to 1.7
- Add support for securelist.com
2023-03-31 19:49:50 +07:00
blankie 74be882452
Update Image Loader Placeholder Remover to 1.6
- Add support for www.bleepingcomputer.com
2023-03-22 21:41:22 +07:00
blankie 37b01e845d
Update RESser to 1.4.1
- Inject into the content context instead of the page context
  (maybe the CSP has gotten stricter? idk i'm lazy)
2023-01-06 23:40:41 +07:00
blankie 6ea6478ed9
Update nightly.link buttons to version 1.2.4
- Fix button centering in some pages (thanks https://github.com/JeelPatel231)
  (example: https://github.com/termux/termux-packages/pull/14116/checks)
2022-12-30 16:55:02 +07:00
blankie 3c2554a5f3
Update nightly.link buttons to version 1.2.3
- Fix adding the nightly.link button when transitioning to other pages
  (https://github.com/termux/termux-packages/pull/14116 -> Click "Checks")
2022-12-30 16:08:47 +07:00
blankie 7bffd7ae9b
Update Image Loader Placeholder Remover to version 1.5
- Added support for www.theautopian.com
2022-10-30 22:21:41 +07:00
blankie 1e7479439a
Update Image Loader Placeholder Remover to version 1.4
- Added support for www.wired.com
2022-10-24 22:56:35 +07:00
blankie 8213219f17
Update Image Loader Placeholder Remover to version 1.3
- Added image support for www.pcgamer.com
2022-10-16 23:19:00 +07:00
blankie a75a6f1d7c
Update nightly.link buttons to version 1.2.2
- Guard getGithubJobsPath against an empty logsHeader
2022-10-12 16:20:22 +07:00
blankie a0ffce4d6a
Update nightly.link buttons to version 1.2.1
- Fix viewing job logs
2022-10-12 16:14:04 +07:00
blankie 59fe815206
Update Image Loader Placeholder Remover to 1.2
Wordpress images are now handled
2022-09-10 22:10:04 +07:00
blankie b535a4aeeb
Update nightly.link buttons to version 1.2
- Links to artifact files can now be retrieved without leaving the page
- Use Javascript's strict mode
2022-09-02 23:13:41 +07:00
blankie 35c7f30c14
Update nightly.link buttons to 1.1
SPA-like page navigation is now handled
2022-09-01 20:28:33 +07:00
blankie e2acd5235b
Add support for Vice articles 2022-08-19 22:39:34 +07:00
blankie 2d3ee70def
Add Image Loader Placeholder Remover 2022-08-17 14:32:28 +07:00
blank X 65ec104683
Add nightly.link buttons 2022-07-02 15:25:24 +07:00
blank X 7230f4c88d
Touch up the README 2022-07-01 21:47:45 +07:00
blank X bf05fbc514
Initial commit 2022-07-01 21:43:46 +07:00