Is there a way to open the link in the frame and disable all pop-ups on the external site?

I am wondering if it is possible to open a link to another site, in frame (or by other means) and suppress 1-2 popups being loaded on an external site.

0


source to share


1 answer


I don't think there is an easy way to achieve this. Your best bet is to have a page on your server act as a proxy to fetch the page from another site and then modify the html you return to remove the popups. Not an easy task, but possible. As a POC, you can explicitly target the pop-ups you know of by looking for the URL of the page they open.



+3


source







All Articles