Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taizooo/659414 to your computer and use it in GitHub Desktop.
Save taizooo/659414 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name AutoPagerize Filter for gist
// @namespace http://d.hatena.ne.jp/kurumigi/
// @description Rewriting posted time if using "AutoPagerize".
// @include http://gist.github.com/*
// @include https://gist.github.com/*
// ==/UserScript==
(function() {
window.addEventListener('GM_AutoPagerizeNextPageLoaded',function() {
location.href='javascript:(function(){$(".relatize").relatizeDate()})()';
},false);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment