mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
5 lines
250 B
HTML
5 lines
250 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait"><meta charset=utf-8>
|
|
<script>
|
|
var xhr=new XMLHttpRequest();xhr.open("GET","data:,");xhr.responseType='blob';xhr.onloadend=function(){document.documentElement.removeAttribute('class');};xhr.send();
|
|
</script>
|