Pinterest Tracking Release Code
Mar 3, 2019
Pinterest follow-up code in our useful code today. With this code you can easily leave what you are following.
for (var i = 0; i < 8; i++)
{
//setInterval(10000);
var texttt=document.getElementsByClassName("RCK")[i].innerText;
if(texttt=="Takibi bırak")
{
document.getElementsByClassName("RCK")[i].click();
}
}
Copy and paste into the console area of your browser. This will be enough for you to run.
Thanks