Skip to content

Instantly share code, notes, and snippets.

@satyr
Created April 10, 2011 06:18
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 satyr/912093 to your computer and use it in GitHub Desktop.
Save satyr/912093 to your computer and use it in GitHub Desktop.
document.querySelector('.internalBlock').scrollIntoView()
// ==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