Skip to content

khanh8910/memefi_miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

Mining Memefi on web browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published