9 lines
264 B
JavaScript
9 lines
264 B
JavaScript
// ==UserScript==
|
|
// @name Link Highlighter
|
|
// @namespace https://git.upto.im/geekery/
|
|
// @version 1.0.1
|
|
// @description Highlights all links on the page
|
|
// @author TheMonitor
|
|
// @match *://*/*
|
|
// @grant none
|
|
// ==/UserScript==
|