We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be1823 commit 44bae63Copy full SHA for 44bae63
web/public/index.html
@@ -11,11 +11,7 @@
11
<![endif]-->
12
13
<!-- For IE > 9 -->
14
- <script type="text/javascript">
15
- if (window.navigator.msPointerEnabled) {
16
- window.location = "https://filterlists.com/tpl.html";
17
- }
18
- </script>
+ <script src="tpl-redirect.js"></script>
19
20
<link
21
rel="shortcut icon"
web/public/tpl-redirect.js
@@ -0,0 +1,3 @@
1
+if (window.navigator.msPointerEnabled) {
2
+ window.location = "https://filterlists.com/tpl.html";
3
+}
0 commit comments