V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  me1ons  ›  全部回复第 1 页 / 共 1 页
回复总数  3
// ==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   ·   实用小工具   ·   2474 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 13:41 · PVG 21:41 · LAX 06:41 · JFK 09:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.