We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

javascript

more options

I have a personal website which uses a "hit counter" provided by Bravenet. Here is the code:

<script type="text/javascript" src="https://pub8.bravenet.com/counter/code.php?id=408129&usernum=614453690&cpv=3"></script>

This counter worked for quite a while, and recently stopped working using Firefox on my desktop (Dell Inspiron 660s). It still works on Safari (on my iPhone) and on Chrome (on my desktop).

Could it be a problem with my computer or Firefox?

I have a personal website which uses a "hit counter" provided by Bravenet. Here is the code: <!-- Start Bravenet.com Service Code --> <script type="text/javascript" src="https://pub8.bravenet.com/counter/code.php?id=408129&usernum=614453690&cpv=3"></script> <!-- End Bravenet.com Service Code --> This counter worked for quite a while, and recently stopped working using Firefox on my desktop (Dell Inspiron 660s). It still works on Safari (on my iPhone) and on Chrome (on my desktop). Could it be a problem with my computer or Firefox?

모든 댓글 (2)

more options

I wonder whether it could be blocked by Firefox's Enhanced Tracking Protection feature. If you glance at the left end of the address bar while on your site, is the shield icon toward a bit purplish? That would indicate that some content is blocked. Click the icon to learn more or make an exception. See: Enhanced Tracking Protection in Firefox for desktop.

You also could test in Firefox's Safe Mode. In its Safe Mode, Firefox temporarily deactivates extensions, hardware acceleration, any userChrome.css/userContent.css files, and some other advanced features to help you assess whether these are causing the problem.

If Firefox is not running: Hold down the Shift key when starting Firefox. (On Mac, hold down the option/alt key instead of the Shift key.)

If Firefox is running: You can restart Firefox in Safe Mode using either:

  • "3-bar" menu button > "?" Help button > Restart with Add-ons Disabled
  • (menu bar) Help menu > Restart with Add-ons Disabled

and OK the restart.

Both scenarios: A small dialog should appear. Click "Start in Safe Mode" (not Refresh).

Any difference?

more options

Thank you for your prompt and helpful response. In following your suggestions, I first found the problem was not related to Enhanced Tracking Protections. Restarting Firefox in safe mode, the problem disappeared, so I looked at Extensions. Fortunately, the only active extension was "Adblock Plus", which I use to block ads from my AT&T/Yahoo email. By disabling Adblock from the website which had the counter issue, the problem was solved. Thanks again.