Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWeichers authored Apr 23, 2024
1 parent 19ad2ee commit fbcf5f2
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2289,36 +2289,6 @@ <h1 class="title">Untitled Proxy</h1><br><br>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div class="text-center">
<script>
var urlObj = new window.URL(window.location.href);
var url = "index.html";

if (url) {
var win;

function about() {
if (win) {
win.focus();
}
else {
win = window.open();
win.document.body.style.margin = '0';
win.document.body.style.height = '100vh';
var iframe = win.document.createElement('iframe');
var script = win.document.createElement('script');
script.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8465060523203457';
script.crossorigin = 'anonymous';
iframe.style.border = 'none';
iframe.style.width = '100%';
iframe.style.height = '100%';
iframe.style.margin = '0';
iframe.src = url;
win.document.body.appendChild(iframe, script);
location.replace("about:blank");
}
};
}
</script>
<style>*{color:white;font-family:arial;text-align:center}button{width:220px;height:40px;border-radius:12px;background-color:#080808;font-family:Arial,Helvetica,sans-serif;border:none;transition:background-color 500ms}button:hover{background-color:#080808}</style>
</div>
<br>
Expand Down

0 comments on commit fbcf5f2

Please sign in to comment.