Skip to content

Commit

Permalink
Update "Messenger for Windows" CSS selectors (#2058)
Browse files Browse the repository at this point in the history
Update the "Messenger for Windows" CSS selector
  • Loading branch information
mquevill authored Sep 11, 2023
1 parent 659a962 commit e3f28b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,14 @@ html.private-mode .gvxzyvdx.aeinzg81.t7p7dqev.gh25dzvf.rse6dlih.ocv3nf92.nfkogya

/* Hide the "Messenger App for Mac/Windows" banner in chat list */
.rq0escxv.l9j0dhe7.du4w35lb.j83agx80.rj1gh0hx.g5gj957u.hpfvmrgz.i1fnvgqd.bp9cbjyn.owycx6da.btwxx1t3.usczdcwk.iihba337.p8dawk7l.jb3vyjys.gl4o1x5y.qt6c0cv9.lt9micmv.kb5gq1qc.g0mhvs5p,
.os-win32 .rq0escxv.l9j0dhe7.du4w35lb.j83agx80.g5gj957u.rj1gh0hx.buofh1pr.hpfvmrgz.i1fnvgqd.bp9cbjyn.owycx6da.btwxx1t3.s9xz0pwp.c4m0enpj.rl78xhln.srn514ro.sn0e7ne5.f6rbj1fe.l3ldwz01,
.bdao358l.om3e55n1.g4tp4svg.alzwoclg.jg3vgc78.i15ihif8.aeinzg81.sl27f92c.i85zmo3j.sr926ui1.jl2a5g8c.sn0e7ne5.f6rbj1fe.l3ldwz01.srn514ro.s9xz0pwp.rl78xhln.c4m0enpj.c7y9u1f0.f5ap8yob {
.bdao358l.om3e55n1.g4tp4svg.alzwoclg.jg3vgc78.i15ihif8.aeinzg81.sl27f92c.i85zmo3j.sr926ui1.jl2a5g8c.sn0e7ne5.f6rbj1fe.l3ldwz01.srn514ro.s9xz0pwp.rl78xhln.c4m0enpj.c7y9u1f0.f5ap8yob,
.os-win32 .x9f619.x1n2onr6.x1ja2u2z.x78zum5.x1r8uery.xs83m0k.xeuugli.x1qughib.x6s0dn4.xozqiw3.x1q0g3np.xb756pt.x1c4vz4f.xt55aet.xexx8yu.xc73u3c.x18d9i69.x5ib6vp.x1lku1pv.x12nzpgo {
display: none;
}
/* Hide the "Messenger for Mac/Windows" menu item and separator in Messenger settings */
.tojvnm2t.a6sixzi8.k5wvi7nf.q3lfd5jv.pk4s997a.bipmatt0.cebpdrjk.qowsmv63.owwhemhu.dp1hu0rb.dhp61c6y.l9j0dhe7.iyyx5f41.a8s20v7p > hr:nth-of-type(4),
.tojvnm2t.a6sixzi8.k5wvi7nf.q3lfd5jv.pk4s997a.bipmatt0.cebpdrjk.qowsmv63.owwhemhu.dp1hu0rb.dhp61c6y.l9j0dhe7.iyyx5f41.a8s20v7p > a:nth-of-type(6) {
.tojvnm2t.a6sixzi8.k5wvi7nf.q3lfd5jv.pk4s997a.bipmatt0.cebpdrjk.qowsmv63.owwhemhu.dp1hu0rb.dhp61c6y.l9j0dhe7.iyyx5f41.a8s20v7p > a:nth-of-type(6),
.os-win32 .x4k7w5x.x1h91t0o.x1beo9mf.xaigb6o.x12ejxvf.x3igimt.xarpa2k.xedcshv.x1lytzrv.x1t2pt76.x7ja8zs.x1n2onr6.x1qrby5j.x1jfb8zj > div > div > a:nth-of-type(1) {
display: none;
}

Expand Down

0 comments on commit e3f28b5

Please sign in to comment.