萋小磊 发表于 2022-2-24 13:00

set pagination to left


对于阅读方式, 我们的目光需要从左侧移动到右侧聚焦, 对于大屏幕来说特别不友好
所以我觉得放在下面最合适, 所以 来个油猴来自己写个脚本

// ==UserScript==
// @name         52 page flot left
// @namespace    http://tampermonkey.net/
// @version      0.1
// @descriptiontry to take over the world!
// @AuThor       You
// @match      https://chrome.google.com/webstore/category/ext/7-productivity
// @Icon         https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant      none
// @match               *://*.52pojie.cn/*
// ==/UserScript==

(function() {
    'use strict';
    document.getElementsByClassName("bm bw0 pgs cl").setAttribute("style", "float: left;");
    // Your code here...
})();

leohsun 发表于 2022-2-24 17:32

666,我一般都是缩小窗口

夜泉 发表于 2022-2-25 17:32

我选择窄边框
页: [1]
查看完整版本: set pagination to left