Skip to content

Commit bd8baaa

Browse files
authored
Prevented script injection
1 parent 068aa81 commit bd8baaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WindowScript.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
(function () {
44
'use strict';
55

6-
// https://github.com/NDevTK/AutoPause/issues/31
7-
if (location.origin.endsWith('.netflix.com')) return;
8-
96
// This is okay because the HTMLMediaElement prototype gets hooked.
107
// Note to self: DO NOT CHANGE NAME
118
if (window.autoPauseExtensionInjected) return;

0 commit comments

Comments
 (0)