开发者

How can I pop up a element from a website into a windows with Greasemonkey?

开发者 https://www.devze.com 2023-01-08 23:43 出处:网络
开发者_StackOverflowI want to pop up an image or a div/class from a website into a window with Greasemonkey, how can I do it?
开发者_StackOverflow

I want to pop up an image or a div/class from a website into a window with Greasemonkey, how can I do it?

For example, I want to pop up the stackoverflow logo to a small window (the size of the logo) when I enter the site.


I think you'll want to use window.open, which will open a new window whose size you can dictate.

0

精彩评论

暂无评论...
验证码 换一张
取 消