2011-06-16 65 views

回答

17

使用@match,如描述的here所述。

例子:

// ==UserScript== 
// @match http://*/* 
// @match http://*.google.com/* 
// @match http://www.google.com/* 
// ==/UserScript== 
+0

這是整個域。它如何限制在一個頁面上? – Synetech 2012-03-04 23:45:56

+0

不要忘了添加'https'。 – totymedli 2017-07-02 14:03:48

相關問題