We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b833f commit 7117e66Copy full SHA for 7117e66
extension/popup.html
@@ -8,12 +8,12 @@
8
<h2>RestrictBypass</h2>
9
<p>url of bypass site</p>
10
<input id="server" placeholder="enter url of bypass site" , value="https://restrictbypass.xanondev.repl.co"></input>
11
- <p>url of bypass</p>
+ <p>url to bypass</p>
12
<input id="link" placeholder="enter url to bypass"></input>
13
<script src="popup.js"></script>
14
<button id="submit">Bypass Restriction</button>
15
<p id="credits">powered by <a href="https://github.com/xanonDev/RestrictBypass" target="_blank">https://github.com/xanonDev/RestrictBypass</a></p>
16
<p id="debug"></p>
17
</body>
18
19
-</html>
+</html>
0 commit comments