-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot zap, access or block elements in Microsoft Teams #2646
Comments
I won't be able to investigate since this requires an account. Probably a shadow root issue, duplicate of #2346. I will let you confirm it's the case, and if no feedback I will close as duplicate. |
By the way, did you try right-clicking over the element you want to filter, and select "Block in frame..."? |
Reporter can't right click on iframed chat box, MS has blocked the action of clicking above the field for adding a new message - so those willing to do so have to click very close to the field for writing a new message to the use context menu and the "block item in frame" option to work; so I opened picker in iframe:
In chat box I don't see usage shadow root/shadow DOM yet. There are two outputs:
|
Thanks for investigating @krystian3w. So I will close as invalid, since it was a matter of Block in frame.... The fact that the site prevent right-click on some element is not something to be solved here, and this should be a browser issue, for example Firefox allows to bypass sites eating right-clicks. |
A link to this Firefox novelty would be rather useful (search results are overflowing with methods like deactivating all JS which will whisk away Teams loading), if this is a separate WebExtension rather uninteresting to me, it could be ported for Chrome (as those already published are failing). And not to be outdone, there is an option in Chrome devtools to remove listeners - as someone has determined which MS has blocked clicking on 3/4 of the frame area without save as |
Shift right-click |
Prerequisites
I tried to reproduce the issue when...
Description
When using https://teams.microsoft.com/ in Chrome, whether in a tab or as a Chrome Progressive Web App (PWA), uBlock Origin can't access elements when trying to pick/zap/create rules. It seems to get stuck in some sort of IFRAME that has the content and it cannot see anything inside besides that, so only buttons on the left and this whole panel can be addressed, and I cannot block annoyances from this app.
I can see the elements if I use F12, and even if I type in the rule manually (such as block class whatever) into the picker, it doesn't delete the element on preview or create, so I guess it really can't access what's in there. Screenshot:
A specific URL where the issue occurs.
https://teams.microsoft.com/
Steps to Reproduce
Expected behavior
uBlock Origin should work in https://teams.microsoft.com/ as in any other website
Actual behavior
It cannot access most elements in https://teams.microsoft.com/
uBO version
1.49.2
Browser name and version
Google Chrome 112
Operating System and version
Debian GNU/Linux 11
The text was updated successfully, but these errors were encountered: