- 298 名前:名無しさん@お腹いっぱい。 mailto:sage [2008/08/31(日) 21:40:35 ID:iyf6yheT0]
- >>294
いまいちだけど,こんな感じで,拡張子は .user.js で // ==UserScript== // @name GooTV Scroll // @include tv.goo.ne.jp/contents/* // ==/UserScript== (function(){ if ( /_0024/.test( location.href ) ) { var ele = document.evaluate( '//th[@class="epg_td_time"]', document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null ) .snapshotItem( ( ( ( new Date() ).getHours() + 20 ) % 25 ) ); var pos = ele.offsetTop + ele.offsetParent.offsetTop; scroll( 0, pos ); } })();
|

|