📌 📄 内容摘要:
@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*/`
/* 标头 */
...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/1686670/1 ─────────────────────────────
📢 来源:LINUX DO