I am making a Greasemonkey script.
The information I need is in a meta tag. How can I access the "content" data of the meta tag when property="video"?
HTML:
<meta property="video" content="http://video.com/video33353.mp4" />
|
I am making a Greasemonkey script. The information I need is in a meta tag. How can I access the "content" data of the meta tag when property="video"? HTML:
|
||||
|
|
|
You can use this:
|
|||||||
|
|
|
Assuming it's the first `:
|
|||||||||
|
|
In Jquery you can achieve this with:
In JavaScript you can achieve this with:
|
||||
|
|