讨论 » 创建请求

[Google] Site's URL Before Page Title

§
发表于:2016-05-04
编辑于:2016-05-05

[Google] Site's URL Before Page Title

[Google] Site's URL Before Page Title

Hello

My JavaScript is limited so I need YOUR help.

I want to show site's URL in front of the page title in Google search results.

Example:

Searching for "example.com":

What I have now:

Example Domain

What I want:

[example.com] Example Domain

Thank you.

woxxom管理员
§
发表于:2016-05-05

Well, you can simply reposition the elements using Stylish-chrome.

Click the Stylish addon button, click "Write style", then a window/tab will open, click "Import", paste the code below, click "Overwrite".

@-moz-document regexp("https://www\\.google\\.com?(\\.\\w\\w)?/search.+"), regexp("https://www\\.google\\.com?(\\.\\w\\w)?/#q=.+"), regexp("https://www\\.google\\.com?(\\.\\w\\w)?/webhp\\?(sourceid=chrome-instant|source=search_app).+") {
h3.r {position:relative; top:1em; font-size:100%!important}
div.f.kv._SWb {position:relative; top:-1.5em}
}

发表回复

登录以发表回复。