Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How to get Firefox to ignore link visitation status when printing?

  • 2 답장
  • 1 이 문제를 만남
  • 2 보기
  • 최종 답변자: cor-el

more options

How to get Firefox to ignore link visitation status when printing?

When I print something, visited links are a different color than non-visited links. Is there a way to make them the same color when printing? (without changing history, or how things look on the screen)

If there isn't a way to do this, how about adding this in as a feature?

How to get Firefox to ignore link visitation status when printing? When I print something, visited links are a different color than non-visited links. Is there a way to make them the same color when printing? (without changing history, or how things look on the screen) If there isn't a way to do this, how about adding this in as a feature?

선택된 해결법

One way to do this would be to create custom style rules for printed output that hardcode the link colors for all print output. Firefox supports two ways to do this: a userContent.css file you create in your settings folder, and a user style applied using the Stylish extension.

However, "one size fits all" might lead to unreadable or unattractive results on some pages. So an add-on that can do it adaptively would be better. I don't know whether anyone has created one.

For sites that do not require a login and which are not personalized, you could launch the page in a private window (right-click the link > Open in New Private Window, or copy URL, then Ctrl+Shift+p, then paste to address bar and Enter). Because private windows have their own history, the printout should not reflect the history from your regular windows.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

선택된 해결법

One way to do this would be to create custom style rules for printed output that hardcode the link colors for all print output. Firefox supports two ways to do this: a userContent.css file you create in your settings folder, and a user style applied using the Stylish extension.

However, "one size fits all" might lead to unreadable or unattractive results on some pages. So an add-on that can do it adaptively would be better. I don't know whether anyone has created one.

For sites that do not require a login and which are not personalized, you could launch the page in a private window (right-click the link > Open in New Private Window, or copy URL, then Ctrl+Shift+p, then paste to address bar and Enter). Because private windows have their own history, the printout should not reflect the history from your regular windows.

more options

You can also temporarily toggle the layout.css.visited_links_enabled pref to false to disable the visited link colors.

A possibility is to use the PrefBar extension and create a toolbar button to toggle this pref.