NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Terrible Malware Script
// @namespace http://tampermonkey.net/
// @version 0.1
// @description i will betray you immediately
// @author WhyTrustTomHanks
// @match *://fetlife.com/*
// @require http://code.jquery.com/jquery-latest.js
// @licence MIT
// ==/UserScript==
(function() {
'use strict';
$(location).attr('href','https://html5zombo.com/');
// Your code here...
})();