whytrusttomhanks / Terrible Malware Script

// ==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...
})();