Open in Google Search Console

A bookmarklet to open the Google Search Console performance report for a current page.

Open in GSC
(Drag this button to your boormarks toolbar)

Source code

window.open('https://search.google.com/u/0/search-console/performance/search-analytics?resource_id=sc-domain%3A'
  + window.location.host.replaceAll(/^www./g,"")
  + '&breakdown=query&page=!'
  + encodeURI(window.location.href.replace(/%../g,  match => match.toUpperCase()))
);

Not working?

If you logged in into multiple Google accounts simultaneously, you might need to change the user index after dragging the button to your toolbar. Right-click on the newly added bookmarklet, choose "Edit", and change the number in the URL https://search.google.com/u/0/... to https://search.google.com/u/1/.... If you have more than 2 accounts, try 2, 3, etc.

Feedback

Leave a comment here: @ugnich