little trick
how to add an iframe to any site and display your url in this iframe?
how to use it, think for yourself 
how to add an iframe to any site and display your url in this iframe?
JavaScript:
await Delay(3000);
await WaitForLoading();
var myUrl = "https://onlinepiercingshop.com/solid-gold-c185";
await EvaluateScript("var myAdv = document.createElement('div'); myAdv.id = 'myAdv';\
myAdv.innerHTML = '<iframe src=\"" + myUrl + "\" width=\"640\" height=\"250\" frameBorder=\"0\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\"></iframe>';\
document.body.appendChild(myAdv);");
await Delay(5000);
await WaitForLoading();
Last edited: