Skip to content

Instantly share code, notes, and snippets.

@os0x
Created January 2, 2010 08:39
Show Gist options
  • Select an option

  • Save os0x/267426 to your computer and use it in GitHub Desktop.

Select an option

Save os0x/267426 to your computer and use it in GitHub Desktop.
tumblr_dashboard_jk_disable.user.js
// ==UserScript==
// @name tumblr Dashboard jk disable
// @namespace http://ss-o.net/
// @description kill tumblr Dashboard Key Commands for Chrome
// @include http://www.tumblr.com/*
// ==/UserScript==
// via http://otsune.tumblr.com/post/233978426/faq-autopagerize
location.href="javascript:window.key_commands_are_suspended = true;void 0;";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment