Skip to content

Instantly share code, notes, and snippets.

/*
* Script to remove retweets after a certain number of days (defaults to 10)
* @author vincekd
* @copyright 2017
* @license GPL v3.0
* dependencies: node-twitter-api, prompt, opn
* usage: `node /path/to/script/remove_retweets.js [CONSUMER_KEY] [CONSUMER_SECRET] [USERNAME] [NUMBER_OF_DAYS]`
*/
"use strict";
@vincekd
vincekd / keybase.md
Created September 14, 2019 08:42
keybase verification

Keybase proof

I hereby claim:

  • I am vincekd on github.
  • I am vincekd (https://keybase.io/vincekd) on keybase.
  • I have a public key ASDbMiq8h97Tc51e9T79KuNRkaT-2G5mz0AZr1aViPc_OQo

To claim this, I am signing this object:

@vincekd
vincekd / Themis-tweaks.js
Created July 4, 2023 01:21
Improvements to Themis bar prep website (set video speeds; turn on captions; indent outline properly)
// ==UserScript==
// @name Themis Tweaks
// @namespace https://github.com/vincekd
// @version 0.1
// @description Set video speeds; turn on captions; indent outline properly
// @author https://github.com/vincekd
// @match https://www.themisbar.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=themisbar.com
// @run-at document-end
// @grant none