Skip to content

Instantly share code, notes, and snippets.

View revunix's full-sized avatar
🤞
it should work

Alexander revunix

🤞
it should work
View GitHub Profile
@revunix
revunix / FFZ-plus.js
Last active February 22, 2023 11:05 — forked from th3an7/AutoWARP.js
Automatically enable Twitch experiments with FrankerFaceZ
// ==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==
@revunix
revunix / TeamViewer-15-30-3-id-changer-for-mac.py
Created July 3, 2022 16:00 — forked from idarek/TeamViewer-15-30-3-id-changer-for-mac.py
TeamViewer ID changer (works with TV 15.30.3+ and macOS 12.4)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import platform
import random
import re
import string
import sys