Unable to create search on Urban Dictionary
-
Step 1: Go to urbandictionary.com
Step 2: Right-click in the search bar
Step 3: No option to create search existsOn most sites, I'm able to create a search from the search box. Not on Urban Dictionary. Any tips?
-
Thanks a bunch!
-
It would be interesting to know the requirements that must be met for "add as search engine" to appear.
DuckDuckGo, which does work:
<form id="search_form_homepage" class="search--home js-search-form search--adv" name="x" method="GET" action="/"> <input id="search_form_input_homepage" class="js-search-input search__input--adv" type="text" autocomplete="off" name="q" tabindex="1" value="" autocapitalize="off" autocorrect="off"> <input id="search_button_homepage" class="search__button js-search-button" type="submit" tabindex="2" value="S"> <input id="search_form_input_clear" class="search__clear empty js-search-clear" type="button" tabindex="3" value="X"> <div id="search_elements_hidden" class="search__hidden js-search-hidden"><input type="hidden" class="js-search-hidden-field" name="t" value="hb"></div> </form>
Urban Dictionary:
<form action="/search.php" class="snowplow-ignore" id="search_form" method="POST"> <input aria-label="Search for a word" autocapitalize="off" autocomplete="off" autocorrect="off" class="autocomplete form-control" id="term" name="term" placeholder="Type any word..." tabindex="1" type="text"> </form>
Is it the lack of a submit button?
Does it not support creation of POST engines in this manner (which I would find rather odd, given that these are supported)? -
I was able to work around the issue by adding a Custom Search Engine for Urban Dictionary to Opera 12.18, and with the dialogue still open, I coped the URL and search term strings to a new Search Engine for Vivaldi.