mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-27 02:39:16 +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>
|