github clean for me

Added by uuueee@userstyles, Created: Sep 11, 2014, Updated: Feb 18, 2015
  • With the style applied
  • With the style applied (Generated screenshot)
  • Without the style applied (Generated screenshot)

Description:

desc

More info
○併せて使いたい拡張機能
npmのpackage名をリンクに変えるchrome拡張機能「GitHub Linker」
https://chrome.google.com/webstore/detail/github-linker/jlmafbaeoofdegohdhinkhilhclaklkp

レポジトリをツリー表示するchrome拡張機能「Octotree」
https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc


○other
githubの「〇〇hours ago」の表示をJST表記に直すuserscript (例: 2015年10月5日 1:00 JST)
Chromeならtampermonkeyで, Firefoxならgreasemonkeyでコードを保存

$(function() {
$('time').each(function() {
$(this).html($(this).attr('title'))
});
});

Installs:
Applies to:
github.com
License:
CC0 1.0 Universal.
uuueee@userstyles has waived all copyright and related or neighboring rights to github clean for me, to the extent allowed by law.

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.