Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

can I disable console.log truncation?

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi archivist113

more options

While it is great for readability, but this is preventing me from extracting URLs if the string is too long.

I'm using a greasemonkey script to extract URLs from pages. The problem is not the code nor greasemonkey, it is when it logs a long URL string into the console log, it gets the truncated version (although clickable and goes to the right page) and if you copy the text or "Export Visible Nessage to", it will copy the truncated text instead of the full text, which those are now invalid URLs.

Is there a way I can disable this in the options? I tried going to the hamburger menu or the “...” on the devtools and couldn't find the option.

While it is great for readability, but this is preventing me from extracting URLs if the string is too long. I'm using a greasemonkey script to extract URLs from pages. The problem is not the code nor greasemonkey, it is when it logs a long URL string into the console log, it gets the truncated version (although clickable and goes to the right page) and if you copy the text or "Export Visible Nessage to", it will copy the truncated text instead of the full text, which those are now invalid URLs. Is there a way I can disable this in the options? I tried going to the hamburger menu or the “...” on the devtools and couldn't find the option.

Tất cả các câu trả lời (3)

more options
more options

I prefer this to be done on every log rather than individually (would be extremely tedious), because I'm doing this at a large scale. FF should have the option to show the full text on the entire console log and when exporting visible messages.

Được chỉnh sửa bởi archivist113 vào

more options