place the image at the top of the screen when loading an illustration page
当前为
// ==UserScript==
// @name Pixiv Image on top
// @namespace shurikn.com
// @description place the image at the top of the screen when loading an illustration page
// @include *://www.pixiv.net/*
// @version 1.1
// @grant none
// ==/UserScript==
var elements = document.getElementsByClassName('works_display');
elements[0].scrollIntoView();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址