This file contains hidden or 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 Google Hatena & Hacker News Badge Display | |
| // @namespace https://example.com/ | |
| // @version 1.0 | |
| // @description Google検索結果にはてなブックマーク数とHacker Newsスコアを表示 | |
| // @author YourName | |
| // @match https://www.google.com/search* | |
| // @match https://www.google.co.jp/search* | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM.xmlHttpRequest |
This file contains hidden or 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 Hatena & Hacker News Score Display | |
| // @namespace https://example.com/ | |
| // @version 2.1 | |
| // @description Feedlyの記事一覧にはてなブックマーク数とHacker Newsスコアを表示(最適化版) | |
| // @author YourName | |
| // @match https://feedly.com/* | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM.xmlHttpRequest | |
| // @connect b.hatena.ne.jp |
This file contains hidden or 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 Tumblr Direct Post | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.3 | |
| // @description 選択したテキストや画像を直接Tumblrに投稿(OAuth不要・ショートカットキー: Ctrl+Shift+P) | |
| // @author test_js | |
| // @match *://*/* | |
| // @exclude https://www.tumblr.com/oauth/* | |
| // @grant GM_addStyle | |
| // @grant window.open |
This file contains hidden or 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 Hatena Bookmark Count with Link (Hatena Blue Icon Style) | |
| // @namespace https://example.com/ | |
| // @version 1.9 | |
| // @description Feedlyの記事一覧に対してはてなブックマーク件数を記事タイトルの前に表示し、背景ははてなブルー、文字は白抜きのアイコン風に表示(デバッグログあり、負荷軽減) | |
| // @author YourName | |
| // @match https://feedly.com/* | |
| // @grant GM_xmlhttpRequest | |
| // @connect b.hatena.ne.jp | |
| // ==/UserScript== |
This file contains hidden or 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
| --[[ | |
| # Nord Conky 1.0 | |
| # Author : kennak0 | |
| # Release date : 16 March 2021 | |
| # Tested on : Manjaro linux x64 - GNOME Desktop | |
| # Email : kennak0@gmail.com | |
| # base : Minimalis Conky https://www.gnome-look.org/p/1112273/ | |
| # Feel free to modity this script ;) | |
| ]] |