I’m trying to build a bookmarklet that will get the current page/article’s author and date information, for referencing purposes. I know that I can get the Page title and url with document.title and document.URL but I’m drawing a blank when it comes to the other information. Any ideas?
I’m trying to build a bookmarklet that will get the current page/article’s author and
Share
If the site puts such information in a META tag you can do this:
For the site you mention in your comment, you need to do this non-standard processing