Skip to content

articles debloat by GreatFireDragon

Screenshot of articles debloat

Details

AuthorGreatFireDragon

LicenseNo License

Categoryfood.ru

Created

Updated

Size870 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Убирает всё лишнее с food.ru/articles/

  • реклама
  • сайдбары
  • читайте также

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           articles debloat
@namespace      food.ru
@version        1.0.0
@description    Убирает всё лишнее с food.ru/articles/
@author         GreatFireDragon
==/UserStyle== */

@-moz-document url-prefix("https://food.ru/articles/") {
  
	[class^="author_author_"],
	[class^="materialAdvInform"],
	#rate-or-share, #comments,
	[class*="page_tags__"],
	[class*="tags_tags_"],
	[class*="page_bannerContainer__"],
	[class*="page_readMoreTitle_"],
	[class*="cardsBlock_cards__"],
	[class*="page_readMore__"],
	[class*="AppDownloadBanner_wrapper__"],
	[class*="footer_footerWrapper__"],
	[class*="markup_foodruEmbed__"],
	[class*="rightsideBannersBlock_block__"],
	[class*="cookieNotice_wrapper__"],
	[class*="billboardBanner_wrapper__"],
	[class*="aside_wrapper__"]
		
	{
		display: none !important;
	}
}

Reviews

No reviews yet.