NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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(); });