Forum search

From WOT Wiki
Jump to: navigation, search

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.