Skip to content

Instantly share code, notes, and snippets.

@oflow
Created August 17, 2012 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oflow/3376710 to your computer and use it in GitHub Desktop.
Save oflow/3376710 to your computer and use it in GitHub Desktop.
Instagramのコメントのところ開いとく
// ==UserScript==
// @name Instagram auto expand
// @description Instagramのコメントのところ開いとく
// @include http://instagram.com/p/*
// ==/UserScript
(function() {
document.getElementsByTagName('body')[0].className += ' media-open';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment