summaryrefslogtreecommitdiff
path: root/files/email/extract_urlview
blob: 2856da1f18b9775648cb8fdc9dc0af3044ba7f16 (plain)
1
2
3
HTML_TAGS a,applet,area,blockquote,embed,form,frame,iframe,input,ins,isindex,head,layer,link,object,q,script,xmp
COMMAND python3 -c "import urllib.parse, sys; print(urllib.parse.unquote(sys.argv[1]))" %s | xargs firefox --new-tab
NOREVIEW