Skip to content

Commit

Permalink
Added files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
trlkly committed Apr 9, 2016
1 parent f0bbc86 commit 9f2ade3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions google-new-tab.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Google (new Tab)</ShortName>
<Description>Google search in new tab</Description>
<Url type="text/html" template="javascript:window.open('{google:baseURL}search?q={searchTerms}&amp;{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:contextualSearchVersion}ie={inputEncoding}');void(0);"/>
<Url type="application/x-suggestions+json" template="{google:baseURL}complete/search?output=chrome&amp;q={searchTerms}"/>
<Image height="64" width="64" type="image/png">https://upload.wikimedia.org/wikipedia/commons/2/2d/Google-favicon-2015.png</Image>
<Image height="16" width="16" type="image/x-icon">https://www.google.com/favicon.ico</Image>
<Image height="16" width="16" type="image/vnd.microsoft.icon">https://www.google.com/favicon.ico</Image>
<InputEncoding>UTF-8</InputEncoding>
<moz:SearchForm>https://www.google.com</moz:SearchForm>
</OpenSearchDescription>
7 changes: 7 additions & 0 deletions inxex.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html><head>
<link rel="search"
type="application/opensearchdescription+xml"
href="https://raw.githubusercontent.com/trlkly/gm_scripts/master/google-new-tab.xml"
title="Google (new tab)" />
</head><body>
</body></html>

0 comments on commit 9f2ade3

Please sign in to comment.