The Computer Oracle

Make browser give a custom made note when re-visiting websites

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2 Looping

--

Chapters
00:00 Make Browser Give A Custom Made Note When Re-Visiting Websites
00:42 Accepted Answer Score 15
01:49 Answer 2 Score 0
02:32 Thank you

--

Full question
https://superuser.com/questions/639197/m...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#firefox #googlechrome #browser #browseraddons #googlechromeextensions

#avk47



ACCEPTED ANSWER

Score 15


There are several Firefox extensions that can do this. FloatNotes works well.

1.) Install FloatNotes extension

add to firefox

2.) Restart Firefox

3.) (Optional) Configure settings Tools -> FloatNotes -> Preferences

preferences

4.) On any webpage, right-click then Create note...

context menu

5.) Type your note, then click outside the note to save

add note

6.) Close the tab/window/firefox

7.) Return to the same page later and the note will be there and in the same spot! view note


If you prefer Chrome, then Note Anywhere is a good choice.

1.) Install Note Anywhere

note anywhere

2.) Select note button to create a new note

toolbar

3.) Type your note, then click outside the note to save

not interesting

4.) Close the tab/window/chrome

5.) Return to the same page later and the note will be there


Bonus:

In addition to saving notes it might also be useful to know if you've visited a link and how long ago you did (uses your history).

1.) Install Link Status Redux

install link status redux

2.) Restart Firefox

3.) Hover over a visited link

visited link




ANSWER 2

Score 0


If the ads are presented as links, visited links are normally visually distinct from unvisited ones. If they are not so on that website, you can override its .CSS to make them distinct.

You can also modify the HTML presented by the website by using your own user script.

In Firefox, the tool to use is the Greasemonkey extension.
In Google Chrome, Greasemonkey scripts work natively.

Lots of information and tutorials can be found on the internet for writing Greasemonkey scripts.

This is as far as I can go without knowing more about this website that you describe and how the ads are presented in HTML/CSS.