Skip to content

Instantly share code, notes, and snippets.

View evan3334's full-sized avatar

Evan Straw evan3334

View GitHub Profile
@evan3334
evan3334 / keybase.md
Created December 31, 2019 21:47
Keybase Github Proof

Keybase proof

I hereby claim:

  • I am evan3334 on github.
  • I am estraw (https://keybase.io/estraw) on keybase.
  • I have a public key ASCmFjtTDE30atxHd1vaTeymQsHn1gY3ji16Eev8AleuoAo

To claim this, I am signing this object:

@evan3334
evan3334 / download_tiktok_videos.user.js
Created November 15, 2018 19:00
Userscript to download tiktok videos shown in the browser, for ultimate memeing purposes. :)
// ==UserScript==
// @name Download Tiktok Videos
// @namespace https://tiktok.com/
// @version 0.1
// @description Adds download links for videos, even on private accounts.
// @author Evan Straw
// @include http://*.tiktok.com/*
// @include https://*.tiktok.com/*
// @grant none
// ==/UserScript==
@evan3334
evan3334 / download_instagram_videos.user.js
Last active September 23, 2018 00:33
Userscript for adding download links to instagram videos on the instagram website.
// ==UserScript==
// @name Download Instagram Videos
// @namespace https://www.instagram.com/
// @version 0.1
// @description Adds download links for videos, even on private accounts.
// @author Evan Straw
// @include http://www.instagram.com/*
// @include https://www.instagram.com/*
// @grant none
// ==/UserScript==
@evan3334
evan3334 / glitch.py
Created March 19, 2016 19:12
Program to "glitch-ify" images using the PIL library.
import PIL, sys, random, os, time
from PIL import Image
usage = "python glitch.py <image path>"
start = time.time()
glitchfactor_x = .3
glitchlen_x = .1
glitchchance = .8