Skip to content
Snippets Groups Projects
Commit b99513eb authored by nimrod's avatar nimrod
Browse files

Spam Nimrod page.

A trial I'm conducting with Patchbay. Let's see what will happen.
parent 2108c184
No related branches found
No related tags found
No related merge requests found
Spam Nimrod
###########
:date: 2020-10-23
:summary: Spam Nimrod
:slug: spam
:status: hidden
.. raw:: html
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script>
$(document).ready(
function(){
$("button").click(
function(){
$.post(
"https://patchbay.pub/pubsub/1446c969-9a54-4b5b-83e0-bf88f22f289d",
$("#message").val(),
function(){
alert("Nimrod was spammed.");
}
);
}
);
}
);
</script>
<textarea id="message" rows="5" cols="50">Hi there.</textarea>
<p><button type="button">Spam Nimrod</button></p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment