We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa4e35 commit ba3f802Copy full SHA for ba3f802
1 file changed
src/plugins/youtube-music-background-play/userscript.ts
@@ -1,6 +1,6 @@
1
import { observe } from '../../lib/filters'
2
3
-export function nonStop() {
+function nonStop() {
4
Object.defineProperty(document, 'hidden', {
5
get: () => false,
6
configurable: true,
@@ -86,3 +86,5 @@ export function nonStop() {
86
},
87
)
88
}
89
+
90
+nonStop()
0 commit comments