Greasy Fork

Greasy Fork is available in English.

Pixiv Image on top

place the image at the top of the screen when loading an illustration page

目前为 2016-03-02 提交的版本。查看 最新版本

// ==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     http://www.pixiv.net/*
// @version     1
// @grant       none
// ==/UserScript==

var elements = document.getElementsByClassName('works_display');
elements[0].scrollIntoView();