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 FFZ+ | Set experiments | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Auto enable experiments | |
// @author revunix (fork of th3an7 AutoWARP) | |
// @match https://www.twitch.tv/* | |
// @icon https://cdn0.iconfinder.com/data/icons/social-network-7/50/16-512.png | |
// @grant unsafeWindow | |
// ==/UserScript== |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import os | |
import platform | |
import random | |
import re | |
import string | |
import sys |