Skip to content

Убрать кнопку PLUS Яндекс Remove PLUS buton Yandex by f0xss

Details

Authorf0xss

LicenseNO-REDISTRIBUTION

Categoryyandex

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Простой код, который удалит отображение кнопки Плюс на всех страницах Яндекса.Пишите фидбэк, если на какой-то странице кнопка не удаляется, поправлю.Simple code, which remove pesky "Plus button" from Yandex sites.Please, write to me about some bugs.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Убрать кнопку PLUS Яндекс Remove PLUS buton Yandex
@namespace      USO Archive
@author         Anton Kiselev
@description    `Простой код, который удалит отображение кнопки Плюс на всех страницах Яндекса.Пишите фидбэк, если на какой-то странице кнопка не удаляется, поправлю.Simple code, which remove pesky "Plus button" from Yandex sites.Please, write to me about some bugs.`
@version        20180924.13.3
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("yandex.ru"), domain("yandex.ua"), domain("yandex.by"), domain("yandex.kz"), domain("yandex.com"), domain("yandex.tr"), domain("yandex.net"), domain("yastatic.net"), regexp("https?://([^.]+.)?yandex.(..|com(.tr)?).*"), regexp("http?://([^.]+.)?yandex.(..|com(.tr)?).*") {
.yaplus.i-bem.yaplus_js_inited { display:none !important; }
.yabrowser-promo__icon { display:none !important; }
.yaplus__badge { display:none !important; }
.yaplus__link.link { display:none !important; }
.pluso-more { display:none !important; }
.MessageBox_view_promo {display: none;}
}

Reviews

No reviews yet.