Skip to content

Instantly share code, notes, and snippets.

View thiagomgd's full-sized avatar

Thiago Margarida thiagomgd

View GitHub Profile
@thiagomgd
thiagomgd / better_tmdb.js
Last active April 2, 2024 21:08
Better TMDB
// ==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.9.6
// @author Geekosaur
@thiagomgd
thiagomgd / list
Last active March 20, 2024 21:35
Geekosaur's uBlock block list
substack.com
@thiagomgd
thiagomgd / README.md
Created December 19, 2021 16:57
Bookmarklet: Filter Kindle Unlimited books on Amazon Wishlist

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

@thiagomgd
thiagomgd / README.md
Last active May 2, 2021 02:32
Reddit Downloader with search

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 download
  • wanted_links: domains which links that are going to be saved to an output file
@thiagomgd
thiagomgd / README.md
Last active April 28, 2021 04:03
reddit comments media downloader

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 download
  • wanted_links: domains which links that are going to be saved to an output file