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 9e0665c commit d1b6970
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions js/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<script>
const url = new URL('https://raw.crsay.com/https://raw.git.com/file.txt');
<script>
const url = new URL('https://raw.crsay.com/https://raw.git.com/file.txt');

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


</script>

</script>

0 comments on commit d1b6970

Please sign in to comment.