wogikaze
初めまして~
数年前からScrapboxの存在は知っていた
最近Scrapboxを使おうと思い、どうせ使うならUserCSSで自分用に改造しまくっちゃえ!
と調べてる途中にここを見つけた
大人数でわちゃわちゃしているプロジェクトで遊びたくなった
Discord廃人です
歴は3年くらいだけどめちゃくちゃ遊んでる
issacoid.svg<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0.707 0.707 1.41 1.41">
<g xmlns="http://www.w3.org/2000/svg" transform="rotate(45 0.707 1.707)">
<rect x="0" y="0" width="1" height="1" fill="#d9c074"/>
<rect x="1" y="0" width="1" height="1" fill="#dbd8db"/>
<rect x="0" y="1" width="1" height="1" fill="#f7dad2"/>
<rect x="1" y="1" width="1" height="1" fill="#aa9ff0"/>
</g>
<text x="0.925" y="1.75" font-family="serif" font-size="1">W</text>
</svg>
sample?<svg width="100" height="100" viewBox="0 0 3 3" xmlns="www.w3.org/2000/svg">
<svg width="100" height="100" viewBox="0 0 3 3" xmlns="http://www.w3.org/2000/svg">
<g id="icon" transform = "rotate(45, 1.49, 1.49)">
<rect x="0" y="0" width="1" height="1" fill="#9c1307"/>
<rect x="2" y="0" width="1" height="1" fill="#ac2107"/>
<rect x="0" y="2" width="1" height="1" fill="#e44507"/>
<rect x="1" y="1" width="1" height="1" fill="#6e2414"/>
<rect x="2" y="2" width="1" height="1" fill="#101010"/>
</g>
</svg>
script.jsimport "/api/code/yuyasurarin/wogikaze/出張用.js"
script.js_scrapbox.addListener("page:changed", () => {
const anchors = document.querySelectorAll('a[href^="/"]:not([target="_blank"])');
[...anchors].forEach(e=>{e.onclick=()=>{ // s/onClick/onclick/g
//$(".links-2-hop").remove();
if(document.querySelector(".page .line-title")) {
$(".line").css("display","none");
$(".links-2-hop").css("display","none");
}
}});
});
style.css.line:not(.cursor-line) .page-link {
padding: 0 4px;
}
を見ると心穏やかでなくなるので
にする
style.cssimg[title="草"].icon {
display: none;
}
a:has(img[title="草"].icon):after {
content:" ";
display: inline-block;
width: 1.3em;
height: 1.3em;
background-size: 1.3em 1.3em;
background-image: url("https://scrapbox.io/api/pages/icons/草/icon");
}