We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a8018 commit 13eca91Copy full SHA for 13eca91
show.html
@@ -55,7 +55,7 @@
55
</div>
56
</section>
57
<script>
58
- $.get('https://cdn.jsdelivr.net/gh/codingbox/Pixiv-Craw@latest/url_ok.txt', function (data) {
+ $.get('https://cdn.jsdelivr.net/gh/codingbox/Bye-Broken-Link@latest/url_ok.txt', function (data) {
59
let html = '';
60
document.getElementById('output').innerHTML = '';
61
data.split(/\r\n|\r|\n/)
0 commit comments