Commit Graph

126 Commits

Author SHA1 Message Date
blankie b3558d6fc6
Update Compass QoL Enhancer to 1.14.0
- Automatically add the currently open learning task's ID to the URL
- Derive tab IDs from their titles if they have an autogenerated one
2023-09-05 16:22:54 +10:00
blankie 2e251efbdf
Update Compass QoL Enhancer to 1.13.2
- Fix getting the correct tab to open from the URL
2023-09-01 11:35:11 +10:00
blankie b251d9c2e5
Update Compass QoL Enhancer to 1.13.1
- Tabs specified in the URL are now opened as fast as possible
- Fix some panels not having their tabs linked to
2023-09-01 11:26:10 +10:00
blankie 169205b341
Update Image Loader Placeholder Remover to 1.18.0
- Add explicit support for www.forbes.com
2023-09-01 10:05:53 +10:00
blankie 127b846b67
Update Compass QoL Enhancer to 1.13.0
- Slightly refactor code
- Prevent the dashboard tab in the user page being "dsh"
- Learning tasks can now be linked to
2023-08-31 17:39:57 +10:00
blankie 387213d063
Update Archive Site Links to 1.1.0
- Show archive links even for the same archiver
2023-08-30 11:27:05 +10:00
blankie a91831ee70
Update Image Loader Placeholder Remover to 1.17.1
- Fix oversensitive image URL finder
2023-08-28 22:22:52 +10:00
blankie ee2cd8a08e
Add Hide sticky elements 2023-08-27 21:43:10 +10:00
blankie d319934631
Update Image Loader Placeholder Remover to 1.17.0
- Slightly simplify class and attribute finding code
- Selectively unapply/reverse CSS attributes from lazyloader classes
- Make images visible on www.washingtonpost.com
2023-08-27 14:30:42 +10:00
blankie ea7dcfd7dc
Update Compass QoL Enhancer to 1.12.0
- News feed items can now be opened by simply clicking on their background
2023-08-25 21:59:29 +10:00
blankie c0854ffcb7
Add Archive Site Links 2023-08-22 21:37:06 +10:00
blankie b62b77c652
Update Compass QoL Enhancer to 1.11.0
- Revert making strikethroughs more noticable (this should be done in, say,
userChrome.css)
2023-08-22 21:35:11 +10:00
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 3496751789
Update Compass QoL Enhancer to 1.10.0
- The previous/next session buttons and dropdown are now links
- (attempt to) Optimise grabbing calendar info
- Fix the Dashboard tab on /Records/User.aspx being #dashboard instead of #dsh
2023-08-14 19:43:21 +10:00
blankie 8a3332b66e
Update Wayback Machine Toolbar Toggler to 1.1.1
- Remove unneeded event.preventDefault();
- Don't save toolbar state if the state was retrieved by something else
2023-08-14 08:33:28 +10:00
blankie 62cbadd1ae
Update Image Loader Placeholder Remover to 1.16.2
- Fix support for URLs that start with ./ or ../
2023-08-12 21:24:29 +10:00
blankie f733e10bda
Update Wayback Machine Toolbar Toggler to 1.1.0
- Sync up the toolbar hidden state for all tabs
2023-08-12 16:32:25 +10:00
blankie 35231b7410
Add Wayback Machine Toolbar Toggler 2023-08-12 14:35:26 +10:00
blankie b2f18e2841
Update Image Loader Placeholder Remover to 1.16.1
- Fix displaying images inside <picture>s
2023-08-11 16:25:46 +10:00
blankie 4f5bc106b7
Update Compass QoL Enhancer to 1.9.0
- Ctrl-clicking an activity in a user's learning tasks tab no longer collapses
everything else
2023-08-11 14:57:24 +10:00
blankie 86e3646fa2
Update Compass QoL Enhancer to 1.8.1
- Fix `document.querySelector(...) is null` when clicking on the background of
a window with no close button
2023-08-10 18:07:52 +10:00
blankie 16eadc5aa3
Update Compass QoL Enhancer to 1.8.0
- Fix a weird overline on hover for calendar events
- Make strikethroughs in calendar events and their tooltips more noticeable
2023-08-10 17:57:04 +10:00
blankie 868c06677d
Update Image Loader Placeholder Remover to 1.16.0
- Add support for www.makeuseof.com
2023-08-07 20:26:11 +10:00
blankie e2632b4722
Update Compass QoL Enhancer to 1.7.0
- Link to Action Centre events on calendars
- Show the end/finish time for all applicable calendar events
- Fix support for the mini-details view (visible on the month calendar view
with more than five events visible)
2023-08-06 20:11:30 +10:00
blankie c5bcef022a
Update Image Loader Placeholder Remover to 1.15.2
- Fix images going out of bounds on legendsoflocalization.com
2023-08-06 09:26:33 +10:00
blankie cadc19f469
Update Image Loader Placeholder Remover to 1.15.1
- Properly check whether or not to unhide lazyloader parents
2023-08-04 19:32:23 +10:00
blankie c4716c3373
Update Image Loader Placeholder Remover to 1.15.0
- Include "placeholder" as a lazyloader class
- Grab images' original URL from theconversation.com
2023-08-04 18:47:27 +10:00
blankie 1b10ebe803
Update Image Loader Placeholder Remover to 1.14.0
- Remove lazyloader-related classes from images and their parents
2023-08-04 17:15:45 +10:00
blankie 1c576bf970
Update Compass QoL Enhancer to 1.6.0
- Make Link Hints work with file upload buttons
2023-08-03 21:35:48 +10:00
blankie 7bef678880
Update Compass QoL Enhancer to 1.5.0
- Make links inside lesson plans open in the parent instead of a new tab
- Rearrange the code a little bit
2023-08-03 21:25:19 +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 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