Skip to content

Instantly share code, notes, and snippets.

View dest4590's full-sized avatar
👁️‍🗨️
reversing malwares

Purpl3 dest4590

👁️‍🗨️
reversing malwares
View GitHub Profile
@dest4590
dest4590 / script.js
Created August 10, 2024 10:16
ify.ac bypasser
// ==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==
@dest4590
dest4590 / gist.md
Last active June 9, 2024 18:04
Tampermonkey tonviewer patches

A simple script that removes scam transactions (may be false detection).

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
@dest4590
dest4590 / gist.md
Last active November 1, 2024 23:51
MoneyzBypass (javascript)

MoneyZ Ads bypass

Just execute this text in console

   $('.button_task_open_url').removeClass("button_gray").css({
    'cursor': 'pointer'
    }).prop('onclick', '').off('click').on('click', function () {
        link_click(this);
    })

    function removeShittyAds() {