Skip to content

Instantly share code, notes, and snippets.

@jnv
Created August 30, 2015 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnv/00ecc4263b7b036159a0 to your computer and use it in GitHub Desktop.
Save jnv/00ecc4263b7b036159a0 to your computer and use it in GitHub Desktop.
Color visited links on GitHub
// ==UserScript==
// @id githubavisited@jnv.github.io
// @name Color visited links on GitHub
// @version 0.1
// @namespace http://jnv.github.io
// @include https://github.com/*
// @domain github.com
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('.main-content a:visited{color: #6241C4}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment