Still works for me with scripts blocked, Firefox 53, NoScript 5.0.4rc1.
With Firefox, I always start from a clean profile. Well, not quite clean, it contains only this user.js -
Code: Select all
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
user_pref("browser.pocket.enabled", false);
user_pref("browser.selfsupport.url", "");
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("devtools.chrome.enabled", true);
user_pref("loop.enabled", false);
user_pref("media.eme.apiVisible", false);
user_pref("media.eme.enabled", false);
user_pref("social.remote-install.enabled", false);
But I doubt any of those prefs are related to this.
Does it work for you in a clean profile with only NoScript
latest development build installed?