A new userstyle with no ads
Yello & Blue, No ads by javoza
Details
Authorjavoza
LicenseNo License
Categoryhttps://www.ldoceonline.com/
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 04/08/2023, 16:48:28
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/* Insert code here... */
}/* ==UserStyle==
@name Longman Dictionary With No Ads
@namespace USO Archive
@author Masoud Amjadi
@description Removes All Ads from Longman Online Dictionary
@version 20230104.22.02
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.ldoceonline.com"), domain("www.ldoceonline.com"){
.topslot-container,
#ad_btmslot,
#ad_rightslot,
#rightslot2-container,
#ad_contentslot_1,
.share_panel,
.right_box.exercises,
.impactify-player-container,
#pD2ylr {
display: none;
}
h1.pagetitle {
display: none;
}
#ad_leftslot_container {
display: none;
}
div.header {
margin-bottom: 20px;
background: #212121;
}
.responsive_cell2 .right_col {
margin-top: 0;
}
.ldoceEntry .SIGNPOST {
font-size: 70;
padding: 2px 5px;
}
.dictionary_intro, .topic_intro, span.box_title
{
border-radius: 5px;
padding: 5px 10px 4px !important;
}
.browse_panel {
background: rgba(0, 0, 0, 0.03);
border-radius: 5px;
}
}