Created
April 10, 2011 06:18
-
-
Save satyr/912093 to your computer and use it in GitHub Desktop.
document.querySelector('.internalBlock').scrollIntoView()
This file contains hidden or 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 tv.yahoo adjuster | |
// @namespace http://satyr.github.com | |
// @include http://tv.yahoo.co.jp/listings/* | |
// ==/UserScript== | |
setTimeout(function(){ | |
document.querySelector('.internalBlock').scrollIntoView() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment