@match正则表达式无法正常工作

时间:2017-08-15 07:45:26

标签: tampermonkey

我试图压缩

// @match      https://www.groovypost.com/*
// @match      https://www.instagram.com/
// @match      http://www.ketv.com/*
// @match      http://www.snopes.com/*
// @match      http://www.thewindowsclub.com/*

//match //(http|https):\/\/www\.(groovypost|instagram|ketv|snopes|thewindowsclub)\.com\/.+

但它无法正常工作,在我的测试中(http://regexr.com/3gi94)它工作正常吗?

0 个答案:

没有答案