7/2/2024, 8:37:14 PM
Dette er versioner af dette script, hvor koden er blevet opdateret. Vis alle versioner.
https://github.com/BobbyWibowo/userscripts/commit/9c85b90c9b2667eb88c93dda1becbac8d598f598 and https://github.com/BobbyWibowo/userscripts/commit/937499f77f93b4274fbce2fb2205e41761fec5ed
https://github.com/BobbyWibowo/userscripts/compare/46d93e195baa5a457471ebb6f27025e6a4047d92...3f7c4f7e5efafbf8d8e23dff2e6f6bd7e983df2f
https://github.com/BobbyWibowo/userscripts/commit/46d93e195baa5a457471ebb6f27025e6a4047d92
https://github.com/BobbyWibowo/userscripts/compare/cd6e71646b9f4faeb4ecbecf1f59c8841025e724...14c92dc772c938d4baf0851302e0dcc3bc13b961
https://github.com/BobbyWibowo/userscripts/commit/6eb8d434474c2910d1ac5e430a1aa90794a830ef
https://github.com/BobbyWibowo/userscripts/commit/d19305c8b0629479991e240fbb308267f6a41e33
stylistic chore as i've finally migrated to a dev env with eslint and all; pre-populate storage with default values for better tampermonkey support
extend utag integration
support "newest by all" page, support configuring selectors for bookmarked images
support rankings page for "toggle bookmarked" buttons
fix "remove novel recommendations from home" being a bit inconsistent
support right-clicking "toggle bookmarked" button to cycle its display mode back
add "toggle bookmarked" buttons, and some performance-related chores
more selectors update, and change default edit bookmark text to pencil emoji
clear pending trigger queue when changing page, improved logs formatting, updated selectors
css small fix
fix custom edit bookmark button not working, and added another option to customize its tooltip
fix date parsing in add/edit bookmark page, TIL the date display in it is hardcoded to Japan time (UTC +9)
allow specifying custom values for edit bookmark button's text, and date conversion's locales and options. add feature to remove novel recommendations from home (disabled by default). for utags integration, allow completely removing works instead of merely hiding them à la pixiv's built-in tags mute.
fix regression of not applying in rankings page
improve selectors, and coverage of utags integration
slightly improve perf
fix styling
don't inject styling related to utags integration if the feature is disabled
improve custom settings parsing, and utags integration
utags integration
added key binds framework. currently has shift+b for "edit bookmark"
preliminary support for novel entries, and home recommendation section
simplified queue system further
chore, hence no version bump. also forgot to mention that previous update added support for tags pages
removed delays. i finally figured out why my queries weren't always hitting properly, hence me previously resorting to use delays, but now queries will always be snappy
support adding custom selectors and disabling date conversion via userscript manager's values/storage editor
support for discovery page, slightly increase delay
various small tweaks
reduce trigger queue delay
also skip elements no longer in DOM
further improve performance by also queueing mutation trigger, and having small delay before querying elements
queue tasks to ensure no race condition
fix date not converting on page change
added simple date conversion, enlarge date display on bookmark add page