Hide Footer in Skype Web
Skype Web Hide Footer by muxueqz
Details
Authormuxueqz
LicenseCC0-1.0
Categoryweb.skype.com
Created
Updated
Size464 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Skype Web Hide Footer
@namespace USO Archive
@author waxepe9405@keshitv.com
@description Hide Footer in Skype Web
@version 20221031.11.35
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://web.skype.com/") {
body > div.app-container > div > div > div:nth-child(1) > div > div.css-1dbjc4n.r-13awgt0 > div > div > div:nth-child(2) {
display: none !important;
}
}