Skip to content

Instantly share code, notes, and snippets.

@zwpp
Last active May 7, 2022 16:21
Show Gist options
  • Save zwpp/c0e836439f1d3910d559d670f6b2c38c to your computer and use it in GitHub Desktop.
Save zwpp/c0e836439f1d3910d559d670f6b2c38c to your computer and use it in GitHub Desktop.
YouTube liveのカスタム絵文字をよく使う人のための uBlock Origin フィルター
! Title: Youtube live light-weight emoji picker
! Description: Only remain members only emoji on emoji picker
! Homepage: https://gist.github.com/zwpp/c0e836439f1d3910d559d670f6b2c38c
! remove notification at chat
www.youtube.com##+js(set, window.ytInitialData.contents.liveChatRenderer.actionPanel.liveChatMessageInputRenderer.onInitialFocusCommand, undefined)
www.youtube.com##+js(set, window.ytInitialData.continuationContents.liveChatContinuation.actionPanel.liveChatMessageInputRenderer.onInitialFocusCommand, undefined)
! remove unicode emoji pickers
www.youtube.com###categories > yt-emoji-picker-category-renderer:nth-child(n+3)
! remove emoji picker search panel
www.youtube.com##yt-emoji-picker-renderer.style-scope > #search-panel
! remove emoji category buttons
www.youtube.com##yt-emoji-picker-renderer.style-scope > #category-buttons
@zwpp
Copy link
Author

zwpp commented May 7, 2022

ついでに「メッセージを送信すると、あなたがこのチャンネルの登録者であることが...」というメッセージも消してる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment