You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
After testing out spoofWindowSize a bit more, I found two issues with the current solution:
the feature works only on Twitter; I haven't understood why it does not work on Facebook, LinkedIn, and YouTube; the feature also messes up the hamburger menu of these sites.
Object.prototype.defineGetter() is now deprecated; may consider change it to Object.defineProperty().
After testing out spoofWindowSize a bit more, I found two issues with the current solution: