gbaptista / luminous

Identify, analyze and block code execution and event collection through JavaScript in your browser with code interception.
https://gbaptista.github.io/luminous
GNU General Public License v3.0
96 stars 11 forks source link

The answers on microsoft website aren't loading #106

Open voviks21 opened 5 years ago

voviks21 commented 5 years ago

While luminous is enabled, all answers are unable to open. For example, on this page: https://answers.microsoft.com/en-us/windows/forum/windows_7-security/windows-license-is-validated-2-times-an-hour-and/6401b0f0-7f23-4c79-844e-be97dee44ea0?tab=AllReplies#tabs

Chrome v51.0.2704.106, luminous v0.0.26

StaticallyTypedRice commented 5 years ago

This is likely because Microsoft will only load the answers once it detects that you've scrolled to that point, and if you're blocking scroll events the site may never get the signal to load them.