Skip to content

Commit

Permalink
[docs] remove Hetzner IP
Browse files Browse the repository at this point in the history
  • Loading branch information
mchangrh committed Jun 6, 2023
1 parent f833d10 commit 08b0e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ It is recommended to use the [CDN Check Page](docs/index.html) as it will check
- JSDelivr (GitHub): `https://cdn.jsdelivr.net/gh/mchangrh/sb.js/docs/sb.min.js`
- unpkg: `https://unpkg.com/@mchangrh/sb.js/docs/sb.min.js`
- Hetzner VPS: `https://fs.mchang.icu/sb.js/docs/sb.min.js`
- Hetzner VPS (IP): `https://5.161.97.234/sb.js/docs/sb.min.js`

# SB.js vs SponsorBlock (extension)
| | SB.js | Extension |
Expand Down
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"JSDelivr (GitHub)": "https://cdn.jsdelivr.net/gh/mchangrh/sb.js/docs/",
"unpkg (npm)": "https://unpkg.com/@mchangrh/sb.js/docs/",
"Cloudflare R2": "https://cdn.mchang.xyz/sb.js/docs/",
"Hetzner VPS": "https://fs.mchang.icu/sb.js/docs/",
"Hetzner VPS (IP)": "https://5.161.97.234/sb.js/docs/"
"Hetzner VPS": "https://fs.mchang.icu/sb.js/docs/"
}
function checkCDN() {
const parentElem = document.getElementById("cdn-parent")
Expand Down

0 comments on commit 08b0e70

Please sign in to comment.