This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 一覧でリプライ数を非表示 */ | |
button[data-testid="replyBtn"] > div { | |
display: none; | |
} | |
/* 一覧でリポスト数を非表示 */ | |
div[data-testid="repostCount"] { | |
display: none; | |
} | |
/* 一覧でいいね数を非表示 */ | |
button[data-testid="likeBtn"] > div { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Matsodon: Kirakiratter Custom CSS V5.1.5 | |
By Salil Gupta (@MasterDalK) | |
Other Contributors: @pomo, @sumire, @bitmap | |
Feature Requests & Bug Reports: #kktCSS on kirakiratter.com | |
For Desktop use: Same as above or use extension "Stylish". Works in Chrome/Opera/Vivaldi/Firefox. | |
For use on Mobile (JP): https://kirakiratter.com/@sumire/3973 | |
For use on Mobile (EN): https://kirakiratter.com/@bitmap/4076 */ | |
@import url('https://fonts.googleapis.com/css?family=Roboto'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Feedly Star Opener | |
// @namespace http://www.srcw.net/ | |
// @description Open saved items in Feedly | |
// @include http://feedly.com/* | |
// @include https://feedly.com/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @version 1.0.2 | |
// ==/UserScript== |