Skip to content

Commit

Permalink
更新 index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cracada authored Jan 27, 2024
1 parent 2e3ca3a commit 0a07c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
const url = new URL('https://raw.crsay.com/https://raw.git.com/file.txt');

//b = url.substr(8);
b = url.substr(8);
//c=b.substr(b.indexOf('/')+1);
alert(url);

Expand Down

0 comments on commit 0a07c37

Please sign in to comment.