Difference between revisions of "Forum search"
(Created page with "You can create a custom search engine for your browser to quickly search the WOT forum <pre id="WOT_Scorecard" style="width:800px; overflow:auto;"> <SearchPlugin xmlns="http://w…") |
(Revert major vandalism) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
You can create a custom search engine for your browser to quickly search the WOT forum | You can create a custom search engine for your browser to quickly search the WOT forum | ||
+ | == Firefox == | ||
<pre id="WOT_Scorecard" style="width:800px; overflow:auto;"> | <pre id="WOT_Scorecard" style="width:800px; overflow:auto;"> | ||
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/"> | <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/"> | ||
Line 6: | Line 7: | ||
<os:Description>WOT Scorecard</os:Description> | <os:Description>WOT Scorecard</os:Description> | ||
<os:InputEncoding>UTF-8</os:InputEncoding> | <os:InputEncoding>UTF-8</os:InputEncoding> | ||
− | <os:Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/ | + | <os:Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAMeSURBVDiNpZPda1tlHICf33tOTpI2X02b7qNZCy11Mju0NwPBbeB0gmwigrCB4oV0iDBUHIjuYheu7MINnIEVxDpURJkX4gTrBnMdMlatc1ZNtXZdday2aZOUph85Jznnfb1SumufP+CB5+KRrq6jAI7vBzWlQudDISdbr9fKWgePtLbGGgeGst2CrbrDT/xojCGZiLMeBYS1Nu83NW3Whw8f2D88/GrvkSPP7Emn2+rGmAuz18I/La0uXR9bOmdGV3IXLs2eiKwXSGfnG6TTG+t79z5m9/ffw5UrJXbsSDE4eJuBgfP09BRL9YPHm+sexEJNbG/fRnvz5rZnOz/7G0CJqLe7u++3i0WPvr4xBgf/olLxaWuLsnXrdvJ5ryHZBBs7QcUX+e7mDcZuj8588OfjWwCUUlZPKBQCDK6rOXu2l7k5l+HhEi0tGWo1n19Pwm/vgjsD6ewatwqLXBz9/SKACgJ/OggCRAQROHVqilxuGtfVVCpFtPavP9j1SjIosHLnayiMQiKzxKor9+5/776wAvomJm64Whs2bYpy6FAHGzZEAc309DhBEN85MdFYeXL3W3GrBuU8rBQgGitjWcpTIkKxOPvl1atDFAouudwMhYLLyMgl5udnvsh/mFKrseN23fMRQGko3QTbcVGWwd61K8zBfv/pj1/3xvL5T7vz42EwniQSwSeVivPyntcCvW/faa2UiyiWEeLVZRBLI4AYYxgpv2M+mnyJhXlIteKGHI6JcCaoydqty1junIlpnyGzQC8pHDsL2QeSrJXbRQH8MPkzmcY4WLBcwjaaY56rnp+bcjQRq+40k6PKNhMhRAM4KSHwEnz+3C8ogMvj3/dbbpZ4Cqqr2H+M2dHZqYaTdsSYwMhCdcV+ygiNJBFJ2sTSceN78Tv8myAi7D69pZRoWUw3JFaoubC0aOGuxaBUQ5WrEAHdqHAyCVozGc4dmJS7BAAP5zq+dWvuQ7q6htQ8xPdRYjAhC+M4SEOUZCTBVy9My38vrBcAPHqmo9fXwVFf+zvFBK0gaAzKtqu2qDe/eXHmxF0zGWP4P/wD2IRo1tm+GmYAAAAASUVORK5CYII=</os:Image> |
<os:Url type="text/html" method="GET" template="https://encrypted.google.com/#q=site:www.mywot.com+inurl%3Aforum+{searchTerms}" rel="self"> | <os:Url type="text/html" method="GET" template="https://encrypted.google.com/#q=site:www.mywot.com+inurl%3Aforum+{searchTerms}" rel="self"> | ||
</os:Url> | </os:Url> | ||
Line 13: | Line 14: | ||
Copy the code above, save it to a text file using a simple text editor such as Notepad, name it ''wot_search.txt'' | Copy the code above, save it to a text file using a simple text editor such as Notepad, name it ''wot_search.txt'' | ||
− | copy the file to your [http://support.mozilla.com/en-US/kb/Profiles Firefox profile] folder and rename it to '''wot_search.xml''' | + | |
+ | Then copy / transfer the file to your [http://support.mozilla.com/en-US/kb/Profiles Firefox profile] folder and rename it to '''wot_search.xml''' | ||
+ | |||
Restart your browser to load the new [http://kb.mozillazine.org/Search_Bar search bar engine]. | Restart your browser to load the new [http://kb.mozillazine.org/Search_Bar search bar engine]. | ||
+ | |||
+ | == Chrome == | ||
+ | Chrome [http://www.chromeplugins.org/tips-tricks/custom-search-engines-in-google-chrome/ custom search] | ||
+ | |||
+ | would require this URL: | ||
+ | <pre> | ||
+ | https://encrypted.google.com/#q=site:www.mywot.com+inurl%3Aforum+%s | ||
+ | </pre> | ||
+ | |||
+ | == Opera == | ||
+ | * Click the search engine select menu, then '''Manage Search Engines''' | ||
+ | * Click '''Add''' | ||
+ | ** '''Name''' type ''WOT Search'' | ||
+ | ** '''Keyword''' type ''WOT Search'' | ||
+ | ** '''Address''' type or copy / paste: | ||
+ | <pre> | ||
+ | https://encrypted.google.com/#q=site:www.mywot.com+inurl%3Aforum+%s | ||
+ | </pre> | ||
+ | * Click '''OK''' to save | ||
+ | |||
+ | == HTML == | ||
+ | You can download this HTML code: http://pastebin.com/f9ge1ifV | ||
+ | save it as ''WOT Search.htm'' then load it into your browser, alternatively you can add it to your Bookmarks / Favorites. | ||
+ | |||
+ | Courtesy of: [http://www.mywot.com/user/2169182 Myxt] - [http://www.mywot.com/forum/16414-wot-site-search-is-available forum topic] | ||
+ | |||
+ | An update is available for download at: http://pastebin.com/9ZtGbAmm | ||
+ | It includes Google query string operators to eliminate retrieving unneeded topic lists and their sorted versions. |
Latest revision as of 15:34, 12 April 2015
You can create a custom search engine for your browser to quickly search the WOT forum
Firefox
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/"> <os:ShortName>WOT Scorecard</os:ShortName> <os:Description>WOT Scorecard</os:Description> <os:InputEncoding>UTF-8</os:InputEncoding> <os:Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAMeSURBVDiNpZPda1tlHICf33tOTpI2X02b7qNZCy11Mju0NwPBbeB0gmwigrCB4oV0iDBUHIjuYheu7MINnIEVxDpURJkX4gTrBnMdMlatc1ZNtXZdday2aZOUph85Jznnfb1SumufP+CB5+KRrq6jAI7vBzWlQudDISdbr9fKWgePtLbGGgeGst2CrbrDT/xojCGZiLMeBYS1Nu83NW3Whw8f2D88/GrvkSPP7Emn2+rGmAuz18I/La0uXR9bOmdGV3IXLs2eiKwXSGfnG6TTG+t79z5m9/ffw5UrJXbsSDE4eJuBgfP09BRL9YPHm+sexEJNbG/fRnvz5rZnOz/7G0CJqLe7u++3i0WPvr4xBgf/olLxaWuLsnXrdvJ5ryHZBBs7QcUX+e7mDcZuj8588OfjWwCUUlZPKBQCDK6rOXu2l7k5l+HhEi0tGWo1n19Pwm/vgjsD6ewatwqLXBz9/SKACgJ/OggCRAQROHVqilxuGtfVVCpFtPavP9j1SjIosHLnayiMQiKzxKor9+5/776wAvomJm64Whs2bYpy6FAHGzZEAc309DhBEN85MdFYeXL3W3GrBuU8rBQgGitjWcpTIkKxOPvl1atDFAouudwMhYLLyMgl5udnvsh/mFKrseN23fMRQGko3QTbcVGWwd61K8zBfv/pj1/3xvL5T7vz42EwniQSwSeVivPyntcCvW/faa2UiyiWEeLVZRBLI4AYYxgpv2M+mnyJhXlIteKGHI6JcCaoydqty1junIlpnyGzQC8pHDsL2QeSrJXbRQH8MPkzmcY4WLBcwjaaY56rnp+bcjQRq+40k6PKNhMhRAM4KSHwEnz+3C8ogMvj3/dbbpZ4Cqqr2H+M2dHZqYaTdsSYwMhCdcV+ygiNJBFJ2sTSceN78Tv8myAi7D69pZRoWUw3JFaoubC0aOGuxaBUQ5WrEAHdqHAyCVozGc4dmJS7BAAP5zq+dWvuQ7q6htQ8xPdRYjAhC+M4SEOUZCTBVy9My38vrBcAPHqmo9fXwVFf+zvFBK0gaAzKtqu2qDe/eXHmxF0zGWP4P/wD2IRo1tm+GmYAAAAASUVORK5CYII=</os:Image> <os:Url type="text/html" method="GET" template="https://encrypted.google.com/#q=site:www.mywot.com+inurl%3Aforum+{searchTerms}" rel="self"> </os:Url> </SearchPlugin>
Copy the code above, save it to a text file using a simple text editor such as Notepad, name it wot_search.txt
Then copy / transfer the file to your Firefox profile folder and rename it to wot_search.xml
Restart your browser to load the new search bar engine.
Chrome
Chrome custom search
would require this URL:
https://encrypted.google.com/#q=site:www.mywot.com+inurl%3Aforum+%s
Opera
- Click the search engine select menu, then Manage Search Engines
- Click Add
- Name type WOT Search
- Keyword type WOT Search
- Address type or copy / paste:
https://encrypted.google.com/#q=site:www.mywot.com+inurl%3Aforum+%s
- Click OK to save
HTML
You can download this HTML code: http://pastebin.com/f9ge1ifV save it as WOT Search.htm then load it into your browser, alternatively you can add it to your Bookmarks / Favorites.
Courtesy of: Myxt - forum topic
An update is available for download at: http://pastebin.com/9ZtGbAmm It includes Google query string operators to eliminate retrieving unneeded topic lists and their sorted versions.