cs481-ekh / s24-gone-phishin

https://cs481-ekh.github.io/s24-gone-phishin/
MIT License
1 stars 0 forks source link

Research Message Header accessibility #196

Closed kdoster closed 2 months ago

kdoster commented 2 months ago

References #192

Definition of Done

Research the possibility of accessing the header and if it can be scanned for the extension.

Subpoened-peon commented 2 months ago

[t:20] Message header is easily accessible. To access the displayed name of the sender just use document.query selector('gD') and to access the actual email address of the sender you would query the 'go' class.