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...
})(); 666,我一般都是缩小窗口 我选择窄边框
页:
[1]