Skip to content

Instantly share code, notes, and snippets.

@hperrin
Last active June 8, 2017 01:30
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 hperrin/3d4e1724314d0c778b48157c083057f2 to your computer and use it in GitHub Desktop.
Save hperrin/3d4e1724314d0c778b48157c083057f2 to your computer and use it in GitHub Desktop.
Radical Mode
<html>
<head>
<title>Radical Mode</title>
<style>
div {
padding: 30px 20px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: #333;
}
h1 {
font-weight: normal;
font-size: 1.4em;
}
a, a:link, a:visited {
color: #339;
text-decoration: none;
}
</style>
</head>
<body>
<div>
<h1>
Enable Website Radical Mode
</h1>
Step 1: Drag this link to your bookmark bar: <a href="javascript:(function(){var el=document.createElement('style');el.innerHTML='*{border-color:yellow !important;text-rendering:optimizeSpeed !important;font-smooth:never !important;color:yellow !important;font-family:\'Comic Sans MS\' !important}body{font-size:1.2em}:not(a){background:#1911ff url(//www.imagemagick.org/Usage/anim_mods/glitter_blue_tiled.gif) repeat !important}a{color:limegreen !important;}a:hover{animation:b .5s linear infinite}h1,h2,h3{text-shadow:0 0 rgba(255,255,255,.5) !important;background-image:linear-gradient(to right,#f22,#f2f 15%,#22f 30%,#2ff 45%,#2f2 60%,#2f2 75%,#ff2 90%,#f22) !important;color:transparent !important;-webkit-background-clip:text !important;background-clip:text !important}@keyframes b{50%{opacity:0}}';document.getElementsByTagName('head')[0].appendChild(el)})()">Radical Mode</a>
<br>
Step 2: Go to a website.
<br>
Step 3: Click the bookmark.
<br>
Step 4: Enjoy the improvement.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment