Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View johan's full-sized avatar

Johan Sundström johan

View GitHub Profile
User scripts, ultimately, serve whatever purposes scriptwrights and user script
users have.
On a higher level, though, they evolve and democratize the web faster and sooner
-- by letting anyone and everyone partake in extending, improving, specializing,
generalizing and/or otherwise fitting it better to their needs and wants, by
themselves, without (at least technically) ever needing to ask anyone's
permission, or having any privileged access to the servers that deliver web
content and functionality.
@johan
johan / Github-unfold-commit-history.user.js
Created May 25, 2010 18:45
Userscript that adds an "unfold all changesets" button on Commit History pages at github, which lets you browse the source changes without leaving the page. (Click a commit header again to re-fold it.)
// ==UserScript==
// @name Github: unfold commit history
// @namespace http://github.com/johan/
// @description Adds an "unfold all changesets" button on Commit History pages at github, which lets you browse the source changes without leaving the page. /Click a commit header again to re-fold it.)
// @include https://github.com/*/commits/*
// @include http://github.com/*/commits/*
// ==/UserScript==
(function() {
if ('undefined' == typeof __PAGE_SCOPE_RUN__) { // unsandbox, please!
// ==UserScript==
// @name Github: unfold commit history
// @namespace http://github.com/johan/
// @description Adds an "unfold all changesets" button on Commit History pages at github, which lets you browse the source changes without leaving the page. /Click a commit header again to re-fold it.)
// @include https://github.com/*/commits/*
// @include http://github.com/*/commits/*
// ==/UserScript==
(function() {
if ('undefined' == typeof __PAGE_SCOPE_RUN__) { // unsandbox, please!
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.