Mining Memefi on web browser
- Open the Telegram link to access memefi_coin_bot Telegram Web (My ref: https://t.me/memefi_coin_bot?start=r_f64c2b7aa7)
- Launch app
- Press F12 > Console tab > Choose tg-app.memefi.club/
- 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();
- Done. Now simply click to start mining, either manually or using autoclick.