diff --git a/.github/README.md b/.github/README.md index aac8b61a8..ab5ed678c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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). diff --git a/data/TPLSubscriptionAssistant.html b/data/TPLSubscriptionAssistant.html index b05918b14..fcc0da76c 100644 --- a/data/TPLSubscriptionAssistant.html +++ b/data/TPLSubscriptionAssistant.html @@ -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.

+ + + + FilterLists.com for Internet Explorer + + +Because FilterLists.com cannot be loaded in Internet Explorer, here's a workaround to assist in subscribing to TPL lists.

-How this works:
-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.)
-2) Open the saved HTML file in Internet Explorer.
-3) Click on a link to subscribe to it.
-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.

+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.

-------------------------------------------------------

@@ -76,3 +78,5 @@ (2015) Wiltteri - View ruleset
(2015) Wiltteri + EasyList - View ruleset
(2015) Wiltteri Reborn - View ruleset + + diff --git a/src/FilterLists.Web/package-lock.json b/src/FilterLists.Web/package-lock.json index 6264bde59..e2bd271b6 100644 Binary files a/src/FilterLists.Web/package-lock.json and b/src/FilterLists.Web/package-lock.json differ diff --git a/src/FilterLists.Web/package.json b/src/FilterLists.Web/package.json index 30b08322a..edd1b357a 100644 --- a/src/FilterLists.Web/package.json +++ b/src/FilterLists.Web/package.json @@ -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" },