Scrounge bytes
This commit is contained in:
@@ -199,7 +199,7 @@ async function page() {
|
|||||||
<span id="curl"></span>
|
<span id="curl"></span>
|
||||||
<sl-copy-button from="curl"></sl-copy-button>
|
<sl-copy-button from="curl"></sl-copy-button>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById('curl').innerText = `curl -d m=test ${window.location.href}`;
|
document.getElementById('curl').innerText = `curl -dm=test ${window.location.href.replace(/\/$/, '')}`;
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user