Skip to content

Instantly share code, notes, and snippets.

@calorie
Last active September 4, 2019 07:00
Show Gist options
  • Save calorie/9879193 to your computer and use it in GitHub Desktop.
Save calorie/9879193 to your computer and use it in GitHub Desktop.
// ==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