Last active
September 4, 2019 07:00
-
-
Save calorie/9879193 to your computer and use it in GitHub Desktop.
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 Nico Nico Enhance | |
// @version 0.1 | |
// @description Nico Nico Enhance | |
// @include *://www.nicovideo.jp/watch/* | |
// ==/UserScript== | |
(function(){ | |
try{ | |
// document.getElementById('PlayerContainer').focus(); | |
window.scrollTo(0, document.getElementsByClassName('Grid TagContainer')[0].offsetTop - 10); | |
// setTimeout(function(){ window.scrollTo(0, document.getElementsByClassName('Grid TagContainer')[0].offsetTop - 50); }, 1500); | |
}catch(e){} | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment