Version 1.8.4

- Force redirects only on main frames
- Added google link fix script, to avoid the sub frame permission for force redirection on google
This commit is contained in:
Kevin Röbert
2019-09-26 20:50:39 +02:00
parent 7ccd78ad39
commit ad3ab8df07
5 changed files with 333 additions and 143 deletions

View File

@@ -39,13 +39,16 @@
<div class="ui icon message" id="issue_253_test"></div>
<iframe src="https://kevinroebert.gitlab.io/ClearUrls/void/index.html?ref=gitlab"
height="0" width="0" id="void_roebert_eu_iframe" style="border:0; border:none;"></iframe>
height="1" width="1" id="void_roebert_eu_iframe" style="border:0; border:none;"></iframe>
<iframe src="https://youtube.com/redirect?q=https%3A%2F%2Fkevinroebert.gitlab.io%2FClearUrls%2Fvoid%2Findex.html%3Fref%3Dgitlab"
height="0" width="0" id="redirect_roebert_eu_iframe" style="border:0; border:none;"></iframe>
height="1" width="1" id="redirect_roebert_eu_iframe" style="border:0; border:none;"></iframe>
<img id="i253_roebert_eu_img" height="0" width="0"/>
<img id="block_roebert_eu_img" height="0" width="0"/>
<iframe src="https://www.google.com/url?rct=j&url=https%3A%2F%2Fkevinroebert.gitlab.io%2FClearUrls%2Fi253.html"
height="1" width="1" id="i253_roebert_eu_iframe" style="border:0; border:none;"></iframe>
<img id="i253_roebert_eu_img" height="1" width="1"/>
<img id="block_roebert_eu_img" height="1" width="1"/>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>