mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-01-18 08:05:05 +00:00
use default cdn
maxcdn → jsdelivr
This commit is contained in:
parent
c42ad2d043
commit
0dd22b9f32
1 changed files with 0 additions and 8 deletions
|
@ -332,12 +332,4 @@ document.querySelectorAll("a").forEach(function (a) {
|
|||
rel: "noreferrer",
|
||||
});
|
||||
});
|
||||
document.querySelectorAll("img").forEach(function (img) {
|
||||
Object.assign(img, {
|
||||
src: img.src.replace(
|
||||
/^https:[/][/]twemoji[.]maxcdn[.]com[/]v[/][0-9.]+/,
|
||||
"https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/"
|
||||
),
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue