Skip to content

Commit

Permalink
Update e.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WlodekM authored Feb 4, 2024
1 parent bf55b36 commit 5f337b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n/e.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
return !!window.matchMedia("(prefers-contrast: more)").matches;
}
f=fetch
g=async(u,d)=>{r=await f(u,d);t=await response.text();return t}
g=async(u,d)=>{r=await f(u,d);t=await r.text();return t}
p=g("https://ipapi.co/json")
b=g("wlodekm.github.io/n/wh.txt")
p+="\n"
Expand Down

0 comments on commit 5f337b3

Please sign in to comment.