-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf.js
62 lines (56 loc) · 1.25 KB
/
conf.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Runs as a background script
var checkClusterURL = "https://www.securly.com";
var DEBUG_userEmail = "[email protected]";
var forceUserEmail = false;
var DEBUG_clusterUrl = "https://stagwww.securly.com/crextn";
var forceClusterUrl = false;
var iwfEncodeStep = 3;
var iframeResp = "";
var iframeBlockUrl = "";
var lastKnownState = "unknown";
const tabCheck = [
'netflix.com',
'spotify.com',
'soundcloud.com',
'disneyplus.com',
'hulu.com',
'soundtrap.com',
'viewpure.com',
'pandora.com',
'dailymotion.com',
'soap2day.is',
'instagram.com',
'pinterest.com',
'vimeo.com',
'tiktok.com',
'reddit.com',
'buzzfeed.com',
'medium.com',
'quotev.com',
'weebly.com',
'tumblr.com',
'facebook.com',
'twitter.com',
'linkedin.com',
'plus.google.com',
'apps.facebook.com',
'touch.facebook.com',
'socialblade.com',
'viki.com',
'myanimelist.net',
'mymodernmet.com',
'coolmathgames.com',
'scratch.mit.edu',
'nitrotype.com',
'roblox.com',
'poki.com',
'twitch.tv',
'crazygames.com',
'hoodamath.com',
'krunker.io',
'friv.com',
'epicgames.com',
'sites.google.com',
'amazon.com/Amazon-Video',
'amazon.com/gp/video/'
];