Use Evernote Webclipper in Android via Firefox
A couple of years ago, I did a little javascript trick to take the Evernote Bookmarklet code and place it into a Safari bookmark to get webclipper functionality inside iOS for all you Evernote users. Now that I am on Android, here is a way to get that same functionality via Firefox. Here is how.
1. Install Firefox from the Google Play Android App Store.
2. From inside Firefox on Android, go to http://www.evernote.com. Then, click on the side three-dots detail to flip the star bookmark icon.
This will give you a new bookmark we will use to park the webclipper on.
3. While you are there, go ahead and login to the web interface of Evernote. This is important as it sets the cookie that the web clipper code and Firefox will use moving forward. If you don’t login, you might get the “Set Third-Party Cookies” error when you try to use this clipper hack. You don’t need to stay logged-in, you just need to do something in Firefox so it will be okay with cookies from evernote.com like a login.
3. Select all and copy the code below in Android. This will be pasted into the Firefox bookmark.
|
1 |
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);}})(); |
Make sure you get the entire piece of continuous text/code in your clipboard to paste.
4. Click on the URL field and tab over to Bookmarks. Find the Evernote bookmark we created in Step #2.
5. Click and hold on the Evernote bookmark to get the “Edit” option.
6. Edit the bookmark title to something you want like “Clip to Evernote” and paste the code you have in your Android clipboard from Step #3.
The completed “Edit Bookmark” should look something like this. Click OK to save out.
7. Now, when you are on a page you want to include into your Evernote system, you can just click on the URL field, go to bookmarks and select the “Clip to Evernote” and it will. You will be prompted to login initially, but after that (if you flip the “Remember Me” checkbox) you should all set when you are on a page you want to send to Evernote.

While on the URL you want to Evernote, go into bookmarks and click it to bring it in as just a URL, whole page or both.

















