This commit is contained in:
Collin M. Barrett 2019-09-21 13:59:06 -05:00
commit 558bfa6d3d
4 changed files with 12 additions and 8 deletions

2
.github/README.md vendored
View file

@ -153,4 +153,4 @@ We respect your privacy. That is the whole point of this project. The only minor
## Internet Explorer
FilterLists does not support Internet Explorer. To view a smaller, TPL-only archive with subscribable links, right-click on [this link](https://raw.githubusercontent.com/collinbarrett/FilterLists/master/data/TPLSubscriptionAssistant.html), choose to save it as an HTML file, and open it in Internet Explorer ≥9.
FilterLists does not support Internet Explorer. To view a smaller, TPL-only archive with subscribable links, visit [this page](https://raw.githack.com/collinbarrett/FilterLists/master/data/TPLSubscriptionAssistant.html).

View file

@ -1,10 +1,12 @@
Because FilterLists.com cannot be loaded in Internet Explorer, and because GitHub does not allow JavaScript links, here's a workaround to assist in subscribing to TPL lists.<br><br>
<!DOCTYPE html>
<html>
<head>
<title>FilterLists.com for Internet Explorer</title>
</head>
<body>
Because FilterLists.com cannot be loaded in Internet Explorer, here's a workaround to assist in subscribing to TPL lists.<br><br>
How this works:<br>
1) Save this file as an HTML file. (This can be done by e.g. right-clicking on the raw file and saving, or by pasting it into a notepad and saving it there.)<br>
2) Open the saved HTML file in Internet Explorer.<br>
3) Click on a link to subscribe to it.<br>
3.5) Normally the link will be blocked the first time around. If so, click on "Allow Blocked Content" in the resulting prompt below, and then click the link again.<br><br>
In some circumstances, the link will be blocked the first time around. If so, click on "Allow Blocked Content" in the resulting prompt below, and then click the link again.<br><br>
-------------------------------------------------------<br><br>
@ -76,3 +78,5 @@
(2015) <a href="javascript:window.external.msAddTrackingProtectionList('https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.tpl', 'Wiltteri')">Wiltteri</a> - <a href="https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl">View ruleset</a><br>
(2015) <a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl', 'Wiltteri + EasyList')">Wiltteri + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl">View ruleset</a><br>
(2015) <a href="javascript:window.external.msAddTrackingProtectionList('https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.tpl', 'Wiltteri Reborn')">Wiltteri Reborn</a> - <a href="https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.tpl">View ruleset</a>
</body>
</html>

Binary file not shown.

View file

@ -15,7 +15,7 @@
"react-app-rewired": "^2.1.3",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1",
"react-scripts": "^3.1.2",
"slugify": "^1.3.5",
"typescript": "^3.6.3"
},