loresjoberg 1 Posted June 7, 2011 Share Posted June 7, 2011 I've written a Greasemonkey script that puts a word count in the top bar of Evernote on the Web.http://userscripts.org/scripts/show/102680It should work with Firefox if you install Greasemonkey, or any browser with a Greasemonkey-compatible add-on. Link to comment
spg SCOTT 736 Posted June 7, 2011 Share Posted June 7, 2011 Like it. I would adjust it a little so that it only includes the evernote web section of the website, other than all EN sites [attachment=0]ScreenClip [2].png[/attachment] This works for me: // @include https://www.evernote.com/Home.action* Link to comment
Level 5 Martin Packer 162 Posted December 28, 2013 Level 5 Share Posted December 28, 2013 Thanks for this script: It forms the basis for other things one could do with GreaseMonkey and the editor. It's been at least 5 years since I last tried to code with GreaseMonkey so time to take another look. Link to comment
Level 5 Martin Packer 162 Posted December 29, 2013 Level 5 Share Posted December 29, 2013 I messed around with this script and came to the conclusion that you're anchoring the text in the wrong place... For an experimental button (myButton) I coded: headerInner=document.getElementById("header-wrapper").childNodes[1].childNodes[1]headerInner.insertBefore(myButton,headerInner.childNodes[3]) I think your text wants to go in the same place - next to the class="left" div in the green bar. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.