Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into experimental

This commit is contained in:
Ajay Ramachandran
2020-03-10 23:23:30 -04:00
6 changed files with 338 additions and 34 deletions

View File

@@ -1,4 +1,6 @@
import Config from "./config";
// Make the config public for debugging purposes
(<any> window).SB = Config;
import Utils from "./utils";
var utils = new Utils();