Greasy Fork

AO3: Bookmarks Button on Main Navbar

Adds a button called "Bookmarked Fics" to the main navbar (where the search bar is). Inspired by elli-lili-lunch's "Put Bookmarks Button on AO3 Home", which can be found at https://greasyfork.org/en/scripts/440048

目前为 2023-08-26 提交的版本。查看 最新版本

作者
w4tchdoge
评分
0 0 0
版本
1.0.1-20230826_090532
创建于
2023-05-29
更新于
2023-08-26
大小
1.7 KB
许可证
AGPL-3.0-or-later
适用于

Demo/Example:

(Demo image is taken with a slightly modified version of the Reversi site skin for Archive of Our Own.)


Image of the button the userscript will add to the navigation bar


Main differences/changes from elli-lili-lunch's "Put Bookmarks Button on AO3 Home" userscript

  • Re-written to be entirely Vanilla JavaScript. (This is more for personal preference/compatibility with my own devices)
  • Retrieval of Bookmarks URL from the already existing dropdown element as opposed to creating the URL via code.

Changelog

1.0.1

  • Change the displayed text to be the same as in the original bookmarks button from the user dropdown area

1.0.0

  • Initial Release