mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Added the config as a global variable.
This commit is contained in:
parent
94af8ab301
commit
8cdbebd6de
1 changed files with 3 additions and 0 deletions
|
@ -254,3 +254,6 @@ function addDefaults() {
|
|||
setupConfig();
|
||||
|
||||
export default Config;
|
||||
|
||||
// Make the config public for debugging purposes
|
||||
(<any> window).SB = Config;
|
Loading…
Reference in a new issue