mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-02-01 06:38:37 +00:00
Compare commits
2 commits
b8dac52d98
...
0dd22b9f32
Author | SHA1 | Date | |
---|---|---|---|
0dd22b9f32 | |||
c42ad2d043 |
3 changed files with 10 additions and 18 deletions
|
@ -332,12 +332,4 @@ document.querySelectorAll("a").forEach(function (a) {
|
||||||
rel: "noreferrer",
|
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>
|
</script>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue