Last active
October 21, 2019 12:46
-
-
Save phts/8a89214b1a19e165ce24 to your computer and use it in GitHub Desktop.
Remove ads and pther redundant stuff from booking.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Clean up booking.com | |
@description Remove ads and pther redundant stuff from booking.com | |
@namespace https://github.com/phts/ | |
@version 1.0.2 | |
==/UserStyle== */ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("booking.com") { | |
/** Index */ | |
/* "Только что забронировано" */ | |
#activity_stream_box { | |
display: none; | |
} | |
/* "Бронируйте сейчас, платите во время проживания!" */ | |
.oneusp.usp_tick2.top { | |
display: none; | |
} | |
/* Список городов */ | |
#top-destinations-block { | |
display: none; | |
} | |
/* "Наши любимые направления" */ | |
#oesdestinations_block { | |
display: none; | |
} | |
/* "Узнайте больше" */ | |
.discover-b-index { | |
display: none; | |
} | |
/* "Вы еще планируете поездку по этому направлению?" */ | |
#home_featured_destinations { | |
display: none; | |
} | |
/* "В чем преимущества Booking.com?" */ | |
.lp_index_usp_new_badges_wrapper { | |
display: none; | |
} | |
/* "Новые предложения каждый день!" */ | |
#searchform-subscribe-box { | |
display: none; | |
} | |
/** Searchresults */ | |
/* Самое недавнее бронирование */ | |
.lastbooking.jq_tooltip { | |
display: none; | |
} | |
/** Show */ | |
/* Ревью на карусели */ | |
.reviews-carousel { | |
display: none; | |
} | |
/* "Мы нашли другие варианты размещения" */ | |
#althotels-wrapper { | |
display: none !important; | |
} | |
/* "Вам также могут понравиться" */ | |
.similar_alternative_hotels { | |
display: none; | |
} | |
/** Common */ | |
/* Уведомления */ | |
.notice-wrap { | |
display: none; | |
} | |
/* "В чем преимущества Booking.com?" */ | |
#sidebar_usp_box { | |
display: none; | |
} | |
/* "Получите скидку до 50% на свою следующую поездку" */ | |
.emk_footer_update { | |
display: none; | |
} | |
/* "Загрузите БЕСПЛАТНОЕ приложение Booking.com" */ | |
.get_app_footer { | |
display: none; | |
} | |
/* "Booking.com, сайт №1 для поиска вариантов размещения" */ | |
#sr_external_proof { | |
display: none; | |
} | |
/* "Не знаете, куда отправиться в следующий раз?" */ | |
#x_sr_compset { | |
display: none !important; | |
} | |
/* Pop up */ | |
.sr-filter-popup-wrap { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, nice work! I've built a similar style that removes this and a bunch more redundant stuff from booking.com https://github.com/00d/declutter-booking.com