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 gist logs | |
| // @namespace http://d.hatena.ne.jp/murky-satyr | |
| // @description Shows commit logs on Gist in Opera | |
| // @include http://gist.github.com/* | |
| // @include https://gist.github.com/* | |
| // ==/UserScript== | |
| (function($, reHref, reLines) { | |
| $ && $('.id').each(function(i, me) { |
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 Diff for gists for Opera | |
| // @include http://gist.github.com/* | |
| // @include https://gist.github.com/* | |
| // @ujs:modified 2010-09-10 | |
| // @ujs:download http://gist.github.com/raw/227881/53ad5dff46b825ea3facd77532b57da2ab445425/diff_for_gist.user.js | |
| // ==/UserScript== | |
| (function(window, $, rev) { | |
| if (!$ || ((rev = $('#revisions li')).length < 2)) return; |
NewerOlder