gardenshade / mam-plus

Tweaks & functionality for MAM
83 stars 6 forks source link

Add quick-access buttons linking to custom searches #26

Open gardenshade opened 6 years ago

gardenshade commented 6 years ago

Description:

It should be possible to save a subset of search types directly within the search rather than through bookmarks. Some random examples: "VIP-only Spanish Radio Dramas" or "Missing-metadata Sci-Fi, sorted by downloads". The URL bar changes depending on the search query, so it's a simple matter of saving the URL and displaying a button that initiates the search.

Implementation:

Links:

/f/t/58512/p/1 /f/t/70066/p/p866137#866137

gardenshade commented 6 years ago

Similar feature added for Top 10 search in other userscript /forums.php?action=viewtopic&topicid=50429&page=p515443#515443

gardenshade commented 3 years ago

With #130 being finished, we should be able to lift the code from it to reimplement here. Instead of saving custom text it would save the current search URL.

gardenshade commented 1 year ago

Partially implemented by another userscript /f/t/70066 which allows users to create their own Quick-Access Menu. However, this requires modifying the script code instead of quickly saving specific searches. This feature should be able to proceed without too much overlap.