能否通过请求获取html并放到用户页面上?请管理员解答
靜止內容
@connect abc.com
@grant GM.xmlHttpRequest
非靜止內容
iframe
@match abc.com
@allframes
在iframe裡面去拿資料,再用 top.postMesage 發回去
不執行script用template (或DOMParser)
執行script用iframe
靜止內容
@connect abc.com
@grant GM.xmlHttpRequest
非靜止內容
iframe
@match abc.com
@allframes
在iframe裡面去拿資料,再用 top.postMesage 發回去
不執行script用template (或DOMParser)
執行script用iframe
能否通过请求获取html并放到用户页面上?请管理员解答
我需要在网页上插入html,但是html内容较大,且随时有可能更新,可不可以使用GM_xmlhttpRequest获取html并渲染到用户界面上?如果可以,html中可不可以包含script标签或类似onload的属性?如果不行,可不可以插入iframe以引用外部内容?