Skip to content

Instantly share code, notes, and snippets.

View richardhozak's full-sized avatar

Richard Hozák richardhozak

View GitHub Profile
@richardhozak
richardhozak / KickAssTorrents_LinkFixer.user.js
Last active April 16, 2016 16:47 — forked from kalmanolah/KickAssTorrents_LinkFixer.user.js
This userscript for Greasemonkey disables those pesky confirmation dialogs/pages that links in KAT torrent description blocks show when clicked. It should help reduce my stress levels quite a bit.
// ==UserScript==
// @name KickAssTorrents LinkFixer
// @namespace KATLinkFixer
// @description Disables the confirmation dialogs/pages that links in the description block of KAT torrents show when clicked.
// @include /^(http|https)://kat\.cr/[a-zA-Z0-9-]+\.html$/
// @version 1.0.5
// @grant none
// @updateURL https://gist.github.com/zxey/33e8110bdace13101b021398bcc6d6b4/raw/KickAssTorrents_LinkFixer.user.js
// ==/UserScript==
(function(){