GemのページでGitHubへのリンクをLINKSの先頭に移してラベルを付ける
var links=document.querySelectorAll(".gem__aside a");for(var i=0;i<links.length;i++){var link=lin...
http://mcg.herokuapp.com/の結果ページをajaxでリロード
if(/^\/\w+\//.test(location.pathname)){var target=document.querySelector('.twitter-share-button')...
Counts :+1: etc. in issue threads
(function(){if(!/^\/[^\/]+?\/[^\/]+\/(?:issues|pulls)\/\d+\/?$/.test(location.pathname))return;va...
Save your depth and restart digging
(function(){var currentPost=Tumblr.KeyCommands.current_post;var now=new Date,label=window.next_pa...
ダッシュボードで表示しているポストと異なるtumblelogまたは種類(text, quote, photoなど)が違うポス...
(function(){this.update_post_positions();this.current_position=jQuery(document).scrollTop()+7;var...
IDコールのリンクをコメントへのページ内リンクに書き換える
document.addEventListener('click',(function(event){var target=event.target;if(target.parentNode.c...
各ブックマークのtimestampをブックマークのパーマリンクにする
var style=document.createElement("style");style.textContent=".bookmark-list .timestamp {text-deco...
Use on https://github.com/{your_name}, then click days in your contribution calendar.
var $cal=$("#contributions-calendar");var palette=$cal.find(".legend li").map((function(){return ...
はてブのコメントを(スターの数, 投稿日時)でソートする。
(function(){var currentList=Array.prototype.slice.call(document.querySelectorAll(".bookmark-list"...
元ページの文章を引用してるだけっぽいブックマークコメントに"yamabiko"というクラスを追加
(function(){var bookmarks=Array.prototype.slice.call(document.querySelectorAll("[id^=bookmark-use...
Autopagerizeで挿入されたページを最後のもの以外全部消す
var seps=document.querySelectorAll(".autopagerize_page_separator"),end=seps[seps.length-1],start=...