I have explained all details my Hindi videos but i got so many request please provide code which you have used in chrome console.
If you have missed my last video then you can also watch here
so here i am doing guide step by step
STEP : 1
Login in your polonix account using chrome browser.
Press F12 or right click then inspect element
STEP : 2
Click on Console window
STEP : 3
//Copy this code and paste after that press enter. Note: if you have any problem while executing code then must tag me twitter so that i can help you
var x=setInterval(pushpendrafunc,50)
function pushpendrafunc()
{
$(‘#primaryBalance’).html(‘100.0000000’);
}
Note : replace ‘ this charterer with single quote. (Replace inverted comma with single quote otherwise code will not work)
Be the first to comment