We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068aa81 commit bd8baaaCopy full SHA for bd8baaa
WindowScript.js
@@ -3,9 +3,6 @@
3
(function () {
4
'use strict';
5
6
- // https://github.com/NDevTK/AutoPause/issues/31
7
- if (location.origin.endsWith('.netflix.com')) return;
8
-
9
// This is okay because the HTMLMediaElement prototype gets hooked.
10
// Note to self: DO NOT CHANGE NAME
11
if (window.autoPauseExtensionInjected) return;
0 commit comments