me1ons

me1ons

V2EX 第 523638 号会员,加入于 2020-12-13 22:38:41 +08:00
根据 me1ons 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
me1ons 最近回复了
// ==UserScript==
// @name V2EX 去除背景
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match *://v2ex.com/*
// @match *://*.v2ex.com/*
// @match *://www.sov2ex.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=v2ex.com
// @grant none
// ==/UserScript==

(function() {
'use strict';
document.querySelector('#Wrapper').style.backgroundImage="url(..)"
document.querySelector('#Wrapper').style.backgroundColor='#f5f5f5'
// Your code here...
})();
-p 是查看即将执行命令(输入 Y 执行) 立即执行的话直接去掉 -p
shll: ls |xargs -i -p sh -c "cd {} && rename s/^/{}/ * "
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2426 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 06:03 · PVG 14:03 · LAX 23:03 · JFK 02:03
Developed with CodeLauncher
♥ Do have faith in what you're doing.