aziz_diabolotest / Cauda_Test_mob

// ==UserScript==
// @name         Cauda_Test_mob
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://m.booking.com/
// @grant        none
// @copyright    2018, aziz_diabolotest (https://openuserjs.org/users/aziz_diabolotest)
// @license      MIT
// ==/UserScript==

   var _dblcmDomain = "https://mc1-entrypoint.engage.diabolocom.com";
   var _dblcmKey    = "f994f62bc078bc8fe89f491d9e235cbff5ee080b";

   (function() {
       var _d   = document.createElement("script");
       _d.type  = "text/javascript";
       _d.async = true;
       _d.src   = _dblcmDomain + "/chat.js?scenario=" + _dblcmKey;

       var _b = document.getElementsByTagName("body")[0];
       _b.appendChild(_d);
   })();