mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-16 06:28:44 +00:00
8 lines
146 B
HTML
8 lines
146 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
onload = function() {
|
|
document.querySelector("a").click();
|
|
};
|
|
</script>
|
|
<a ping="ping" href="fetch.txt">link</a>
|