I'm trying to make a XSS exception for the ubernote.com UberClip weblet. (you mark some text and initiate the weblet to have a copy sent to your account at ubernote)
I thought this should work:
Code: Select all
^http://www.ubernote.com/webnote/webtools[:graph:]+$
Obviously the include all option works, but I would like something a bit stricter.

Code: Select all
^http://www.ubernote.com/webnote/webtools.*$