@@ -71,21 +71,19 @@ function addCloak(sfw, f, fsize, u, bg, text, table, link, bold, o1, o2, collaps
7171 magic += " .ytp-gradient-top, .ytp-gradient-bottom { display: none !important; } " ; // improve embedded youtube display
7272 magic += " .ytp-chrome-top, .ytp-title, .ytp-title *, .ytp-chrome-bottom[style], .ytp-chrome-bottom * { background-color: transparent !important; } " ; // improve embedded youtube display
7373 magic += " .ytp-play-button:not(.ytp-play-button-playlist)::before, .ytp-fullscreen-button::after { display: none !important; } " ; // improve embedded youtube display
74+ magic += " .like-button-renderer-like-button:before, .like-button-renderer-dislike-button:before, .yt-high-contrast-mode-white .yt-uix-button-subscribe-branded:before { content: '' !important; } " ;
7475 }
7576 else if ( curlocation . match ( / ^ h t t p s ? : \/ \/ w w w \. i n s t a g r a m \. c o m \/ / i) ) {
7677 magic += " ._ovg3g, ._njmhc { position: initial !important; } ._sppa1 { display: none !important; } " ;
7778 }
78- else if ( curlocation . match ( / ^ h t t p s ? : \/ \/ w w w \. y o u t u b e \. c o m \/ / i) ) {
79- magic += " .like-button-renderer-like-button:before, .like-button-renderer-dislike-button:before, .yt-high-contrast-mode-white .yt-uix-button-subscribe-branded:before { content: '' !important; } " ;
80- }
8179 else if ( curlocation . match ( / ^ h t t p s ? : \/ \/ w e b \. w h a t s a p p \. c o m \/ / i) ) {
8280 magic += " .message-in { float: none !important; } " ; // fix incoming message display
8381 magic += " .msg { clear: both !important; } " ; // fix outgoing message display
8482 magic += " .message-meta { position: initial !important; } " ; // fix message timestamping
8583 magic += ' .bubble { border: 1px dotted #' + table + ' !important; } ' ; // distinguish bubbles
8684 magic += ' .drawer-manager, .drawer-manager > .pane { background-color: transparent !important; } ' ; // fix white screen bug
8785 magic += ' .context.context-out { background: transparent !important; } ' ; // hide message options green gradient
88- magic += ' .tail. message-out { display: none !important; } ' ; // hide message out tail
86+ magic += ' .message-out .tail-container { display: none !important; } ' ; // hide message out tail
8987 if ( sfw == 'SFW' || sfw == 'SFW1' || sfw == 'SFW2' ) {
9088 magic += ' .intro-image { opacity: ' + o1 + ' !important; } .intro-image:hover { opacity: ' + o2 + ' !important; } ' ; // add cloak support for welcome graphic
9189 magic += ' .icon { opacity: ' + o1 + ' !important; } .icon:hover { opacity: ' + o2 + ' !important; } ' ; // add cloak support for welcome graphic
0 commit comments