@ApliNi 在 来试试没有边框的 Linux.do 中发帖
[image]
调整
移除大部分线条
调整元素间距
油猴脚本
// ==UserScript==
// @name [Linux.do] 界面移除边框
// @namespace http://tampermonkey.net/
// @version 1.0
// @match *://linux.do/*
// @match *://idcflare.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
const style = document.createElement('style');
style.textContent = /*css*/`
/* 标头 */
...