use https://caiorss.github.io/bookmarklet-maker/ to generate it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Better TMDB | |
// @namespace http://tampermonkey.net/ | |
// @match https://www.themoviedb.org/* | |
// @grant GM_xmlhttpRequest | |
// @grant GM_getResourceText | |
// @grant GM_getValue | |
// @grant GM_setValue | |
// @version 1.12.0 | |
// @author Geekosaur |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substack.com |
Only works on wishlists that only contains Kindle ebooks.
Simple filter by removing '1 click buy', as kindle unlimited available show 'Other buy optionss' button.
Just click the bookmarklet and wait for the "finished" alert
Before running:
- Install 'praw' dependency (
pip3 install praw
) - Register for reddit and imgur API application. (IMGUR only necessary for downloading an album)
- Replace those IDs and secrets on
config
On the config
:
desired_files
: filetypes you want to downloadwanted_links
: domains which links that are going to be saved to an output file
Before running:
- Install 'praw' dependency (
pip3 install praw
) - Register for reddit and imgur API application. (IMGUR only necessary for downloading an album)
- Replace those IDs and secrets on
config
On the config
:
desired_files
: filetypes you want to downloadwanted_links
: domains which links that are going to be saved to an output file