/memefi_miner

Mining Memefi on web browser

Primary LanguageJavaScript

memefi_miner

Mining Memefi on web browser

  1. Open the Telegram link to access memefi_coin_bot Telegram Web (My ref: https://t.me/memefi_coin_bot?start=r_f64c2b7aa7)
  2. Launch app

image

  1. Press F12 > Console tab > Choose tg-app.memefi.club/

image

  1. Paste my script from run.js file to console. Then enter.
function changeURL() {
        function getParameterByName(name, url) {
            if (!url) url = window.location.href;
            name = name.replace(/[\[\]]/g, '\\$&');
            var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
                results = regex.exec(url);
            if (!results) return null;
            if (!results[2]) return '';
            return decodeURIComponent(results[2].replace(/\+/g, ' '));
        }

        function isTargetSite(url) {
            return url.includes('https://tg-app.memefi.club/');
        }
        let currentPlatform = getParameterByName('tgWebAppPlatform');
        if (currentPlatform === 'web' && isTargetSite(window.location.href)) {
            let newURL = window.location.href.replace('tgWebAppPlatform=web', 'tgWebAppPlatform=ios');
            window.location.href = newURL;
            window.location.reload();
        }
    }
changeURL();

image

  1. Done. Now simply click to start mining, either manually or using autoclick.

image