Mozilla 도움말 검색

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

Learn More

How mak an iMacro to toggle Tools >Options > Content > Colors > Allow Pages Own Colors

  • 2 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: philipp

more options

Every day in Firefox I go back and forth repeatedly, enabling my own System Colors, then going back to "Allow pages to choose their own colors".

I've tried to create an iMacro to do this, but apparently I haven't leaned iMacros correctly, because none of the several times I've tried it have worked.

Can someone write the macro for me, or tell me what the steps of the iMacro should be?

The two setting I want to toggle are: Tools > Options > Content* > Colors > Allow pages to choose their own colors, instead of my selections above and Tools > Options > Content* > Colors > [uncheck] Allow pages to choose their own colors, instead of my selections above

  • I always leave Content selected in the Tools > Options window, specifically so I can do the above series without having to mouse-click on Content

Thanks!

Every day in Firefox I go back and forth repeatedly, enabling my own System Colors, then going back to "Allow pages to choose their own colors". I've tried to create an iMacro to do this, but apparently I haven't leaned iMacros correctly, because none of the several times I've tried it have worked. Can someone write the macro for me, or tell me what the steps of the iMacro should be? The two setting I want to toggle are: Tools > Options > Content* > Colors > Allow pages to choose their own colors, instead of my selections above and Tools > Options > Content* > Colors > [uncheck] Allow pages to choose their own colors, instead of my selections above * I always leave Content selected in the Tools > Options window, specifically so I can do the above series without having to mouse-click on Content Thanks!

모든 댓글 (2)

more options

If you need to do this at startup then check for problems with the prefs.

You can create a file user.js in the Firefox profile folder to set the browser.display.use_document_colors to true.

  • user_pref("browser.display.use_document_colors", true);

The user.js file is read each time you start Firefox and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

more options

hello, you could simply try it with an add-on like https://addons.mozilla.org/en-US/firefox/addon/toggledocumentcolors-198916/