Skip to content

Instantly share code, notes, and snippets.

@958
Created January 19, 2012 00:40
Show Gist options
  • Save 958/1636792 to your computer and use it in GitHub Desktop.
Save 958/1636792 to your computer and use it in GitHub Desktop.
// Quote from the plugin help
var local = {};
plugins.options["site_local_keymap.local_keymap"] = local;
function fake(k, i) function () { key.feed(k, i); };
function pass(k, i) [k, fake(k, i)];
function ignore(k, i) [k, null];
local["^http://www.google.(co.jp|com)/reader/view/"] = [
['a', fake('k')]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment