marowriteme / BCOM

// ==UserScript==
// @name         BCOM
// @namespace    http://adriatic.partners/dyn/userscripts/bcom
// @version      0.1
// @description  BCOM tests
// @author       Marowriteme
// @match        https://admin.booking.com/hotel/hoteladmin/extranet_ng/manage/search_reservations.html?*
// @require      https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js
// @grant        none
// ==/UserScript==

$(function(){
    $("div.col-md-6.col-sm-6.reservation_block.cancelled").remove();
    $(".cancelled").remove();
});