Write a note!

You can edit a note on all websites!

< Feedback on Write a note!

Review: Good - script works

§
Posted: 2014-03-04
Edited: 2014-05-24

Works great! Very Handy.


Thankyou very much ich01.
All issues resolved.

Very useful script that works well.
Replaces an addon for stickies.



ich01Author
§
Posted: 2014-03-09

There will be a fix in the next update!

ich01Author
§
Posted: 2014-03-11

Thanks for the link. Is it working now?

§
Posted: 2014-03-11
Edited: 2014-03-11



Nope. Still not working ich01.
As you can see... now... this is slightly different Error than the one posted above in first post.
Now it says http* instead of *

§
Posted: 2014-03-11
Edited: 2014-03-11

@ich01 if you want your script to run on http and https only, use two @match metadata

…
// @match      http://*/*
// @match      https://*/*
…

Chrome user can use @match *://*/* but on Firefox, the script will run on all URL schemes that are supported by Greasemonkey/Scriptish.

ich01Author
§
Posted: 2014-03-13

Thanks! Updated it to version 0.3.

§
Posted: 2014-03-13
Edited: 2014-03-14

Okay so it installs fine now thanks ich01. (and thanks LouCypher for stepping in with install help/fix)
http://img401.imageshack.us/img401/9508/hjgq.png

Took me awhile to figure out where the NOTE is supposed to appear and how to access it... because my cookies were shut OFF.
I always keep my cookies shut OFF on most websites and it will only work if cookies are ON... including 3rd party cookies must be on.
Is it necessary to have cookies ON? Thankyou.

§
Posted: 2014-03-14
Edited: 2014-03-14

Okay it doesn't matter about cookies then ich01 because I will just go with a Firefox Addon.


Just to report...

Note does not Delete after Reload (WindowsVista Firefox27).





Good Job. Thankyou very much !

ich01Author
§
Posted: 2014-03-17

Thank you for your message. I have not gone ahead at this script for a long time. I will soon release an update that makes it more user friendly and that fixes this bug!

About the cookies: No, cookies are not used by the script - only localStorage, a javascript feature.

§
Posted: 2014-03-19
Edited: 2014-03-19

Suggestions:

Make Note Tiny until hover. Although it would be even better if it could be tiny until Click Note.
Like this but of course...with some added code changes in the script to get the text appearing correctly.

WNOTE[urlnotef^="http"]:not(:hover)
{width:8px!important;
height:8px!important;
padding-top:0px!important;
padding:0px!important;
font-size:0px!important;}






And Edit is a "Pencil Image" instead of "E" which would allow to eliminate the | and width save space.

WNOTE SPAN[onclick="localStorage.setItem((document.getElementsByTagName('wnote')[0].getAttribute('urlnotef'))+'__notf',prompt('Enter your note (Appears after reload):',''));"]
{color: yellow !important;
min-width:5px!important;
max-width:5px!important;
padding-right:5px!important;
background-repeat:no-repeat!important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAhUlEQVR4Xr2SvQnAIBBGHSUjZITgLE7hAM5pZ2GRRs7ScPnhkA9yaKHwyvc+ODRLXillZ6ZlIjoZjkzJIYTGSGRs+ZattV1kaDnn3JxzENFkFpguwkhAlyGSUvqXvfciCrAMfAd7AijjMgbgYIoMATgYyHpAVmOMIKuBjtmvW2s9Xjaz4l2YoDP1QIKyMAAAAABJRU5ErkJggg==") !important;}

SPAN[oncontextmenu="this.parentNode.style.display='none';"][onclick="localStorage.setItem((document.getElementsByTagName('wnote')[0].getAttribute('urlnotef'))+'__notf',prompt('Enter your note (Appears after reload):',''));"]
{background-image:none!important;}




NOTE:
If you rightclick on the Note... it disappears.

ich01Author
§
Posted: 2014-03-22

Update finished, 100% working in Google Chrome, but not tested in Firefox. This weekend, I will test it with Firefox and Greasemonkey. If there are no bugs, it'll be released today/tomorrow.

I've included your first suggestion, but an edit-button in the mini-note is no longer needed. My idea was to create a popup were you can edit your note more user-friendly(You get it when you click on the note).
In the popup you can also enable or disable the mini note in the top right corner.
I've also added a menu item for the Greasemonkey/Tampermonkey menu, if you disabled the mini note.
On first run, you can activate the mini note over the menu item.

Supports German and English.

ich01Author
§
Posted: 2014-03-24

A big bug in Firefox - update needs Moore time.

§
Posted: 2014-04-05
Edited: 2014-04-05

The script hides important portion of google tasks.
https://mail.google.com/tasks/canvas?pli=1
Google Tasks can be seen also in Gmail itself.

Please exclude also google plus comments (can be seen for example below every YT video)
https://apis.google.com/*

...and all facebook plugins
http*://www.facebook.com/plugins/*

...and evernote web application
https://www.evernote.com/Home*

...and google plus hangouts sidebar
??? - what regular expression should be used to exclude?

ich01Author
§
Posted: 2014-04-28
Edited: 2014-05-04

There will be a fix in the next update, i'm working on. I'm including your new excludes, the note in the top left corner would not be hiding any important stuff anymore.

Thanks for your comment
ich01

§
Posted: 2014-05-04

First, good luck with your next version.

1. As of now the script cuts without warning text that is more than 20-30 chars.

2. Have you considered excluding all sites (maybe except greasyfork.org and letting the user add pages sites with the "add to included pages" button ?
That way the note will be more noticeable.

ich01Author
§
Posted: 2014-05-18

Included your suggestet exclude rules.

If you click on the note, you will see the full text.

Reply to your second suggestion: I think this will be to much work for an normal user, he must add all pages where he will write a note. Maybe I can include a new option for that in the settings menu in the next update.

Thanks for your feedback!
ich01

§
Posted: 2014-05-18

Did you forget to exclude facebook plugins ?
http*://www.facebook.com/plugins/*

ich01Author
§
Posted: 2014-05-21

Ups, sorry!

Updated to version 2.2!

Post reply

Sign in to post a reply.