Href jumps to the website, I want to change the style of the redirected site on my page, is that OK?

Oct.20,2021

this direct jump must not be modified. After all, it is someone else's website. How can you modify it casually?

there is a way to put it in iframe under the same domain name, and you may be able to modify it (it hasn't been tried yet. Js can get the elements in the iframe layer under the same domain name)

if different, browsers also prohibit modification for security reasons


do you think you are a mixed developer in app? in app, you can modify the past style of links by injecting webview into js. If you are a PC-side web version, you can't change the past style of the link unless you load it with iframe and then float a white div on top of the iframe to cover the head, creating the illusion that there is no header


Menu