$('.button_task_open_url').removeClass("button_gray").css({
'cursor': 'pointer'
}).prop('onclick', '').off('click').on('click', function () {
link_click(this);
})
function removeShittyAds() {
๐๏ธโ๐จ๏ธ
Tampermonkey script, just click on "Create new script", and paste text below:
// ==UserScript==
// @name Tonviewer improvements
// @namespace https://tonviewer.com/
// @version 2024-06-09
// @description some improvements for tonviewer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ify.ac bypasser | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-08-03 | |
// @description bypasser | |
// @author You | |
// @match https://ify.ac/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=ify.ac | |
// @grant none | |
// ==/UserScript== |