【发布时间】:2019-01-28 05:31:12
【问题描述】:
我只想匹配这个特定的链接https://google.com/,我不希望它匹配其他任何东西。
我试过了:
// @match *https://google.com/*
例如,我不希望它匹配 https://google.com/images 之类的内容。
我该怎么做?
【问题讨论】:
标签: greasemonkey userscripts tampermonkey
我只想匹配这个特定的链接https://google.com/,我不希望它匹配其他任何东西。
我试过了:
// @match *https://google.com/*
例如,我不希望它匹配 https://google.com/images 之类的内容。
我该怎么做?
【问题讨论】:
标签: greasemonkey userscripts tampermonkey
【讨论】: