Including AniDB anime search in Opera

All your questions about AniDB belong in here.
No download support!

Moderator: AniDB

Locked
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Including AniDB anime search in Opera

Post by exp »

For those of you who use a real browser (hrhr) this might be of interest:

Just edit one entry the search.ini in your profile directory to look like this or add a new one:

Code: Select all

[Search Engine 2]
Name=&AniDB
URL=http://anidb.ath.cx/perl-bin/animedb.pl?show=animelist&adb.search=%s
Query=
Key=a
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=1
Verbtext=17063
Position=-1
Nameid=0

Note that you might have to change the key and the number according to your other entries in that file.

BYe!
EXP
Elias
Posts: 242
Joined: Tue Feb 17, 2004 4:55 pm

Post by Elias »

Instead of making it manually better way is using Opera Search.ini Editor
(AniDB and Animeinfo are here already defined)
rowaasr13
Posts: 415
Joined: Sat Sep 27, 2003 4:57 am

Real browser, heh...

Post by rowaasr13 »

Import this into registry:

Code: Select all

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\anidb]
@="http://anidb.ath.cx/perl-bin/animedb.pl?show=animelist&adb.search=%s"
" "="+"
"+"="%2B"
"%"="%25"
"&"="%26"
"#"="%23"
Or download and run this .reg file: http://rowaasr13.nm.ru/ie-search-anidb.reg if you too lazy to do it and you can now type in IE's address bar things like "anidb eva" to search for all anime containing "eva" in its name on AniDB.

:P
Last edited by rowaasr13 on Fri Oct 22, 2004 2:28 pm, edited 1 time in total.
wahaha
AniDB Staff
Posts: 1497
Joined: Sun Nov 17, 2002 3:33 pm

Post by wahaha »

>_<
I searched about half an hour without finding the keys neccessary to do that - finally assuming that my memory tricked me and such a function never existed in IE...

Well - since we have most browsers together now, who will take on the task of compiling this info in a sticky for the FAQ-forum? (as suggested by Rar)
Skywalka
Posts: 889
Joined: Tue Sep 16, 2003 7:57 pm

Post by Skywalka »

*takes one step back*

Now if we all do that and wahaha doesn't, he'll end up doing it voluntarily *snicker*
Skywalka
Posts: 889
Joined: Tue Sep 16, 2003 7:57 pm

Post by Skywalka »

First version done (-> docts internal). Nobody will read the crap I wrote but what the heck :)

Will be published once I get the ok from the others or somebody re-wrote what I wrote.
SayanMk
Posts: 3
Joined: Sat Aug 20, 2005 11:11 am
Location: Bulgaria
Contact:

Post by SayanMk »

OooOoOo~h daaaamn, so there was a way already :(
And I lost 30 min of my life&energy to make something like that... :lol: yet I'm happy :D
So to not make it waste, here it is, "For those of you who use a real browser " :P ->

You must know about that kind of opera search ->
Image
So to make it with Ani~>
Tools -> Preferences -> Search -> Add
Image
"an" can be replaced by whatever you like. After the OPERAtion is done, you just type the "an animename" in the address bar & GO ^^
Search Code(Address) - copypasta

Code: Select all

http://anidb.info/perl-bin/animedb.pl?show=animelist&adb.search=%s&do.search=search
Well, I guess I just re-discoverd the hot water, as we bulgarians say, but it's a good feeling... the hot water :lol:
HiEv
Posts: 82
Joined: Fri Sep 08, 2006 3:34 am

Post by HiEv »

Actually, if you put this into a webpage:

Code: Select all

<a href="opera:/edit/Search,%22http://anidb.info/perl-bin/animedb.pl?show=animelist&adb.search=%s&do.search=search%22,,Wikipedia">Add AniDB Search Box to Opera's "My Buttons"</a>
Then you'll have a clickable link for Opera that will create an AniDB search box in your "My Buttons".

Similarly, there is this:

Code: Select all

<a href="opera:/button/Copy,,,%22AniDB%22,Search%20Web%20&%20New%20browser%20window%20&%20Go%20to%20page,%22http://anidb.info/perl-bin/animedb.pl?show=animelist&adb.search=%c&do.search=search%22">Add AniDB Search Selected Text to Opera's "My Buttons"</a>
That will add a button in your "My Buttons" which takes the selected text on a webpage and does an AniDB search on it (for the lazy otaku. :wink: )

[Note: I didn't test those, but they should work.]
Locked