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
using UnityEditor; | |
using UnityEngine; | |
using UnityEngine.LowLevel; | |
using System.Linq; | |
using System.Threading; | |
namespace EditorUtils { | |
// | |
// Serializable settings |
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
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 BetterTTV | |
// @namespace https://nightdev.com/betterttv/ | |
// @version 0.1 | |
// @description BetterTTV enhances Twitch with new features, emotes, and more. We like to think we make Twitch better. | |
// @author night | |
// @match *://*.twitch.tv/* | |
// @exclude *://*.twitch.tv/*.html | |
// @exclude *://*.twitch.tv/*.html?* | |
// @exclude *://*.twitch.tv/*.htm |