前几行是这样的
// ==UserScript==
// @
name Twitter Link Cleaner
// @
namespace http://techiev2.com// @
description Cleans up t.co wrapped links to actual urls on Twitter pages. Also does a minimal level of formatting
// @
match https://*.twitter.com/*
// @
match https://twitter.com/*// @
match http://www.twitter.com/*// @
version 1.0.1
// ==/UserScript==
我想在别的网站只要有t.co 这样的链接都作替换,自己试着添加 // @
match https://blekko.com/*不起作用,该怎么做呢?
Twitter Link Cleaner
http://userscripts.org/scripts/show/140770