Jump to content

(Archived) Word Count Greasemonkey Script for Evernote Web


Recommended Posts

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 :lol:

[attachment=0]ScreenClip [2].png[/attachment]

This works for me:


// @include https://www.evernote.com/Home.action*

Link to comment
  • 2 years later...
  • Level 5

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...