Back Quotation

技術系のネタとかメモとかテキトーに書いていく

youtube

YouTubeライブチャットをポップアウトするブックマークレット

.bookmarklet { display:inline-block; padding: 0.8rem; background: red; border-radius: 8px;text-decoration:none; color: white; &:before {content: "▶ ";color:white;};&:hover{color:white;text-decoration:none;}} {location.href.startsWith('http…

YouTubeチャンネルのRSS取得するブックマークレット

.bookmarklet { display:inline-block; padding: 0.8rem; background: red; border-radius: 8px;text-decoration:none; color: white; &:before {content: "▶ ";color:white;};&:hover{color:white;text-decoration:none;}} {let d=href.startsWith(yt+'watc…

YouTube Liveのチャット欄のカスタマイズ

YouTube Liveのチャット欄がちょいちょい使いづらくなってきていたのでカスタマイズしてみた。 あとでいろいろ調整する。 使用しているアドオンは stylebot https://www.youtube.com/live_chat /* emoji一覧の表示範囲を広げる */ yt-emoji-picker-renderer.…

YouTube スパム フィルタ

設定 コミュニティ 自動フィルタ ブロックする単語 - COM,- FUN,- HОТ,- XYZ,-COM,-FUN,-HОТ,-XYZ,. COM,. FUN,. HОТ,. XYZ,.COM,.FUN,.HОТ,.XYZ,☘,☘️,✌,✌️,❣,❤,❤️,,,,,,,,,,,,,,,,,,,️,,,,,,,,,,,,,,,,,,,,,,,,,,18+,AND BOYS,BESTCAMS,BOYS VIDEO,CAMS. FU…

YouTubeコメント背景の透過

配信の時にコメント画面に表示させるときに、コメントの背景があると使いづらいので消していく。 html{background:transparent;} body { background-color: transparent; margin: 0px auto; overflow: hidden; } yt-live-chat-renderer { background:transpa…