Created
August 17, 2012 07:25
-
-
Save oflow/3376710 to your computer and use it in GitHub Desktop.
Instagramのコメントのところ開いとく
This file contains 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 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