Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais
Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.
Arquivado

Include overlay content (e.g. GDPR dialogs) in Firefox quick find for links

rubystallion

I find the Quick Find keyboard shortcut ' for links in Firefox very useful for navigating a large portion of the web with keyboard only, but I notice that it doesn't work with most overlaid content, for example most GDPR dialogs or prompts to please log in or register. Is there a setting or add-on for Firefox to fix that or would a simple change to the HTML make that content searchable with Quick Find?

Example: Delete cookies. Open Yahoo. Press 'OK. Search result not found. Press Ctrl-F OK. Search result found. Then it's possible to press Tab and Shift-Tab to select the OK link, but by pressing the apostrophe key it apparently never works for any links on overlay windows.

Disclosure: I had asked this question four months ago on superuser, but didn't get any comments or answers (https://superuser.com/questions/1413795/include-overlay-content-e-g-gdpr-dialogs-in-firefox-quick-find-for-links)

I find the Quick Find keyboard shortcut ' for links in Firefox very useful for navigating a large portion of the web with keyboard only, but I notice that it doesn't work with most overlaid content, for example most GDPR dialogs or prompts to please log in or register. Is there a setting or add-on for Firefox to fix that or would a simple change to the HTML make that content searchable with Quick Find? Example: Delete cookies. Open Yahoo. Press 'OK. Search result not found. Press Ctrl-F OK. Search result found. Then it's possible to press Tab and Shift-Tab to select the OK link, but by pressing the apostrophe key it apparently never works for any links on overlay windows. Disclosure: I had asked this question four months ago on superuser, but didn't get any comments or answers (https://superuser.com/questions/1413795/include-overlay-content-e-g-gdpr-dialogs-in-firefox-quick-find-for-links)

Todas as respostas (4)

Hi

if I understood your message correctly, you can configure shortcuts with the following extension

https://addons.mozilla.org/fr/firefox/addon/shortkeys/

It might not be a real A HREF link, but an element that has an onclick handler attached. You can check this via the right-click context menu in the Inspector (look for an 'event' label).

hellosct1 said

Hi if I understood your message correctly, you can configure shortcuts with the following extension https://addons.mozilla.org/fr/firefox/addon/shortkeys/

That extension doesn't seem to offer shortcuts to select buttons quickly.

cor-el said

It might not be a real A HREF link, but an element that has an onclick handler attached. You can check this via the right-click context menu in the Inspector (look for an 'event' label).

You're right! I guess then it might be easiest for me to use greasemonkey to rewrite all buttons as links, as I guess I could directly copy the associated event handlers.