Searcher

An extended search engine for Opera

Searcher searches hidden links, image urls and text inside the webpage. To Enable searcher click Ctrl + ~ and search for anything you want. You can filter results with many ways:

Full documantation translated from Russian to English with google you can find here

Script author is Mike Samokhvalov

Syndicate content

Tested with Opera version(s): 
9.5
9.6x
10.0
10.10
10.50
Your rating: None Average: 4.5 (2 votes)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

hotkeys

Is this hotkeys for "F" keyboard? I couldn't use them with "Q" keyboard?

May not work with opera 10.52

Tried this JS with opera 10.52 and nothing happens when pressing ctrl + ~

Can you confirm if it works with 10.52 please.

It do works!

It do works!

// ==UserScript==" to the end

// ==UserScript==" to the end "//end")

// ==UserScript==
// @name YoutubeProtectionRemover
// @include http://www.youtube.com/*
// @description Removes lame protection on YouTube
// @copyright 2010, Snap
// ==/UserScript==

window.opera.addEventListener(
'BeforeScript',
function (ev){
ev.element.text = ev.element.text.replace("yt.flash.update(swfConfig, forceUpdate);","");
},

false);
//

Bug?

I search the term "extend" for links in the page below

http://extendopera.org/userjs?tid=All

But script can't find any of them like this below.

http://extendopera.org/userjs/content/open-links-background-tab-long-mou...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.