7 lines
180 B
JavaScript
Executable file
7 lines
180 B
JavaScript
Executable file
// ==UserScript==
|
|
// @run-at document-start
|
|
// @include https://www.reddit.com/*
|
|
// @include https://open.spotify.com/*
|
|
// ==/UserScript==
|
|
|
|
unsafeWindow.globalThis = unsafeWindow;
|