-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoscript.js
More file actions
434 lines (359 loc) · 27.5 KB
/
noscript.js
File metadata and controls
434 lines (359 loc) · 27.5 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
pref("extensions.{73a6fe31-595d-460b-a920-fcc0f8843232}.description", "chrome://noscript/locale/about.properties");
pref("noscript.autoReload", true);
pref("noscript.autoReload.global", true);
pref("noscript.autoReload.allTabs", true);
pref("noscript.autoReload.allTabsOnPageAction", true);
pref("noscript.autoReload.allTabsOnGlobal", false);
pref("noscript.autoReload.onMultiContent", false);
pref("noscript.autoReload.useHistory", false);
pref("noscript.autoReload.useHistory.exceptCurrent", true);
pref("noscript.autoReload.embedders", 1);
pref("noscript.ctxMenu", true);
pref("noscript.statusIcon", true);
pref("noscript.sound", false);
pref("noscript.sound.oncePerSite", true);
pref("noscript.notify", true);
pref("noscript.notify.bottom", true);
pref("noscript.showAddress", false);
pref("noscript.showDomain", false);
pref("noscript.showTemp", true);
pref("noscript.showPermanent", true);
pref("noscript.showDistrust", true);
pref("noscript.showUntrusted", true);
pref("noscript.showBaseDomain", true);
pref("noscript.showAbout", true);
pref("noscript.showGlobal", true);
pref("noscript.showTempToPerm", true);
pref("noscript.showRevokeTemp", true);
pref("noscript.showBlockedObjects", true);
pref("noscript.showExternalFilters", true);
pref("noscript.showTempAllowPage", true);
pref("noscript.showAllowPage", true);
pref("noscript.mandatory", "chrome: blob: mediasource: moz-extension: moz-safe-about: about: about:addons about:blocked about:crashes about:feeds about:home about:config about:neterror about:certerror about:memory about:plugins about:preferences about:privatebrowsing about:sessionrestore about:support resource: about:srcdoc");
pref("noscript.default", "about:blank");
pref("noscript.allowWhitelistUpdates", true);
pref("noscript.volatilePrivatePermissions", false);
pref("noscript.showVolatilePrivatePermissionsToggle", true);
pref("noscript.eraseFloatingElements", true);
pref("noscript.bgThumbs.allowed", false);
pref("noscript.bgThumbs.disableJS", true);
pref("noscript.forbidJava", true);
pref("noscript.forbidFlash", true);
pref("noscript.forbidSilverlight", true);
pref("noscript.forbidPlugins", true);
pref("noscript.forbidMedia", true);
pref("noscript.forbidFonts", true);
pref("noscript.forbidWebGL", false);
pref("noscript.forbidActiveContentParentTrustCheck", true);
pref("noscript.forbidIFrames", false);
pref("noscript.forbidIFramesContext", 3);
pref("noscript.forbidIFramesParentTrustCheck", true);
pref("noscript.forbidFrames", false);
pref("noscript.forbidMixedFrames", true);
pref("noscript.sound.block", "chrome://noscript/skin/block.wav");
pref("noscript.allowClipboard", false);
pref("noscript.allowLocalLinks", false);
pref("noscript.allowLocalLinks.from", "");
pref("noscript.allowLocalLinks.to", "");
pref("noscript.allowCachingObjects", true);
pref("noscript.showPlaceholder", true);
pref("noscript.global", false);
pref("noscript.globalHttpsWhitelist", false);
pref("noscript.confirmUnblock", true);
pref("noscript.confirmUnsafeReload", true);
pref("noscript.statusLabel", false);
pref("noscript.forbidBookmarklets", false);
pref("noscript.allowBookmarkletImports", true);
pref("noscript.allowBookmarks", false);
pref("noscript.notify.hideDelay", 5);
pref("noscript.notify.hidePermanent", true);
pref("noscript.notify.hide", false);
pref("noscript.truncateTitleLen", 255);
pref("noscript.truncateTitle", true);
pref("noscript.fixLinks", true);
pref("noscript.noping", true);
pref("noscript.consoleDump", 0);
pref("noscript.excaps", true);
pref("noscript.nselForce", true);
pref("noscript.nselNever", false);
pref("noscript.nselNoMeta", true);
pref("noscript.autoAllow", 0);
pref("noscript.toolbarToggle", 3);
pref("noscript.allowPageLevel", 0);
pref("noscript.forbidImpliesUntrust", false);
pref("noscript.keys.toggle", "ctrl shift VK_BACK_SLASH.|");
pref("noscript.keys.ui", "ctrl shift S");
pref("noscript.keys.tempAllowPage", "");
pref("noscript.keys.revokeTemp", "");
pref("noscript.menuAccelerators", false);
pref("noscript.forbidMetaRefresh", false);
pref("noscript.forbidMetaRefresh.remember", false);
pref("noscript.forbidMetaRefresh.notify", true);
pref("noscript.forbidMetaRefresh.exceptions", "^https?://(?:www|encrypted)\\.google\\.(?:[a-z]{2,3}|[a-z]{2}\\.[a-z]{2,3})/ t.co");
pref("noscript.contentBlocker", false);
pref("noscript.toggle.temp", true);
pref("noscript.firstRunRedirection", false);
pref("noscript.xss.notify", true);
pref("noscript.xss.notify.subframes", true);
pref("noscript.xss.trustReloads", false);
pref("noscript.xss.trustData", true);
pref("noscript.xss.trustExternal", true);
pref("noscript.xss.trustTemp", true);
pref("noscript.xss.checkInclusions", true);
pref("noscript.xss.checkInclusions.exceptions", "intensedebate.com/idc/js/");
pref("noscript.xss.checkCharset.exceptions", "");
pref("noscript.filterXPost", true);
pref("noscript.filterXGet", true);
pref("noscript.filterXGetRx", "<+(?=[^<>=\-\\d\\. /\\(])|[\\\\\"\\x00-\\x07\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]");
pref("noscript.filterXGetUserRx", "");
pref("noscript.filterXExceptions", "^https?://([a-z]+)\\.google\\.(?:[a-z]{1,3}\\.)?[a-z]+/(?:search|custom|\\1)\\?\n^https?://([a-z]*)\\.?search\\.yahoo\\.com/search(?:\\?|/\\1\\b)\n^https?://[a-z]+\\.wikipedia\\.org/wiki/[^\"<>\?%]+$\n^https?://translate\\.google\\.com/translate_t[^\"'<>\?%]+$\n^https://secure\\.wikimedia\\.org/wikipedia/[a-z]+/wiki/[^\"<>\\?%]+$");
pref("noscript.filterXExceptions.blogspot", true);
pref("noscript.filterXExceptions.darla_name", true);
pref("noscript.filterXExceptions.deviantart", true);
pref("noscript.filterXExceptions.fbconnect", true);
pref("noscript.filterXExceptions.ebay", true);
pref("noscript.filterXExceptions.ggadgets", true);
pref("noscript.filterXExceptions.letitbit", true);
pref("noscript.filterXExceptions.livejournal", true);
pref("noscript.filterXExceptions.lycosmail", true);
pref("noscript.filterXExceptions.medicare", true);
pref("noscript.filterXException.photobucket", true);
pref("noscript.filterXExceptions.printfriendly", true);
pref("noscript.filterXExceptions.readability", true);
pref("noscript.filterXExceptions.yahoo", true);
pref("noscript.filterXExceptions.visa", true);
pref("noscript.filterXExceptions.verizon", true);
pref("noscript.filterXExceptions.zendesk", true);
pref("noscript.filterXExceptions.yt_comments", true);
pref("noscript.protectWindowNameXAssignment", true);
pref("noscript.injectionCheck", 2);
pref("noscript.injectionCheckPost", true);
pref("noscript.injectionCheckHTML", true);
pref("noscript.globalwarning", true);
pref("noscript.jsredirectIgnore", false);
pref("noscript.jsredirectFollow", false);
pref("noscript.jsredirectForceShow", false);
pref("noscript.removeSMILKeySniffer", true);
pref("noscript.utf7filter", true);
pref("noscript.safeJSRx", "(?:window\\.)?close\\s*\\(\\)");
pref("noscript.badInstall", false);
pref("noscript.fixURI", true);
pref("noscript.fixURI.exclude", "");
pref("noscript.urivalid.aim", "\\w[^\\\\\?&\\x00-\\x1f#]*(?:\\?[^\\\\\\x00-\\x1f#]*(?:#[\\w\\-\\.\\+@]{2,32})?)?");
pref("noscript.urivalid.mailto", "[^\\x00-\\x08\\x0b\\x0c\\x0e-\\x1f]*");
pref("noscript.forbidExtProtSubdocs", true);
pref("noscript.forbidXBL", 1);
pref("noscript.forbidXHR", 1);
pref("noscript.whitelistRegExp", "");
pref("noscript.tempGlobal", false);
pref("noscript.lockPrivilegedUI", false);
pref("noscript.collapseObject", false);
pref("noscript.showUntrustedPlaceholder", true);
pref("noscript.jsHack", "");
pref("noscript.jsHackRegExp", "");
pref("noscript.canonicalFQDN", false);
pref("noscript.allowedMimeRegExp", "");
pref("noscript.alwaysBlockUntrustedContent", true);
pref("noscript.consoleLog", false);
pref("noscript.dropXssProtection", true);
pref("noscript.flashPatch", true);
pref("noscript.silverlightPatch", true);
pref("noscript.allowURLBarJS", false);
pref("noscript.allowURLBarImports", false);
pref("noscript.docShellJSBlocking", 1);
pref("noscript.hideOnUnloadRegExp", "video/.*");
pref("noscript.untrustedGranularity", 3);
pref("noscript.requireReloadRegExp", "application/x-vnd\\.moveplayer\\b.*");
pref("noscript.restrictSubdocScripting", false);
pref("noscript.cascadePermissions", false);
pref("noscript.secureCookies", false);
pref("noscript.secureCookiesExceptions", "");
pref("noscript.secureCookiesForced", "");
pref("noscript.secureCookies.recycle", false);
pref("noscript.secureCookies.perTab", false);
pref("noscript.httpsForced", "");
pref("noscript.httpsForcedBuiltIn", "www.youtube.com");
pref("noscript.httpsDefWhitelist", true);
pref("noscript.allowHttpsOnly", 0);
pref("noscript.https.showInConsole", true);
pref("noscript.clearClick", 3);
pref("noscript.clearClick.plugins", true);
pref("noscript.clearClick.prompt", true);
pref("noscript.clearClick.debug", false);
pref("noscript.clearClick.exceptions", ".mail.yahoo.com https://mail.google.com/ *.ebay.com *.photobucket.com .youtube.com");
pref("noscript.clearClick.subexceptions", "^http://bit(?:ly\\.com|\\.ly)/a/sidebar\\?u= http://*.uservoice.com/*/popin.html?* http://w.sharethis.com/share3x/lightbox.html?* http://disqus.com/embed/* *.disqus.com/*/reply.html* http://www.feedly.com/mini abine:*");
pref("noscript.clearClick.rapidFireCheck", true);
pref("noscript.clearClick.threshold", 18);
pref("noscript.emulateFrameBreak", true);
pref("noscript.stickyUI.liveReload", false);
pref("noscript.stickyUI", true);
pref("noscript.stickyUI.onKeyboard", true);
pref("noscript.hoverUI", true);
pref("noscript.hoverUI.delayEnter", 250);
pref("noscript.hoverUI.delayStop", 50);
pref("noscript.hoverUI.delayExit1", 250);
pref("noscript.hoverUI.delayExit2", 300);
pref("noscript.hoverUI.excludeToggling", true);
pref("noscript.ignorePorts", true);
pref("noscript.cp.last", true);
pref("noscript.sanitizePaste", true);
pref("noscript.surrogate.enabled", true);
pref("noscript.surrogate.debug", false);
pref("noscript.surrogate.sandbox", true);
pref("noscript.surrogate.2mdn.replacement", "if('Proxy' in window){let _f=function(){}; google=$S(); Object.defineProperty(google,'__noSuchMethod__',{configurable:true,enumerable:false,value:_f});let ima={};ima.AdsManagerLoadedEvent=ima.AdErrorEvent={Type:new Proxy({},{get:function(){return 0}}),};ima.settings=new Proxy({},{get:function(){return _f}});ima.AdsLoader=ima.AdsRequest=ima.AdDisplayContainer=function(){return new Proxy({},{get:function(){return _f}});};google.ima=ima;}");
pref("noscript.surrogate.2mdn.sources", ".2mdn.net");
pref("noscript.surrogate.360Haven.sources", "@www.360haven.com");
pref("noscript.surrogate.360Haven.replacement", "Object.defineProperty(window,'adblock',{get:function() false,set: function() false});Object.defineProperty(window,'google_ad_client',{get: function () { return $S({__noSuchMethod__: function() this})}});Object.defineProperty(window.HTMLBodyElement.prototype,'innerHTML',{get:function() ''});");
pref("noscript.surrogate.adagionet.sources", ".adagionet.com");
pref("noscript.surrogate.adagionet.replacement", "adagioWriteTag=adagioWriteBanner=function(){}");
pref("noscript.surrogate.addthis.sources", "^https?://(?:[^/:]+\\.)?addthis\\.com/.*addthis_widget\\.js");
pref("noscript.surrogate.addthis.replacement", "addthis=(function(){var f=$S(arguments.callee);return f.__noSuchMethod__=f.data=f.bar=f.dynamic=f.login=f.ad=f.util=f.user=f.session=f})();");
pref("noscript.surrogate.adfly.sources", "!@^https?://adf.ly/\\w+/?$");
pref("noscript.surrogate.adfly.replacement", "for(var a=/ysmm = \'(.*?)\';/gi.exec(document.documentElement.innerHTML)[1],b='',c='',d=0;d<a.length;d++)0==d%2?b+=a.charAt(d):c=a.charAt(d)+c;window.location=atob(b+c).substring(2)");
pref("noscript.surrogate.digg.sources", "!@digg.com/newsbar/*");
pref("noscript.surrogate.digg.replacement", "window.location.href=document.querySelector('link[rel=canonical]').href");
pref("noscript.surrogate.dimtus.sources", "!@^http://(?:dimtus|imageteam)\\.(?:com|org)/img-");
pref("noscript.surrogate.dimtus.replacement", "document.querySelector('.overlay_ad').style.display='none'");
pref("noscript.surrogate.ga.sources", "*.google-analytics.com");
pref("noscript.surrogate.ga.replacement", "(function(){var _0=$S(function()_0),_u=function(){};_0.__noSuchMethod__=_0;('ga'in window)||(ga=_u);window.urchinTracker=window._u||_u;window._gaq=$S({__noSuchMethod__:_0,push:function(f){if(typeof f=='function')f();else if(f&&f.shift&&f[0]in this)this[f.shift()].apply(this,f)},_set:function(a,b){if(typeof b=='function')b()},_link:function(h){if(h)location.href=h},_linkByPost:function(f){if(f&&f.submit)f.submit();return true},_getLinkerUrl:function(u){return u},_trackEvent:_0});window._gat=$S({__noSuchMethod__:function(){return _gaq},_getTrackerByName:function(){return {_visitCode:function(){return 0}}}})})()");
pref("noscript.surrogate.glinks.replacement", "['focus','mouseover','mousedown','click'].forEach(function(et){addEventListener(et,function(e){var a=e.target,href=a.href&&a.getAttribute&&a.getAttribute('href');if(href&&/^(?:http|\/url)/.test(href)&&!a._href){a._href=a.href=a.href.replace(/.*\/url.*[?&](?:url|q)=(http[^&]+).*/,function(a,b)decodeURIComponent(b));do{if(/\brwt\(/.test(a.getAttribute('onmousedown')))a.removeAttribute('onmousedown')}while((a=a.parentElement))}},true)})");
pref("noscript.surrogate.glinks.sources", "!@^https?://[^/]+google\\..*/search");
pref("noscript.surrogate.googletag.replacement", "if(typeof googletag==='undefined'){googletag={slots:{},cmd:$S({__noSuchMethod__:function()this,push:function(f){return f()}})};} googletag.defineSlot=function(){return $S({__noSuchMethod__:function(){},addService:function(){return $S({__noSuchMethod__:function(){return googletag.addService();}})},setTargeting:function(){return this}})};let _gt=googletag;googletag=new Proxy(_gt,{get:function(s,w,e){return w in s?s[w]:function(){return $S({__noSuchMethod__:function(){return googletag;}})};}});let _renderedAds=new Proxy({},{get:function(a,b){return b in a?a[b]:{size:[729,90]};},set:function(a,b,c){a[b]=c}});let _adsRenderedInfo=new Proxy({get:function(n){return _renderedAds[n];}},{get:function(x,c){return c in x?x[c]:function(){};},set:function(x,c,v){}});Object.defineProperty(googletag,'adsRenderedInfo',{enumerable:true,set:function(){},get:function(){return _adsRenderedInfo;}});");
pref("noscript.surrogate.googletag.sources", ".googletagservices.com");
pref("noscript.surrogate.gravatar.sources", ".gravatar.com");
pref("noscript.surrogate.gravatar.replacement", "Gravatar=$S({my_hash:'', profile_cb:function(){}, init:function(){}, __noSuchMethod__:function(){}})");
pref("noscript.surrogate.microsoftSupport.replacement", "let c=document.getElementById('contentArea');if(c)c.style.display=''");
pref("noscript.surrogate.microsoftSupport.sources", "!support.microsoft.com");
pref("noscript.surrogate.modpagespeed.replacement", "let s=document.querySelector('noscript>meta[http-equiv=refresh]+style');if(s)s.parentNode.removeChild(s)");
pref("noscript.surrogate.modpagespeed.sources", "!@^https?:");
pref("noscript.surrogate.qs.sources", "*.quantserve.com");
pref("noscript.surrogate.qs.replacement", "window.quantserve=function(){}");
pref("noscript.surrogate.uniblue.sources", "!@.uniblue.com .liutilities.com");
pref("noscript.surrogate.uniblue.replacement", "Array.forEach(document.links,function(l){if(/^https:\/\/store\\./.test(l.href)){l.setAttribute('href',l.href.replace(/.*?:/, ''));l.parentNode.replaceChild(l,l)}})");
pref("noscript.surrogate.yieldman.sources", "*.yieldmanager.com");
pref("noscript.surrogate.yieldman.replacement", "rmAddKey=rmAddCustomKey=rmShowAd=rmShowPop=rmShowInterstitial=rmGetQueryParameters=rmGetSize=rmGetWindowUrl=rmGetPubRedirect=rmGetClickUrl=rmReplace=rmTrim=rmUrlEncode=rmCanShowPop=rmCookieExists=rmWritePopFrequencyCookie=rmWritePopExpirationCookie=flashIntalledCookieExists=writeFlashInstalledCookie=flashDetection=rmGetCookie=function(){}");
pref("noscript.surrogate.popunder.sources", "@^http:\\/\\/[\\w\\-\\.]+\\.[a-z]+ wyciwyg:");
pref("noscript.surrogate.popunder.replacement", "(function(){var unloading=false;addEventListener('pagehide',function(){unloading=true;setTimeout(function(){unloading=false},100)},true);var cookie=document.__proto__.__lookupGetter__('cookie');document.__proto__.__defineGetter__('cookie',function() {if(unloading)return cookie.apply(this);var c='; popunder=yes; popundr=yes; setover18=1';return(cookie.apply(this).replace(c,'')+c).replace(/^; /, '')});var fid='_FID_'+(Date.now().toString(16));var open=window.__proto__.open;window.__proto__.open=function(url,target,features){try{if(!(/^_(?:top|parent|self)$/i.test(target)||target in frames)){var suspSrc,suspCall,ff=[],ss=new Error().stack.split('\\n').length;if(/popunde?r/i.test(target))return ko();for(var f,ev,aa=arguments;stackSize-->2&&aa.callee&&(f=aa.callee.caller)&&ff.indexOf(f)<0;ff.push(f)){aa=f.arguments;if(!aa)break;ev=aa[0];suspCall=f.name=='doPopUnder';if(!suspSrc)suspSrc=suspCall||/(?:\\bpopunde?r|\\bfocus\\b.*\\bblur|\\bblur\\b.*\\bfocus|[pP]uShown)\\b/.test(f.toSource());if(suspCall||ev&&typeof ev=='object'&&('type' in ev)&&ev.type=='click'&&ev.button===0&&(ev.currentTarget===document||('tagName' in ev.currentTarget)&&'body'==ev.currentTarget.tagName.toLowerCase())&&!(('href' in ev.target)&&ev.target.href&&(ev.target.href.indexOf(url)===0||url.indexOf(ev.target.href)===0))){if(suspSrc)return ko();}}}}catch(e){}return open.apply(null, arguments);function ko(){var fr=document.getElementById(fid)||document.body.appendChild(document.createElement('iframe'));fr.id=fid;fr.src='data:text/html,';fr.style.display='none';var w=fr.contentWindow;w.blur=function(){};return w;}}})()");
pref("noscript.surrogate.popunder.exceptions", ".meebo.com");
pref("noscript.surrogate.imdb.sources", "@*.imdb.com/video/*");
pref("noscript.surrogate.imdb.replacement", "addEventListener('DOMContentLoaded',function(ev){ad_utils.render_ad=function(w){w.location=w.location.href.replace(/.*\\bTRAILER=([^&]+).*/,'$1')}},true)");
pref("noscript.surrogate.nscookie.sources", "@*.facebook.com");
pref("noscript.surrogate.nscookie.replacement", "document.cookie='noscript=; domain=.facebook.com; path=/; expires=Thu, 01-Jan-1970 00:00:01 GMT;'");
pref("noscript.surrogate.imagebam.replacement", "(function(){if(\"over18\" in window){var _do=doOpen;doOpen=function(){};over18();doOpen=_do}else{var e=document.getElementById(Array.slice(document.getElementsByTagName(\"script\")).filter(function(s){return !!s.innerHTML})[0].innerHTML.match(/over18[\\s\\S]*?'([^']+)/)[1]);e.style.display='none'}})()");
pref("noscript.surrogate.imagebam.sources", "!@*.imagebam.com");
pref("noscript.surrogate.imagehaven.replacement", "['agreeCont','TransparentBlack'].forEach(function(id){var o=document.getElementById(id);if(o)o.style.display='none'})");
pref("noscript.surrogate.imagehaven.sources", "!@*.imagehaven.net");
pref("noscript.surrogate.imgreserve.sources", "!imgreserve.com");
pref("noscript.surrogate.imgreserve.replacement", "let b=document.querySelector('input[value=\"YES\"]');if(b)b.addEventListener('click',function(){document.cookie='AgeVerification=1';location.href=location},true)");
pref("noscript.surrogate.interstitialBox.replacement", "__defineSetter__('interstitialBox',function(){});__defineGetter__('interstitialBox',function(){return{}})");
pref("noscript.surrogate.interstitialBox.sources", "@*.imagevenue.com");
pref("noscript.surrogate.invodo.sources", ".invodo.com");
pref("noscript.surrogate.invodo.replacement", "Invodo=$S({__noSuchMethod__:function(){}})");
pref("noscript.surrogate.googleThumbs.replacement", "(function(){var ss=document.getElementsByTagName('script');var s,t,m,id,i;for(var j=ss.length;j-->0;)if(((s=ss[j])&&(t=s.firstChild&&s.firstChild.nodeValue)&&(id=t.match(/\w+thumb\d+/))&&(m=t.match(/['\"](data:[^'\"]+)/)))&&(i=document.getElementById(id)))i.src=m[1].replace(/\\\\(u[0-9a-f]{4}|x[0-9a-f]{2})/ig,function(a,b){return String.fromCharCode(parseInt(b.substring(1), 16))})})()");
pref("noscript.surrogate.googleThumbs.sources", "!^https?://www\\.google\\.[a-z]+/search");
pref("noscript.surrogate.amo.replacement", "addEventListener('click',function(e){if(e.button)return;var a=e.target.parentNode;var hash=a.getAttribute('data-hash');if(hash){var b=a.parentNode.parentNode;InstallTrigger.install({x:{URL:a.href,IconURL:b.getAttribute('data-icon'),Hash:hash,toString:function(){return a.href}}});e.preventDefault()}},false)");
pref("noscript.surrogate.amo.sources", "!https://addons.mozilla.org/");
pref("noscript.surrogate.ab_adsense.sources", "pagead2.googlesyndication.com");
pref("noscript.surrogate.ab_adsense.replacement", "gaGlobal={}");
pref("noscript.surrogate.ab_adscale.sources", "js.adscale.de");
pref("noscript.surrogate.ab_adscale.replacement", "adscale={}");
pref("noscript.surrogate.ab_adtiger.sources", "^http://ads\\.adtiger\\.");
pref("noscript.surrogate.ab_adtiger.replacement", "adspirit_pid={}");
pref("noscript.surrogate.ab_bidvertiser.sources", "^http://bdv\\.bidvert");
pref("noscript.surrogate.ab_bidvertiser.replacement", "report_error=function(){}");
pref("noscript.surrogate.ab_binlayer.sources", "^http://view\\.binlay(?:er)\\.");
pref("noscript.surrogate.ab_binlayer.replacement", "blLayer={}");
pref("noscript.surrogate.ab_mirago.sources", "^http://intext\\.mirago\\.");
pref("noscript.surrogate.ab_mirago.replacement", "HLSysBannerUrl=''");
pref("noscript.surrogate.ab_mirando.sources", "^http://get\\.mirando\\.");
pref("noscript.surrogate.ab_mirando.replacement", "Mirando={}");
pref("noscript.surrogate.facebook_connect.sources", "connect.facebook.net");
pref("noscript.surrogate.facebook_connect.replacement", "FB=(function(){var f=$S(arguments.callee);return f.__noSuchMethod__=f.Event=f.XFBML=f;})();");
pref("noscript.surrogate.revsci.sources", "js.revsci.net");
pref("noscript.surrogate.revsci.replacement", "rsinetsegs=[];DM_addEncToLoc=DM_tag=function(){};");
pref("noscript.surrogate.adriver.sources", "ad.adriver.ru/cgi-bin/erle.cgi");
pref("noscript.surrogate.adriver.replacement", "if(top!==self&&top.location.href===location.href)setTimeout('try{document.close();}catch(e){}',100)");
pref("noscript.surrogate.twitter.sources", "platform.twitter.com");
pref("noscript.surrogate.twitter.replacement", "twttr=(function(){var f=$S(arguments.callee); var ro = f.__noSuchMethod__=f.events=f.anywhere=f; ro.widgets=$S({__noSuchMethod__:function(){}}); return ro})();");
pref("noscript.surrogate.plusone.sources", "apis.google.com/js/plusone.js");
pref("noscript.surrogate.plusone.replacement", "gapi=(function(){var f=$S(arguments.callee);return f.__noSuchMethod__=f.plusone=f;})();");
pref("noscript.surrogate.disqus-theme.sources", ">.disqus.com/*/build/themes/t_c4ca4238a0b923820dcc509a6f75849b.js*");
pref("noscript.surrogate.disqus-theme.replacement", "DISQUS.dtpl.actions.register('comments.reply.new.onLoadingStart', function() { DISQUS.dtpl.actions.remove('comments.reply.new.onLoadingStart'); DISQUS.dtpl.actions.remove('comments.reply.new.onLoadingEnd');});");
pref("noscript.surrogate.skimlinks.sources", ".skimlinks.com/api/");
pref("noscript.surrogate.skimlinks.replacement", "window.skimlinks=function(){}");
pref("noscript.surrogate.picbucks.sources", "!*.picbucks.com http://www.imagebax.com/show.php/*");
pref("noscript.surrogate.picbucks.replacement", "Array.forEach(document.getElementsByTagName('script'), function(s){let m = s.textContent.match(/(?:Lbjs\\.TargetUrl\\s*=\\s*|Array\\s*\\().*(\\bhttp[^'\"]*)/); if (m) { location.href = m[1]; throw 'break'; }})");
pref("noscript.surrogate.imagebunk.sources", "!http://imagebunk.com/image/*");
pref("noscript.surrogate.imagebunk.replacement", "document.body.insertBefore(document.getElementById('img_obj'), document.body.firstChild)");
pref("noscript.surrogate.personaorg.sources", "login.persona.org");
pref("noscript.surrogate.personaorg.replacement", "if(typeof navigator.id==='undefined'){navigator.id=$S({__noSuchMethod__:function(){},watch:function(){}})}");
pref("noscript.surrogate.picsee.sources", "!^https?://picsee\\.net/2\\d.*\\.html");
pref("noscript.surrogate.picsee.replacement", "location.replace(location.href.replace(/(\\/2\\d{3}[^\\/]*)(.*)\\.html/, '/upload$1/$2'));");
pref("noscript.surrogate.owasp_antiClickjack.sources", "!^https?://");
pref("noscript.surrogate.owasp_antiClickjack.replacement", "if(window.top===window&&document.body.offsetWidth===0)['body','documentElement'].forEach(function(e){document[e].style.setProperty('display','unset','important')})");
pref("noscript.surrogate.gigya.replacement", "gigya=$S({__noSuchMethod__:function(){}, isGigya:true, __initialized:true});gigya.socialize=$S({__noSuchMethod__:function(){}, addEventHandlers:function(){}});gigya.accounts=$S({__noSuchMethod__:function(){}})");
pref("noscript.surrogate.gigya.sources", ".gigya.com");
pref("noscript.surrogate.stripe.replacement", "Stripe=$S({__noSuchMethod__:function(){}})");
pref("noscript.surrogate.stripe.sources", "js.stripe.com");
pref("noscript.surrogate.wp.sources", "!^.*\\/20\\d{2}\\/\\d{2}\\/\\d{2}\\/");
pref("noscript.surrogate.wp.replacement", "let s=document.createElement('style');s.textContent='.site{opacity: 1 !important}';document.documentElement.appendChild(s)");
pref("noscript.fakeScriptLoadEvents.enabled", true);
pref("noscript.fakeScriptLoadEvents.onlyRequireJS", true);
pref("noscript.fakeScriptLoadEvents.exceptions", "");
pref("noscript.fakeScriptLoadEvents.docExceptions", "");
pref("noscript.placeholderMinSize", 32);
pref("noscript.placeholderLongTip", true);
pref("noscript.placeholderCollapseOnClose", false);
pref("noscript.compat.evernote", true);
pref("noscript.compat.gnotes", true);
pref("noscript.forbidXSLT", true);
pref("noscript.oldStylePartial", false);
pref("noscript.proxiedDNS", 0);
pref("noscript.placesPrefs", false);
pref("noscript.ABE.enabled", true);
pref("noscript.ABE.siteEnabled", false);
pref("noscript.ABE.allowRulesetRedir", false);
pref("noscript.ABE.legacyPrompt", false);
pref("noscript.ABE.disabledRulesetNames", "");
pref("noscript.ABE.skipBrowserRequests", true);
pref("noscript.ABE.notify", true);
pref("noscript.ABE.notify.namedLoopback", false);
pref("noscript.ABE.wanIpAsLocal", true);
pref("noscript.ABE.wanIpCheckURL", "https://secure.informaction.com/ipecho/");
pref("noscript.ABE.localExtras", "");
pref("noscript.asyncNetworking", true);
pref("noscript.inclusionTypeChecking", true);
pref("noscript.inclusionTypeChecking.exceptions", "https://scache.vzw.com/ http://cache.vzw.com .sony-europe.com .amazonaws.com .hp-ww.com .yandex.st cdn.directvid.com/*.jsx");
pref("noscript.inclusionTypeChecking.checkDynamic", false);
pref("noscript.nosniff", true);
pref("noscript.recentlyBlockedCount", 10);
pref("noscript.showRecentlyBlocked", true);
pref("noscript.recentlyBlockedLevel", 0);
pref("noscript.frameOptions.enabled", true);
pref("noscript.frameOptions.parentWhitelist", "https://mail.google.com/*");
pref("noscript.logDNS", false);
pref("noscript.subscription.lastCheck", 0);
pref("noscript.subscription.checkInterval", 24);
pref("noscript.subscription.trustedURL", "");
pref("noscript.subscription.untrustedURL", "");
pref("noscript.siteInfoProvider", "https://noscript.net/about/%utf8%;%ace%");
pref("noscript.alwaysShowObjectSources", false);
pref("noscript.ef.enabled", false);
pref("noscript.showBlankSources", false);
pref("noscript.preset", "medium");
pref("noscript.forbidBGRefresh", 1);
pref("noscript.forbidBGRefresh.exceptions", ".mozilla.org");
pref("noscript.toStaticHTML", true);
pref("noscript.liveConnectInterception", true);
pref("noscript.audioApiInterception", true);
pref("noscript.doNotTrack.enabled", true);
pref("noscript.doNotTrack.exceptions", "");
pref("noscript.doNotTrack.forced", "");
pref("noscript.ajaxFallback.enabled", true);
pref("noscript.sync.enabled", false);
pref("noscript.ABE.rulesets.SYSTEM", "# Prevent Internet sites from requesting LAN resources.\r\nSite LOCAL\r\nAccept from LOCAL\r\nDeny");
pref("noscript.ABE.rulesets.USER", "# User-defined rules. Feel free to experiment here.\r\n");
pref("noscript.ABE.migration", 0);
pref("noscript.smartClickToPlay", true);
pref("noscript.removalWarning", true);
pref("noscript.middlemouse_temp_allow_main_site", true);