tampermonkey - @match regex not working -


i'm trying condense

// @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/* 

to

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

but fails work, in test (http://regexr.com/3gi94) worked fine?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -