Hey, you’ve found the secret page 🎉
Well it’s not that secret, I told you it was here.
Copy and paste the source code (linked in the titles) prepended with javascript: into your bookmarks and open the bookmark to activate it.
Enjoy fellow bookmarkleter*
(*Oh god sorry, bookmarkleter is actually a horrible word. I’ll never say that again.)
Here’s a growing list of bookmarklets for SEO, link building, technical stuff & general marketing tasks:
Opens Google Search Console performance report and filters the current page using “URLs containing” filter
Access to the “URL Prefix” property within the Google Search Console account associated with the current domain is required.
javascript: (function() {
window.open(`https://search.google.com/search-console/performance/search-analytics?resource_id=${encodeURIComponent(window.location.origin)}&page=*${encodeURIComponent(window.location.href)}`)
})();