clear-urls-browser-extension/GitLabPages/index.html
Kevin Röbert ad3ab8df07 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
2019-09-26 20:50:39 +02:00

59 lines
2.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ClearURLs test page</title>
<meta name="description" content="ClearURLs test page">
<meta name="author" content="Kevin Röbert">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="ui inverted menu">
<div class="ui container">
<a href="#" class="header item">
<img class="logo" src="clearurls.svg">
ClearURLs
</a>
</div>
</div>
<div class="ui main text container">
<h1 class="ui header">ClearURLs test page</h1>
<p>
On this page you can automatically check whether ClearURLs works correctly.
If you are using an obsolete ClearURLs version that is affected by a potential security vulnerability,
you will also be notified on this page.
</p>
<br />
<div class="ui icon message" id="rules_filter_test"></div>
<div class="ui icon message" id="redirection_filter_test"></div>
<div class="ui icon message" id="block_filter_test"></div>
<div class="ui icon message" id="issue_253_test"></div>
<iframe src="https://kevinroebert.gitlab.io/ClearUrls/void/index.html?ref=gitlab"
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="1" width="1" id="redirect_roebert_eu_iframe" style="border:0; border:none;"></iframe>
<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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>