me1ons

me1ons

V2EX member #523638, joined on 2020-12-13 22:38:41 +08:00
Per me1ons's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
me1ons's recent replies
// ==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/^/{}/ * "
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2792 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 12:45 · PVG 20:45 · LAX 05:45 · JFK 08:45
♥ Do have faith in what you're doing.