[FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Hello,
same problem here but the fix described on the first page doesn't help. I'm using Firefox 56.0 with NoScript 5.1.2 on Xubuntu 16.04 LTS. It is right from the repositories and the language is set to German.
Other addons i'm using are:
- uBlock origin
- FxIF
Any help is appreciated since i was using the icon pretty often.
Thanks
same problem here but the fix described on the first page doesn't help. I'm using Firefox 56.0 with NoScript 5.1.2 on Xubuntu 16.04 LTS. It is right from the repositories and the language is set to German.
Other addons i'm using are:
- uBlock origin
- FxIF
Any help is appreciated since i was using the icon pretty often.
Thanks
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
What worked for me:
Tools-->Add-ons-->Extensions-->Disabled NoScript.
Help-->Restart with Add-ons Disabled...
Tools-->Add-ons-->Extensions-->Enabled NoScript.
Help-->Restart with Add-ons Enabled...
The IT support fallback option - turn it off and on again.
Tools-->Add-ons-->Extensions-->Disabled NoScript.
Help-->Restart with Add-ons Disabled...
Tools-->Add-ons-->Extensions-->Enabled NoScript.
Help-->Restart with Add-ons Enabled...
The IT support fallback option - turn it off and on again.

Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
On Win 7 Ultimate 32bit, Firefox 56.0 32bit. Read all 6 pages of this forum post, tried all work arounds except uninstalling NS and reinstalling. Don't want to lose settings if I don't have to. Nothing worked.
Not seeing a Firefox update for 56.0.1 says I'm up to date at 56.0. I could try manual download of Firefox and install on top. Can anyone confirm manual download from Mozilla is at 56.0.1 for Win 7 32bit?
Thanks
Not seeing a Firefox update for 56.0.1 says I'm up to date at 56.0. I could try manual download of Firefox and install on top. Can anyone confirm manual download from Mozilla is at 56.0.1 for Win 7 32bit?
Thanks
Mozilla/5.0 (Windows NT 6.1; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
I just tried it out. It still works at the moment.Giorgio Maone wrote:big K wrote:I had it yesterday...
btw thanks for your work Giorgio

Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
The main reason for 56.0.1 is to update a user from 32 to 64-bit FF.Not seeing a Firefox update for 56.0.1
And as you are on a 32-bit OS version, you can't use FF x64, so you won't get FF 56.0.1.
(And you're loosing nothing by not having it.)
[Likewise if you already had 56.0 x64, you also would not be "updated" to 56.0.1.]
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 Lightning/5.4
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
This is so weird. First I tried Customize (wasn't there to add). The developer reply on the Addon Review page linked here, so I tried the suggested Safe Mode. Still no. Tried disable/enable. Somewhere in there, NoScript updated itself, but it still wouldn't show. I was able to go to my Addons and select Options->Appearance->Show->Status Bar Label which at least put the bar across the bottom of the screen, but I still couldn't get the icon in the toolbar. I uninstalled it, shut down Firefox, restarted Firefox, reinstalled it, and it still wasn't in the toolbar. I pulled up this link again, and POOF, the icon showed up in the toolbar, as if it was waiting for a script-using page before showing up again. Makes no sense to me, but figured one more data point might help.
I have 64bit Win7 Pro, with Firefox 56.0.1 64bit.
I have 64bit Win7 Pro, with Firefox 56.0.1 64bit.
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
The Developer Console in Fx56 appears to indicate that for some reason Firefox is looking for a file named "noscriptOverlayFx57.xul", which does not exist in the XPI. However, "noscriptOverlay.xul" does exist.
To test the idea, I copied "noscriptOverlay.xul" out of the XPI, renamed it to "noscriptOverlayFx57.xul", and inserted it back into the XPI. This did not by itself solve the problem, so I also updated "manifest.mf", copying the entry for "noscriptOverlay.xul" and changing only the name. This worked. A subsequent restart of Firefox saw the toolbar button and context menu option return.
I'm guessing that perhaps a change in the underlying Firefox code results in it appending "Fx57" to the name of the XUL file it's looking to load?
For reference, I'm running a 64-bit version of Firefox 56.0 on Ubuntu MATE 16.04.3.
To test the idea, I copied "noscriptOverlay.xul" out of the XPI, renamed it to "noscriptOverlayFx57.xul", and inserted it back into the XPI. This did not by itself solve the problem, so I also updated "manifest.mf", copying the entry for "noscriptOverlay.xul" and changing only the name. This worked. A subsequent restart of Firefox saw the toolbar button and context menu option return.
I'm guessing that perhaps a change in the underlying Firefox code results in it appending "Fx57" to the name of the XUL file it's looking to load?
For reference, I'm running a 64-bit version of Firefox 56.0 on Ubuntu MATE 16.04.3.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
The catch, of course, is that modifying the XPI changes the signature of the XPI and Firefox will disable the extension again unless you turn off the signature requirement. But hopefully the above can help the developers to narrow the cause so that hacking the XPI is not required.circusmachina wrote:To test the idea, I copied "noscriptOverlay.xul" out of the XPI, renamed it to "noscriptOverlayFx57.xul", and inserted it back into the XPI. This did not by itself solve the problem, so I also updated "manifest.mf", copying the entry for "noscriptOverlay.xul" and changing only the name. This worked. A subsequent restart of Firefox saw the toolbar button and context menu option return.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
I`m not sure this message of any value.
Have that bug on firefox 56 mint 18.1.
First noted it yesterday. And also firefox has a hung up in a manner it never did before: white window instead of all that under menu line.
20171014 it disappears after I removed hypertranslate addon.
Have that bug on firefox 56 mint 18.1.
First noted it yesterday. And also firefox has a hung up in a manner it never did before: white window instead of all that under menu line.
20171014 it disappears after I removed hypertranslate addon.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Code: Select all
Application Basics
------------------
Name: Firefox
Version: 56.0
Build ID: 20170926190823
Update Channel: release
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0
OS: Windows_NT 10.0
Multiprocess Windows: 1/1 (Enabled by default)
Web Content Processes: 2/1
Stylo: false (disabled by default)
Google Key: Found
Mozilla Location Service Key: Found
Safe Mode: false
Crash Reports for the Last 3 Days
---------------------------------
All Crash Reports
Firefox Features
----------------
Name: Activity Stream
Version: 0.0.0
ID: activity-stream@mozilla.org
Name: Application Update Service Helper
Version: 2.0
ID: aushelper@mozilla.org
Name: Click-to-Play staged rollout
Version: 1.4
ID: clicktoplay-rollout@mozilla.org
Name: Firefox Screenshots
Version: 10.12.0
ID: screenshots@mozilla.org
Name: Follow-on Search Telemetry
Version: 0.9.3
ID: followonsearch@mozilla.com
Name: Form Autofill
Version: 1.0
ID: formautofill@mozilla.org
Name: Multi-process staged rollout
Version: 3.00
ID: e10srollout@mozilla.org
Name: Photon onboarding
Version: 0.1
ID: onboarding@mozilla.org
Name: Pocket
Version: 1.0.5
ID: firefox@getpocket.com
Name: Shield Recipe Client
Version: 65.1
ID: shield-recipe-client@mozilla.org
Name: Web Compat
Version: 1.1
ID: webcompat@mozilla.org
Extensions
----------
Name: NoScript
Version: 5.1.2
Enabled: true
ID: {73a6fe31-595d-460b-a920-fcc0f8843232}
Name: Norton Security Toolbar
Version: 2017.11.0.1
Enabled: false
ID: {C1A2A613-35F1-4FCF-B27F-2840527B6556}
Graphics
--------
Features
Compositing: Direct3D 11
Asynchronous Pan/Zoom: wheel input enabled; scrollbar drag enabled
WebGL 1 Driver WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 0000000000008dbc) EGL_VERSION: 1.4 (ANGLE 2.1.0.dec065540d5f) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture_nv12 EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses
WebGL 1 Driver Renderer: Google Inc. -- ANGLE (AMD Radeon HD 7560D Direct3D11 vs_5_0 ps_5_0)
WebGL 1 Driver Version: OpenGL ES 2.0 (ANGLE 2.1.0.dec065540d5f)
WebGL 1 Driver Extensions: GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object
WebGL 1 Extensions: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_frag_depth EXT_shader_texture_lod EXT_texture_filter_anisotropic EXT_disjoint_timer_query MOZ_debug OES_element_index_uint OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context MOZ_WEBGL_lose_context MOZ_WEBGL_compressed_texture_s3tc MOZ_WEBGL_depth_texture
WebGL 2 Driver WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 0000000000008dbc) EGL_VERSION: 1.4 (ANGLE 2.1.0.dec065540d5f) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture_nv12 EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses
WebGL 2 Driver Renderer: Google Inc. -- ANGLE (AMD Radeon HD 7560D Direct3D11 vs_5_0 ps_5_0)
WebGL 2 Driver Version: OpenGL ES 3.0 (ANGLE 2.1.0.dec065540d5f)
WebGL 2 Driver Extensions: GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object
WebGL 2 Extensions: EXT_color_buffer_float EXT_texture_filter_anisotropic EXT_disjoint_timer_query MOZ_debug OES_texture_float_linear WEBGL_compressed_texture_s3tc WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context MOZ_WEBGL_lose_context MOZ_WEBGL_compressed_texture_s3tc
Direct2D: true
DirectWrite: true (10.0.14393.1358)
GPU #1
Active: Yes
Description: AMD Radeon HD 7560D
Vendor ID: 0x1002
Device ID: 0x9904
Driver Version: 15.200.1060.0
Driver Date: 7-15-2015
Drivers: aticfx64 aticfx64 aticfx64 amdxc64 aticfx32 aticfx32 aticfx32 amdxc32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64
Subsys ID: 2ae0103c
RAM: 512
Diagnostics
AzureCanvasAccelerated: 0
AzureCanvasBackend: Direct2D 1.1
AzureCanvasBackend (UI Process): skia
AzureContentBackend: Direct2D 1.1
AzureContentBackend (UI Process): skia
AzureFallbackCanvasBackend (UI Process): cairo
GPUProcessPid: 15096
Decision Log
WEBRENDER:
opt-in by default: WebRender is an opt-in feature
unavailable by runtime: Build doesn't include WebRender
ADVANCED_LAYERS:
disabled by default: Disabled by default
Media
-----
Audio Backend: wasapi
Max Channels: 2
Preferred Channel Layout: stereo
Preferred Sample Rate: 48000
Output Devices
Name: Group
Speakers / Headphones (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Internal AUX Jack (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Communications Headphones (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Digital Output (S/PDIF) (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Internal AUX Jack (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Input Devices
Name: Group
Internal AUX Jack (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Microphone (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Line In (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Stereo Mix (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Line In (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Rear Mic (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Internal AUX Jack (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Rear Mic (IDT High Definition Audio CODEC): HDAUDIO\FUNC_01&VEN_111D&DEV_7676&SUBSYS_103C2AE0&REV_1001\4&af41215&0&0301
Important Modified Preferences
------------------------------
accessibility.typeaheadfind.flashBar: 0
browser.cache.disk.capacity: 358400
browser.cache.disk.filesystem_reported: 1
browser.cache.disk.hashstats_reported: 1
browser.cache.disk.smart_size.first_run: false
browser.cache.frecency_experiment: 2
browser.places.smartBookmarksVersion: 8
browser.search.useDBForOrder: true
browser.sessionstore.upgradeBackup.latestBuildID: 20170926190823
browser.startup.homepage_override.buildID: 20170926190823
browser.startup.homepage_override.mstone: 56.0
browser.tabs.remote.autostart.2: true
browser.tabs.warnOnClose: false
browser.urlbar.searchSuggestionsChoice: false
browser.urlbar.suggest.searches: false
browser.urlbar.userMadeSearchSuggestionsChoice: true
dom.apps.lastUpdate.buildID: 20161019084923
dom.apps.lastUpdate.mstone: 49.0.2
dom.apps.reset-permissions: true
dom.mozApps.used: true
extensions.lastAppVersion: 56.0
font.internaluseonly.changed: true
gfx.crash-guard.d3d11layers.appVersion: 52.0.2
gfx.crash-guard.d3d11layers.deviceID: 0x9904
gfx.crash-guard.d3d11layers.driverVersion: 15.200.1060.0
gfx.crash-guard.d3d11layers.feature-d2d: true
gfx.crash-guard.d3d11layers.feature-d3d11: true
gfx.crash-guard.glcontext.gfx.driver-init.direct3d11-angle: true
gfx.crash-guard.glcontext.gfx.driver-init.webgl-angle: true
gfx.crash-guard.glcontext.gfx.driver-init.webgl-angle-force-d3d11: false
gfx.crash-guard.glcontext.gfx.driver-init.webgl-angle-force-warp: false
gfx.crash-guard.glcontext.gfx.driver-init.webgl-angle-try-d3d11: true
gfx.crash-guard.status.d3d11layers: 2
gfx.crash-guard.status.d3d9video: 2
gfx.crash-guard.status.glcontext: 2
gfx.direct3d.last_used_feature_level_idx: 0
gfx.driver-init.appVersion: 42.0
gfx.driver-init.deviceID: 0x9904
gfx.driver-init.driverVersion: 13.152.1.1000
gfx.driver-init.feature-d2d: true
gfx.driver-init.feature-d3d11: true
gfx.driver-init.status: 2
layers.mlgpu.sanity-test-failed: false
media.benchmark.vp9.fps: 140
media.benchmark.vp9.versioncheck: 1
media.gmp-eme-adobe.abi: x86-msvc-x64
media.gmp-eme-adobe.lastUpdate: 1462832724
media.gmp-eme-adobe.version: 17
media.gmp-gmpopenh264.abi: x86-msvc-x64
media.gmp-gmpopenh264.lastUpdate: 1471557256
media.gmp-gmpopenh264.version: 1.6
media.gmp-manager.buildID: 20170926190823
media.gmp-manager.lastCheck: 1507952621
media.gmp-widevinecdm.abi: x86-msvc-x64
media.gmp-widevinecdm.lastUpdate: 1507241251
media.gmp-widevinecdm.version: 1.4.8.1008
media.gmp.storage.version.observed: 1
media.hardware-video-decoding.failed: false
media.youtube-ua.override.to: 43
network.auth.allow-subresource-auth: 2
network.cookie.prefsMigrated: true
network.predictor.cleaned-up: true
places.database.lastMaintenance: 1507599095
places.history.expiration.transient_current_max_pages: 110184
plugin.disable_full_page_plugin_for_types: application/pdf
plugin.importedState: true
plugins.ctprollout.cohort: test
plugins.ctprollout.cohortSample: 0.350451
print.printer_Canon_MX420_series_Printer_WS.print_bgcolor: false
print.printer_Canon_MX420_series_Printer_WS.print_bgimages: false
print.printer_Canon_MX420_series_Printer_WS.print_colorspace:
print.printer_Canon_MX420_series_Printer_WS.print_command:
print.printer_Canon_MX420_series_Printer_WS.print_downloadfonts: false
print.printer_Canon_MX420_series_Printer_WS.print_duplex: 1515870810
print.printer_Canon_MX420_series_Printer_WS.print_edge_bottom: 0
print.printer_Canon_MX420_series_Printer_WS.print_edge_left: 0
print.printer_Canon_MX420_series_Printer_WS.print_edge_right: 0
print.printer_Canon_MX420_series_Printer_WS.print_edge_top: 0
print.printer_Canon_MX420_series_Printer_WS.print_evenpages: true
print.printer_Canon_MX420_series_Printer_WS.print_footercenter:
print.printer_Canon_MX420_series_Printer_WS.print_footerleft: &PT
print.printer_Canon_MX420_series_Printer_WS.print_footerright: &D
print.printer_Canon_MX420_series_Printer_WS.print_headercenter:
print.printer_Canon_MX420_series_Printer_WS.print_headerleft: &T
print.printer_Canon_MX420_series_Printer_WS.print_headerright: &U
print.printer_Canon_MX420_series_Printer_WS.print_in_color: true
print.printer_Canon_MX420_series_Printer_WS.print_margin_bottom: 0.5
print.printer_Canon_MX420_series_Printer_WS.print_margin_left: 0.5
print.printer_Canon_MX420_series_Printer_WS.print_margin_right: 0.5
print.printer_Canon_MX420_series_Printer_WS.print_margin_top: 0.5
print.printer_Canon_MX420_series_Printer_WS.print_oddpages: true
print.printer_Canon_MX420_series_Printer_WS.print_orientation: 0
print.printer_Canon_MX420_series_Printer_WS.print_page_delay: 50
print.printer_Canon_MX420_series_Printer_WS.print_paper_data: 1
print.printer_Canon_MX420_series_Printer_WS.print_paper_height: -1.00
print.printer_Canon_MX420_series_Printer_WS.print_paper_name:
print.printer_Canon_MX420_series_Printer_WS.print_paper_size_type: 0
print.printer_Canon_MX420_series_Printer_WS.print_paper_size_unit: 0
print.printer_Canon_MX420_series_Printer_WS.print_paper_width: -1.00
print.printer_Canon_MX420_series_Printer_WS.print_plex_name:
print.printer_Canon_MX420_series_Printer_WS.print_resolution: 600
print.printer_Canon_MX420_series_Printer_WS.print_resolution_name:
print.printer_Canon_MX420_series_Printer_WS.print_reversed: false
print.printer_Canon_MX420_series_Printer_WS.print_scaling: 1.50
print.printer_Canon_MX420_series_Printer_WS.print_shrink_to_fit: false
print.printer_Canon_MX420_series_Printer_WS.print_to_file: false
print.printer_Canon_MX420_series_Printer_WS.print_unwriteable_margin_bottom: 0
print.printer_Canon_MX420_series_Printer_WS.print_unwriteable_margin_left: 0
print.printer_Canon_MX420_series_Printer_WS.print_unwriteable_margin_right: 0
print.printer_Canon_MX420_series_Printer_WS.print_unwriteable_margin_top: 0
print.printer_Microsoft_XPS_Document_Writer.print_bgcolor: false
print.printer_Microsoft_XPS_Document_Writer.print_bgimages: false
print.printer_Microsoft_XPS_Document_Writer.print_colorspace:
print.printer_Microsoft_XPS_Document_Writer.print_command:
print.printer_Microsoft_XPS_Document_Writer.print_downloadfonts: false
print.printer_Microsoft_XPS_Document_Writer.print_duplex: 1515870810
print.printer_Microsoft_XPS_Document_Writer.print_edge_bottom: 0
print.printer_Microsoft_XPS_Document_Writer.print_edge_left: 0
print.printer_Microsoft_XPS_Document_Writer.print_edge_right: 0
print.printer_Microsoft_XPS_Document_Writer.print_edge_top: 0
print.printer_Microsoft_XPS_Document_Writer.print_evenpages: true
print.printer_Microsoft_XPS_Document_Writer.print_footercenter:
print.printer_Microsoft_XPS_Document_Writer.print_footerleft: &PT
print.printer_Microsoft_XPS_Document_Writer.print_footerright: &D
print.printer_Microsoft_XPS_Document_Writer.print_headercenter:
print.printer_Microsoft_XPS_Document_Writer.print_headerleft: &T
print.printer_Microsoft_XPS_Document_Writer.print_headerright: &U
print.printer_Microsoft_XPS_Document_Writer.print_in_color: true
print.printer_Microsoft_XPS_Document_Writer.print_margin_bottom: 0.5
print.printer_Microsoft_XPS_Document_Writer.print_margin_left: 0.5
print.printer_Microsoft_XPS_Document_Writer.print_margin_right: 0.5
print.printer_Microsoft_XPS_Document_Writer.print_margin_top: 0.5
print.printer_Microsoft_XPS_Document_Writer.print_oddpages: true
print.printer_Microsoft_XPS_Document_Writer.print_orientation: 0
print.printer_Microsoft_XPS_Document_Writer.print_page_delay: 50
print.printer_Microsoft_XPS_Document_Writer.print_paper_data: 1
print.printer_Microsoft_XPS_Document_Writer.print_paper_height: 11.00
print.printer_Microsoft_XPS_Document_Writer.print_paper_name:
print.printer_Microsoft_XPS_Document_Writer.print_paper_size_type: 0
print.printer_Microsoft_XPS_Document_Writer.print_paper_size_unit: 0
print.printer_Microsoft_XPS_Document_Writer.print_paper_width: 8.50
print.printer_Microsoft_XPS_Document_Writer.print_plex_name:
print.printer_Microsoft_XPS_Document_Writer.print_resolution: 1515870810
print.printer_Microsoft_XPS_Document_Writer.print_resolution_name:
print.printer_Microsoft_XPS_Document_Writer.print_reversed: false
print.printer_Microsoft_XPS_Document_Writer.print_scaling: 1.00
print.printer_Microsoft_XPS_Document_Writer.print_shrink_to_fit: true
print.printer_Microsoft_XPS_Document_Writer.print_to_file: false
print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_bottom: 0
print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_left: 0
print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_right: 0
print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_top: 0
print.printer_PDF995.print_bgcolor: false
print.printer_PDF995.print_bgimages: false
print.printer_PDF995.print_duplex: 1515870810
print.printer_PDF995.print_edge_bottom: 0
print.printer_PDF995.print_edge_left: 0
print.printer_PDF995.print_edge_right: 0
print.printer_PDF995.print_edge_top: 0
print.printer_PDF995.print_evenpages: true
print.printer_PDF995.print_footercenter:
print.printer_PDF995.print_footerleft: &PT
print.printer_PDF995.print_footerright: &D
print.printer_PDF995.print_headercenter:
print.printer_PDF995.print_headerleft: &T
print.printer_PDF995.print_headerright: &U
print.printer_PDF995.print_in_color: true
print.printer_PDF995.print_margin_bottom: 0.5
print.printer_PDF995.print_margin_left: 0.5
print.printer_PDF995.print_margin_right: 0.5
print.printer_PDF995.print_margin_top: 0.5
print.printer_PDF995.print_oddpages: true
print.printer_PDF995.print_orientation: 0
print.printer_PDF995.print_page_delay: 50
print.printer_PDF995.print_paper_data: 1
print.printer_PDF995.print_paper_height: 11.00
print.printer_PDF995.print_paper_name:
print.printer_PDF995.print_paper_size_type: 0
print.printer_PDF995.print_paper_size_unit: 0
print.printer_PDF995.print_paper_width: 8.50
print.printer_PDF995.print_resolution: 1515870810
print.printer_PDF995.print_reversed: false
print.printer_PDF995.print_scaling: 1.00
print.printer_PDF995.print_shrink_to_fit: true
print.printer_PDF995.print_to_file: false
print.printer_PDF995.print_unwriteable_margin_bottom: 0
print.printer_PDF995.print_unwriteable_margin_left: 0
print.printer_PDF995.print_unwriteable_margin_right: 0
print.printer_PDF995.print_unwriteable_margin_top: 0
privacy.sanitize.migrateClearSavedPwdsOnExit: true
privacy.sanitize.migrateFx3Prefs: true
security.sandbox.content.tempDirSuffix: {8d532319-e053-4346-8188-ead8ec6e2100}
services.sync.declinedEngines:
storage.vacuum.last.index: 1
storage.vacuum.last.places.sqlite: 1507480288
ui.osk.debug.keyboardDisplayReason: IKPOS: Touch screen not found.
Important Locked Preferences
----------------------------
Places Database
---------------
JavaScript
----------
Incremental GC: true
Accessibility
-------------
Activated: false
Prevent Accessibility: 0
Accessible Handler Used: true
Library Versions
----------------
NSPR
Expected minimum version: 4.16
Version in use: 4.16
NSS
Expected minimum version: 3.32.1
Version in use: 3.32.1
NSSSMIME
Expected minimum version: 3.32.1
Version in use: 3.32.1
NSSSSL
Expected minimum version: 3.32.1
Version in use: 3.32.1
NSSUTIL
Expected minimum version: 3.32.1
Version in use: 3.32.1
Experimental Features
---------------------
Sandbox
-------
Content Process Sandbox Level: 3
Effective Content Process Sandbox Level: 3
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Solution in the first post worked for me. (Restart with add-on's disabled)
Thanks
Thanks
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Bug disappeared after I removed hypertranslate addon, (also saved bookmarks preparing to purge firefox).
Failed to reproduce bug reinstalling hypertranslate. So now icons are on place.
addons list :
Adblock +
NoScript
Unmht
FoxyProxyStandart
ZoomPage
Downthemall
FlashAndVideoDownload
Failed to reproduce bug reinstalling hypertranslate. So now icons are on place.
addons list :
Adblock +
NoScript
Unmht
FoxyProxyStandart
ZoomPage
Downthemall
FlashAndVideoDownload
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Hello,
Just to confirm I witnessed this faulty behaviour (NoScript icon gone) earlier today on this very machine with Firefox 56.0.1 64-bit for ArchLinux on x86_64.
Started Firefox, got the NoScript update confirmation page, noticed a few seconds later that the icon was gone.
Config details below:
I tried entirely removing and reinstalling the add-on from NoScript home page, it worked: got the icon back and running now, even accross multiple browsing sessions.
I'm a long-time Firefox + NoScript user and that's the first bug I ever got with this superb piece of software (which should be part of the browser itself IMHO). Thanks for your awesome work guys.
Just to confirm I witnessed this faulty behaviour (NoScript icon gone) earlier today on this very machine with Firefox 56.0.1 64-bit for ArchLinux on x86_64.
Started Firefox, got the NoScript update confirmation page, noticed a few seconds later that the icon was gone.
Config details below:
Code: Select all
Application Basics
Name Firefox
Version 56.0.1
Build ID 20171009141542
Update History
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
OS Linux 4.13.4-1-ARCH
Profile Directory
Enabled Plugins about:plugins
Build Configuration about:buildconfig
Memory Use about:memory
Performance about:performance
Registered Service Workers about:serviceworkers
Multiprocess Windows 0/2 (Disabled by add-ons)
Stylo false (disabled by default)
Google Key Found
Mozilla Location Service Key Found
Safe Mode false
Profiles about:profiles
I tried entirely removing and reinstalling the add-on from NoScript home page, it worked: got the icon back and running now, even accross multiple browsing sessions.
I'm a long-time Firefox + NoScript user and that's the first bug I ever got with this superb piece of software (which should be part of the browser itself IMHO). Thanks for your awesome work guys.
Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
-
- Posts: 1
- Joined: Sat Oct 14, 2017 6:08 pm
missing NoScript Symbol in Menu Bar, functionless NoScript
Hello,
after updating to 5.1.2 the NoScript Symbol in the menu bar disappeared leaving NoScript without function. I installed 5.1.1 from
[removed]
and the symbol appeared again.
Please fix and please give possibility to install older versions from the NoScript website to help in situations like these.
Thanks
Daniele
after updating to 5.1.2 the NoScript Symbol in the menu bar disappeared leaving NoScript without function. I installed 5.1.1 from
[removed]
and the symbol appeared again.
Please fix and please give possibility to install older versions from the NoScript website to help in situations like these.
Thanks
Daniele
Last edited by barbaz on Sat Oct 14, 2017 6:27 pm, edited 2 times in total.
Reason: Remove fake NoScript download link
Reason: Remove fake NoScript download link
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Threads merged. Please see the OP of this thread.schallquant wrote:Hello,
after updating to 5.1.2 the NoScript Symbol in the menu bar disappeared leaving NoScript without function. I installed 5.1.1 from
[removed]
and the symbol appeared again.
Please fix and please give possibility to install older versions from the NoScript website to help in situations like these.
Thanks
Daniele
EDIT
Removed the download link as it does not download NoScript. Official sources for old NoScript are
https://addons.mozilla.org/addon/noscript/versions / https://addons.mozilla.org/addon/noscript/versions/beta
*or*
https://noscript.net/feed?c=100&t=a
schallquant, I recommend you uninstall the crap you installed from that link, then scan your system for malware.
*Always* check the changelogs BEFORE updating that important software!
-