Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Make it use github pages
  • Loading branch information
OddDevelopment authored Oct 4, 2023
1 parent ed23b21 commit 5619655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<p>To access the unblocker, add a bookmark to the following:</p>

<code>
javascript:(function(){document.body.innerHTML+='&lt;iframe src="https://proxys.lol/ui" style="width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999;background:#FFF;border:none;"&gt;&lt;/iframe&gt;'})();
javascript:(function(){document.body.innerHTML+='&lt;iframe src="https://odddevelopment.github.io/FrameSearch/ui/" style="width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999;background:#FFF;border:none;"&gt;&lt;/iframe&gt;'})();
</code> <!-- Please replace https://proxys.lol/ui with your own domain your running this on /ui for exaple https://exaple.com/ui -->
<p>then run the bookmark on <a href="https://google.com">google.com</a> and it should pop up an unblocker (might
have to give it 5 seconds.)</p>
Expand All @@ -48,4 +48,4 @@

</body>

</html>
</html>

0 comments on commit 5619655

Please sign in to comment.