diff options
Diffstat (limited to 'files/email/extract_urlview')
| -rw-r--r-- | files/email/extract_urlview | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/email/extract_urlview b/files/email/extract_urlview new file mode 100644 index 0000000..2856da1 --- /dev/null +++ b/files/email/extract_urlview @@ -0,0 +1,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 |