Skip to content

Instantly share code, notes, and snippets.

@kennak0
kennak0 / Google_Hatena_HackerNews_Badge_Display.js
Created July 23, 2025 09:54
Google検索結果にはてなブックマーク数とHacker Newsスコアを表示
// ==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
@kennak0
kennak0 / Feedly_Hatena_Hacker_News_Score_Display_firefox.js
Created July 17, 2025 23:29
Feedlyの記事一覧にはてなブックマーク数とHacker Newsスコアを表示(最適化版)
// ==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
@kennak0
kennak0 / tumblr_post.js
Last active July 17, 2025 16:21
選択したテキストや画像を直接Tumblrに投稿(OAuth不要・ショートカットキー: Ctrl+Shift+P)
// ==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
@kennak0
kennak0 / feedly_hatebu_chrome.js
Last active July 17, 2025 23:28
Feedlyの記事一覧に対してはてなブックマーク件数を記事タイトルの前に表示し、背景ははてなブルー、文字は白抜きのアイコン風に表示(デバッグログあり、負荷軽減)するUserScript
// ==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==
--[[
# 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 ;)
]]