Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Copies of text which can not be marked by Select All

  • 1 ответ
  • 1 имеет эту проблему
  • 15 просмотров
  • Последний ответ от cor-el

more options

I frequently have difficulty when I need to make plain-test copies of web pages. These are pages that only allow "Select All" to select parts of pages, so that important parts of the pages cannot be selected, or so that a large number of select-and-copy cycles are required to copy the information on a webpage. The Firefox extensions that I have tried like the old "right to click" do not seem to help much. With old versions of Windows, I would use print-to-file for a generic plain-text printer, but that does not provide a readable file on Win 10.

I frequently find these problems on web pages with survey questions. This web page is a very simple example where multiple cycles of select-and-copy are required: https://support.mozilla.org/en-US/questions/new/desktop/form People who have accounts on Meetup.com should see an egregious example on this page: https://www.meetup.com/account/interests/

Thanks for any help, Lloyd

I frequently have difficulty when I need to make plain-test copies of web pages. These are pages that only allow "Select All" to select parts of pages, so that important parts of the pages cannot be selected, or so that a large number of select-and-copy cycles are required to copy the information on a webpage. The Firefox extensions that I have tried like the old "right to click" do not seem to help much. With old versions of Windows, I would use print-to-file for a generic plain-text printer, but that does not provide a readable file on Win 10. I frequently find these problems on web pages with survey questions. This web page is a very simple example where multiple cycles of select-and-copy are required: https://support.mozilla.org/en-US/questions/new/desktop/form People who have accounts on Meetup.com should see an egregious example on this page: https://www.meetup.com/account/interests/ Thanks for any help, Lloyd

Все ответы (1)

more options

Maybe try a JavaScript bookmarklet to get body.textContent.

  • javascript:void(prompt('body.textContent',document.body.textContent.replace(/\s+/g,' ')))

You can create a new bookmark and paste the JavaScript code in its URL field where you would normally enter the address of the website.

Изменено cor-el