Loads random css
-
I noticed that the plugin loads some CSS at the end of the post page and this CSS is the news agency’s station media crawler that reads the post content with this CSS code too.
This is the code that it reads in:`
.ssba {}.ssba img {
width: 35px !important;
padding: 6px;
border: 0;
box-shadow: none !important;
display: inline !important;
vertical-align: middle;
box-sizing: unset;
}.ssba-classic-2 .ssbp-text {
display: none !important;
}.ssba .fb-save {
padding: 6px;
line-height: 30px;
}
.ssba,
.ssba a {
text-decoration: none;
background: none;font-size: 12px;
font-weight: normal;
}
#ssba-bar-2 .ssbp-bar-list {
max-width: 48px !important;
;
}#ssba-bar-2 .ssbp-bar-list li a {
height: 48px !important;
width: 48px !important;
}#ssba-bar-2 .ssbp-bar-list li a:hover {}
#ssba-bar-2 .ssbp-bar-list li a::before {
line-height: 48px !important;
;
font-size: 18px;
}#ssba-bar-2 .ssbp-bar-list li a:hover::before {}
#ssba-bar-2 .ssbp-bar-list li {
margin: 0px 0 !important;
}@media only screen and (max-width: 750px) {
#ssba-bar-2 {
display: block;
}
}@font-face {
font-family: ‘ssbp’;
src: url(‘https://nacionalaapvieniba.lv/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.eot?xj3ol1’);
src: url(‘https://nacionalaapvieniba.lv/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.eot?#iefixxj3ol1′) format(’embedded-opentype’),
url(‘https://nacionalaapvieniba.lv/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.woff?xj3ol1’) format(‘woff’),
url(‘https://nacionalaapvieniba.lv/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.ttf?xj3ol1’) format(‘truetype’),
url(‘https://nacionalaapvieniba.lv/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.svg?xj3ol1#ssbp’) format(‘svg’);
font-weight: normal;
font-style: normal;/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;And this code is crawled from a news agency and later added to our email reports about our posts that have been posted on news websites. Is there a way to hide or disable this CSS?
The topic ‘Loads random css’ is closed to new replies.