たいくつなお仕事のおともに、tiktokスクローラー。
カーソルがwindowにあるときは止まります。
consoleにはっつける
var flag = true
document.body.onmouseover = () => {flag = false}
document.body.onmouseout = () => {flag = true}
setInterval(()=>{
if (flag) window.scrollBy(0, 300)
}, 3000);
Go to list of users who liked
More than 3 years have passed since last update.
たいくつなお仕事のおともに、tiktokスクローラー。
カーソルがwindowにあるときは止まります。
var flag = true
document.body.onmouseover = () => {flag = false}
document.body.onmouseout = () => {flag = true}
setInterval(()=>{
if (flag) window.scrollBy(0, 300)
}, 3000);
Register as a new user and use Qiita more conveniently
Qiita Conference is the largest tech conference in Qiita!
Keynote Speaker
ymrl、Masanobu Naruse, Takeshi Kano, Junichi Ito, uhyo, Hiroshi Tokumaru, MinoDriven, Minorun, Hiroyuki Sakuraba, tenntenn, drken, konifar
View event detailsGo to list of users who liked