Link https://evernote.com/webclipper/
Bookmarklet:
Code: Select all
javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var%20x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new%20Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();NoScript says it has filtered a XSS attempt. It does not happen if I remove the check mark for "turn cross-site post requests into data-less get requests".
I have tried to add the following to the exceptions, but it has not worked:
Code: Select all
^https?://([a-z]*)\evernote.\com/[^"<>\?%]+$
^http://([a-z]*)\evernote.\com/[^"<>\?%]+$
^http://www\.evernote\.com/clip\.action$
^http://www\.evernote\.com/clip\.action\?url=
http://www\.evernote\.com/clip\.action\?url=I prefer to use the bookmarklet, and not the addon. The addon uses ram, and I don't want the icon on screen.
Any tips?