Skip to content

Making the Internet work my way

Notifications You must be signed in to change notification settings

13rac1/userscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

My UserScripts

A userscript is a program, usually written in JavaScript, for modifying web pages to augment browsing.

-Userscript on Wikipedia

Userscripts require:

Visited Link Colors

Ever notice how many websites neglect to implement visited link colors?

This Tampermonkey/GreaseMonkey Userscript aims to implement this missing feature on the Internet. Feel free to open an issue or pull request for any major website missing it.

Note: Every line of the script must be evaluated each page load, so only well known websites should be included.

Basic Example:

a:visited {
  color: purple;
}

Craigslist Map Marker Contrast

Drastic contrast increase for the Map Markers on Craiglist. Still purple, but new and visited are obviously different now.

About

Making the Internet work my way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published