13rac1 / userscripts

Making the Internet work my way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%