question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MDN Web Docs no longer prompts to install as a custom search engine

See original GitHub issue

It was previously possible to get the prompt to add the MDN Web Docs site as a custom search engine in Firefox. The cause of this seems to be that the Open Search link is no longer present in the <head> elements of the MDN Web Docs pages.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:17 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
schalkneethlingcommented, Aug 31, 2021

As mentioned before, we are pretty confident that we can get this going again, we are just double checking to make sure the config on the server side is in place to serve the file with the appropriate headers. @binyamin, feel free to change the PR from draft to ready for review in the mean time. Thank you.

2reactions
binyamincommented, Aug 26, 2021

@peterbe Where do I make the PR?

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    <ShortName>MDN</ShortName>
    <Description>Search the MDN Web Docs</Description>
    <InputEncoding>UTF-8</InputEncoding>
    <Image width="16" height="16" type="image/x-icon">https://developer.mozilla.org/favicon.ico</Image>
    <Url type="text/html" method="get" template="https://developer.mozilla.org/search?q={searchTerms}"/>
</OpenSearchDescription>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Handling common JavaScript problems - MDN Web Docs
Now we'll look at common cross-browser JavaScript problems and how to fix them. This includes information on using browser dev tools to track ......
Read more >
Learn web development - MDN Web Docs - Mozilla
The aim of this area of MDN is not to take you from "beginner" to ... who just wants to understand more about...
Read more >
Handling common accessibility problems - MDN Web Docs
Hopefully this article has given you a good grounding in the main accessibility problems you might encounter, and how to test and overcome ......
Read more >
Your first extension - Mozilla - MDN Web Docs
This article walks through creating an extension for Firefox, from start to finish. The extension adds a red border to any pages loaded...
Read more >
Introduction to web APIs - Learn web development | MDN
Browser APIs — constructs built into the browser that sits on top of the JavaScript language and allows you to implement functionality more...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found