Search ddl

Add Search ,on google or on new tab (chrome), for search on all Website hosting

< Feedback on Search ddl

Question/comment

§
Posted: 2020-03-21
Edited: 2020-03-21

Search ddl : need @include for other Languages

Like:

// @include *://www.google.com/*

But maybe you need use regxp to match only Google search (and exclude Gmail by example).

By example for my usertyle i use:

@-moz-document regexp("https?://www.google.(com|([a-z]{2}))(.[a-z]{2})?."), regexp("https?://www.google.(com|([a-z]{2}))(.[a-z]{2})?/((\\?|webhp|search|gfe_rd|auth|gws_rd|#q|imghp|#gfe_rd|#safe|#pws|#tbs|#gws|#tbm).*)"), regexp("https?://encrypted.google.(com|([a-z]{2}))(.[a-z]{2})?\\/((\\\\?|webhp|search|gfe_rd|auth|gws_rd|#q|imghp|#gfe_rd|#safe|#pws|#tbs|#gws|#tbm).*)"), regexp("https?://encrypted.google.(com|([a-z]{2}))(.[a-z]{2})?."), regexp("https?://www.google.(com|([a-z]{2}))(.[a-z]{2})?\\/_\\/chrome\\/newtab\\?.*")

I found it here: (Userstyeles Forum) https://userstyles.org/styles/153816/darksearch-nass-o-fork

Post reply

Sign in to post a reply.