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:
I hereby claim:
To claim this, I am signing this object:
// ==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== |
// ==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== |
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 |