返回首頁 

w4tchdoge's AO3 Bookmark Maker

Modified/Forked from "Ellililunch AO3 Bookmark Maker" (https://greasyfork.org/en/scripts/458631). Script is out-of-the-box setup to automatically add title, author, status, summary, and last read date to the description in an "collapsible" section so as to not clutter the bookmark.

These are versions of this script where the code was updated. Show all versions.

  • v2.14.1-20250323_1215322025-03-23

    w4BM v2.14.1

    • Fix autoAutoTag not working when user has IncludeFandom set to true
  • v2.14.0-20250321_0628142025-03-20

    w4BM v2.14.0

  • v2.13.0-20250223_1932162025-02-23

    w4BM v2.13.0

    Add a new default variable title_HTML that can be used in the workInfo customisation function. for more details about title_HTML please refer to the "USER CONFIGURABLE SETTINGS" section at the bottom of the script, which at the time of this commit is line 1869

  • v2.12.1-20250103_1238102025-01-03

    w4BM v2.12.1

    Fix BSP_conditional and TSP_conditional always being true because it was checking for on_summary_page != null instead of on_summary_page == false

  • v2.12.0-20250101_2031312025-01-01

    w4BM v2.12.0

    Add setting to toggle whether script always runs on any work page or only runs on the summary page of work

  • v2.11.1-20241029_2145572024-10-29

    w4BM v2.11.1

    Add an exclude rule for compatibility with my go to latest chapter userscript

  • v2.11.0-20241022_2326202024-10-22

    w4BM v2.11.0

    Add settings for automatically marking a bookmark as a rec, running autotag, and adding bookmark to collection(s)

  • v2.10.2-20241010_2201592024-10-10

    w4BM v2.10.2

    Have the canon AO3 word count autotag method fetch the tags from the tag search page instead of hardcoding them. Fallback to the hardcoded values when something in the fetch fails

  • v2.10.1-20240925_0810262024-09-25

    w4BM v2.10.1

    Restrict the userscript to /users/*/preferences pages instead of all /users/* pages

  • v2.10.0-20240924_2255112024-09-24

    w4BM v2.10.0

    Add four new variables to be used in workInfo: fform_tags_list_HTML, fform_tags_list_TXT, fform_tags_comma_HTML, and fform_tags_comma_TXT. These variables add the freeform/additional tags of a work into the bookmark in a collapsible

    element. Additional details are provided in the Bookmark content configuration section

  • v2.9.0-20240815_2014522024-08-23

    w4BM v2.9.0

    Add functionality to switch between the original AutoTag implementation (https://greasyfork.org/en/scripts/467885/discussions/198028) and the implementation that uses the canonical AO3 Wordcount: Over * tags (https://greasyfork.org/en/scripts/467885/discussions/255399)

    For a list of all the changes that occurred between v2.7.2 and v2.9.0 please check the lines marked @history in the userscript metadata section

  • v2.7.2-20240530_0136162024-05-29

    w4BM v2.7.2

    Update all the other presets to reflect changes made to the default preset

  • v2.7.1-20240524_2157292024-05-24

    w4BM v2.7.1

    Clarify how the 'relationships' variable in workInfo now functions, especially with regards to it's new functionality in series bookmarks

  • v2.7.0-20240523_2000112024-05-24

    w4BM v2.7.0

    Add all unique relationship tags in all the works on a series page to the series bookmark

  • v2.6.3-20240513_2212142024-05-13

    w4BM v2.6.3

    Fix some minor messups I made in 2.6.2 before they break something or the other

  • v2.6.2-20240513_2204192024-05-13

    w4BM v2.6.2

    Fix author_HTML only retrieving the first author in multi-author works/series

  • v2.6.1-20240512_1845432024-05-12

    w4BM v2.6.1

    Fixes incompatibilty with users's skins caused by not using cloneNode(true) when retrieving relationship tags and subsequently removing all classes from them. credit to @notdoingthateither on Greasy Fork for the fix

  • v2.6.0-20240512_1821582024-05-12

    w4BM v2.6.0

    Add a new default variable author_HTML that can be used in the workInfo customisation function. for more details about author_HTML please refer to line 1183

  • v2.5.0-20240406_2310552024-04-06

    w4BM v2.5.0

    Add toggle in the dropdown present on the user's preferences page for showing/not showing the AutoTag button when making/editing a bookmark

  • v2.4.5-20240314_1957102024-03-14

    w4BM v2.4.5

    Add exlude rule for pages listing bookmarks as the script isn't designed to run on those pages

  • v2.4.4-20240115_1554242024-01-15

    w4BM v2.4.4

    Add a fallback for retrieving the "Entire Work" button in case it's been modified but is still somewhat recognisable in the DOM

  • v2.4.3-20231016_0209352023-10-16

    w4BM v2.4.3

    Fix script not working on Firefox browsers due to a lack of support for the :has() CSS selector and a Firefox specific error caused by not using Optional Chaining

  • v2.4.2-20230910_1035152023-09-10

    w4BM v2.4.2

    Bugfix script erroring on single chapter works

  • v2.4.1-20230910_0950402023-09-10

    w4BM v2.4.1

    Add an option to have a version of the "Summary Page" button in the top nav buttons. Defaults to false

  • v2.4.0-20230909_1257352023-09-09

    w4BM v2.4.0

    Add an Auto Tag button that automatically adds the completion status and word count to the user tags area

  • v2.3.0-20230831_1653502023-08-31

    w4BM v2.3.0

    Fairly large reworks of series summaries which includes the addition of the series_works_summaries var (which only does anything when bookmarking a series) that can be used in workInfo to add the summaries of the works in the series to the series bookmark.Added moment.js as a library in case anyone wants to use it to set their own date var.

  • v2.2.2-20230829_1443442023-08-29

    w4BM v2.2.2

    Fix a possible styling issue that may occur with the dropdown menu

  • v2.2.1-20230822_1257152023-08-22

    w4BM v2.2.1

    Fix Relationships subsection for works with no relationship tags by adding a "No Relationships" to the subsection when there are no relationship tags

  • v2.2.0-20230822_1233032023-08-22

    w4BM v2.2.0-20230822_123303

    added the relationships functionality to presets 2,3, and 4

  • v2.2.0-20230822_1202232023-08-22

    w4BM v2.2.0

    Add a 'relationships' var that can be used in workInfo to add the work's relationship tags to the bookmark. Default config now set to include said var in workInfo

  • v2.1.2-20230822_1113222023-08-22

    w4BM 2.1.2.

    Replace the bottom entire work button with a summary page button that works better on large works

  • v2.1.1-20230818_2140532023-08-18

    w4BM v2.1.1.

    Adjusted script execution condition to allow for works with no summary

  • v2.1.0-20230727_0430302023-07-27

    w4BM v2.1.0Tweaked the bookmarking process whichshould hopefully make it easier to configure.Also rewrote some of the code to hopefully make it better perfoming

  • v2.0.9-20230712_1008002023-07-12

    update bookmark maker.Add functionality to retrieve the ID of the work or series being bookmarked.Credit to oliver t@greasyfork on Ellililunch AO3 Bookmark Maker's feedback page(https://greasyfork.org/en/scripts/458631/discussions/182803#comment-393989) for the suggestion and elli-lili-lunch for implementing it first

  • v2.0.8-20230712_0249442023-07-12

    upd bookmark maker.Make some if statements in the localStorage section more readable

  • v2.0.7-20230608_1441452023-06-08Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.6-20230608_1416222023-06-08Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.5-20230607_1908132023-06-07Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.5-20230607_1629462023-06-07Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.5-20230607_1621032023-06-07Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.4-20230606_1548542023-06-06Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.3-20230606_1524092023-06-06Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.2-20230606_1504082023-06-06Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v2.0.1-20230606_1439422023-06-06fix true false vars in if statementsfix if statements that used variables that needed to be true or false by using a function to convert the 'true' & 'false' strings from localStorage to booleans
  • v2.0.0-20230606_0120302023-06-06Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v1.0.32023-06-05
  • v1.0.2-20230605_1332212023-06-05Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v1.0.1-20230604_1614082023-06-04Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v1.0.0-20230604_1604582023-06-04Update w4tchdoge_AO3_Bookmark_Maker.user.js
  • v1.0.0-20230604_1501032023-06-04Update w4tchdoge_AO3_Bookmark_Maker.user.js

Show all script versions