搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

'Javascript required' message keeps me out of Facebook.

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Tommy

more options

After downloading a number of Firefox apps I went to Facebook but got a JavaScript required message. I updated the java script, enabled it, restarted it but keep getting the same message. I even installed a new Firefox Browser but no change. What don't I know?

After downloading a number of Firefox apps I went to Facebook but got a JavaScript required message. I updated the java script, enabled it, restarted it but keep getting the same message. I even installed a new Firefox Browser but no change. What don't I know?

被采纳的解决方案

JavaScript is builtin and there is no need to update JavaScript. It is more likely that you have some content blocking extension that is causing this issue.

If you use extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) that can block content (Adblock Plus, NoScript, Disconnect, Ghostery, Privacy Badger, uBlock Origin) always make sure such extensions do not block content.

Firefox shows a blueish highlighted shield icon at the left end of the location/address bar in case Tracking Protection is blocking content. You can click shield icon for more detail and possibly disable the protection. You can check in the Web Console what content is blocked.

定位到答案原位置 👍 0

所有回复 (4)

more options

选择的解决方案

JavaScript is builtin and there is no need to update JavaScript. It is more likely that you have some content blocking extension that is causing this issue.

If you use extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) that can block content (Adblock Plus, NoScript, Disconnect, Ghostery, Privacy Badger, uBlock Origin) always make sure such extensions do not block content.

Firefox shows a blueish highlighted shield icon at the left end of the location/address bar in case Tracking Protection is blocking content. You can click shield icon for more detail and possibly disable the protection. You can check in the Web Console what content is blocked.

more options

Hello russcrawfordsc, I understand your problem where Javascript is disabled unintentionally for Facebook. You should see the javascript.void(0) on the bottom left. One way to fix that is to clear cache (Ctrl+Shift+Delete) then select the time range to delete. Click on all the little boxes and then, click okay. Below is a Screen Shot of what it should look like: Tell me if that helped and Stay Safe!

more options

Tommy said

You should see the javascript.void(0) on the bottom left.

Seeing that when you hover a link actually does not indicate that JavaScript is disabled. It indicates that the page author has bypassed the usual behavior of a link and attached a script to it. For example:

<a href="javascript:void(0);" onclick="myscript();">Run my script</a>

(To see the real code of the link, right-click it and choose Inspect Element. That will open the Page Inspector and show you the HTML of that element.)

more options

Oh wow! Your the real professional here @jscher2000