Babe search plugin for your browser

My pleasure. Perhaps you want to remind your webmaster about OpenSearch and make the search available to browsers from Freeones' pages. It's a standard code in the source of the page to present the browser with the correct search parameters. The website then appears in the browser search menu as a search provider to be added.
 
May I suggest this modification again? The plugin on Mycroft project is unfortunately gone. Come on, guys! Please! A lot of websites offer this convenience.
 
It's been removed already, I believe because mozdev's terms of use don't allow the ********** of content serving porn.
Please guys, make adjustments on the pages here, use Premium Link Upgrade Description Document and Premium Link Upgrade or do like IAFD Premium Link Upgrade .
Who wants a second search bar anyway?
 
Let me tell you, I use it a lot! FO and other searches - dictionaries, 7orrents, wikipedia, file sharing etc, the feature is great!
 
Am I correct that this OpenSearch thingy does the same as what the mozdev tool did.
I'll look into it a bit but it seems like it requires files to be put no our servers, meta tag changes etc, that's actually not so easy to do with a site like ours.
 
It's a very simple thing. The script feeds correct search parameters to the browser, mainly URL (http://www.freeones.com/search/?t=1&q=) plus an image icon and (many optional) descriptions. I'm sure your webmaster knows all about it.
Javascript installation and meta tag changes are unnecessary. I believe the following is a decent recommendation. Furthermore my script would include Premium Link Upgrade , i.e. to the same effect of the search box above.

Autodiscovery on PageHeader between the Head tags
HTML:
<link rel="search" type="application/opensearchdescription+xml" href="/fosearch.xml" title="FreeOnes" />

The fosearch.xml
HTML:
 <?xml version="1.0" encoding="UTF-8"?>
 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
   <ShortName>FreeOnes</ShortName>
   <Description>Freeones: the Ultimate Supermodels - Celebs - Pornstars Link Site. No bullshit only links to free sites!</Description>
   <Tags>nude *********** pictures babes sexy supermodels new women photos playboy beauties links entertainment pornstars fashion ********* erotic beautiful galleries archive images pics freeones</Tags>
   <Contact>webmaster@freeones.com</Contact>
   <Url type="text/html" 
        template="http://www.freeones.com/search/?t=1&q={searchTerms}"/>
   <Image height="16" width="16" type="image/x-icon">http://www.freeones.com/favicon.ico</Image>
   <Query role="example" searchTerms="Jenna" />
   <Developer>FreeOnes Team</Developer>
   <Attribution>
     Search data Copyright 1998-2013, FreeOnes.com, All rights Reserved
   </Attribution>
   <SyndicationRight>open</SyndicationRight>
   <AdultContent>TRUE</AdultContent>
   <Language>en-us</Language>
   <OutputEncoding>UTF-8</OutputEncoding>
   <InputEncoding>UTF-8</InputEncoding>
 </OpenSearchDescription>
 
Hey! Move the thread to FOTalk, let's see who else wants this idea implemented. It helped Premium Link Upgrade , didn't it? Plus more users will notice and install the search - if ever implemented. By the way, now we have Indexxx.com to use as well.
 
Back
Top