Skip to content

Instantly share code, notes, and snippets.

View wraith13's full-sized avatar
👻
Write codes!

道化師 wraith13

👻
Write codes!
View GitHub Profile
@wraith13
wraith13 / header-test.md
Last active March 12, 2018 06:41
markdown のヘッダーの id がどのように生成されるかのテスト

header

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

0123456789

abc !"#$%&'()*+,-./:;<=>?@[]^_`{|}~ def

abc !"#$%&'()*+,-./:;<=>?@[]^_ def

@wraith13
wraith13 / .gitignore
Last active March 24, 2020 02:02
コミットメッセージの為のフレーバー絵文字
.history
@wraith13
wraith13 / pixiv-slideshow.js
Created December 23, 2021 02:00
pixiv slide show
// Code to make pixiv's login screen a full-screen slideshow
// pixiv のログイン画面をフルスクリーンスライドショーにするコード
// How to use:
// 使い方:
// 1. Open https://accounts.pixiv.net/login with web browser
// 1. Webブラウザで https://accounts.pixiv.net/login を開く
// 2. Paste this code into the developer console and run it.
// 2. 開発者コンソールにこのコードをペーストして実行。
Array.from(document.getElementsByClassName("signup-form")).forEach(i => i.style.display = "none");