javascript - Bookmark to check published date -


do of know how make bookmark check website published date. want go website , press bookmark , in bookmark this.

google.com/search?q=inurl:{{website url of active page}}&as_qdr=y15

this way can check via google whats publish date of website.

is there somekind of javascript code copy's website's url make happen?

i managed figure out on own. use code see publish date in google.

you can save bookmark check.

it comes handy fill apa details.

javascript:void(location.href='http://google.com/search?q=inurl:'+escape(location.href))+'&as_qdr=y15'


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -