// ==UserScript== // @name 改变pku树洞网页版显示 // @namespace toplane@pku.edu.cn // @version 1.1 // @description 隐藏评论,居中显示 // @author nicolas // @match https://pkuhelper.pku.edu.cn/hole/ // @grant GM_addStyle // @license MIT // @downloadURL none // ==/UserScript== GM_addStyle(".flow-item-row {display:flex;justify-content: center;}"); GM_addStyle(".flow-item {display:flex;justify-content: center;}"); GM_addStyle(".box {margin:10 auto}"); setInterval(function() { 'use strict'; var aEle = document.getElementsByTagName('*'); for(var i=0;i