Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed May 4, 2018
1 parent 2e3066e commit 2fc3284
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/background/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

//@pragma-if-debug

//Tools
// Tools
if (a.debugMode) {
{
//https://github.com/jspenguin2017/uBlockProtector/issues/338
// https://github.com/jspenguin2017/uBlockProtector/issues/338
a.proxy(
[
"*://go.com/*",
Expand All @@ -18,7 +18,7 @@ if (a.debugMode) {
);
}
{
//https://github.com/jspenguin2017/uBlockProtector/issues/286
// https://github.com/jspenguin2017/uBlockProtector/issues/286
a.proxy(
[
"*://itv.com/*",
Expand All @@ -28,7 +28,7 @@ if (a.debugMode) {
);
}
{
//https://gitlab.com/xuhaiyang1234/NanoAdblockerSecretIssues/issues/10
// https://gitlab.com/xuhaiyang1234/NanoAdblockerSecretIssues/issues/10
a.proxy(
[
"*://tvnow.de/*",
Expand All @@ -37,12 +37,12 @@ if (a.debugMode) {
"46.101.180.199",
);
}
//a.proxy() does not work for: viasport.fi, topserialy.to
// a.proxy() does not work for: viasport.fi, topserialy.to
}

//Rules
// Rules
if (a.debugMode) {
//Nothing for now
// Nothing for now
}

//@pragma-end-if

0 comments on commit 2fc3284

Please sign in to comment.