Advertisement
Dzhubal

Untitled

May 12th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. switch (location.host) {
  2.     case 'sushi-lover.ru':
  3.         if (location.pathname.indexOf('/trening_writing/')==-1 &&
  4.             location.pathname.indexOf('/trening/')==-1 &&
  5.             location.pathname.indexOf('/corporate/')==-1) {
  6.             carrotquest.removeChat();
  7.         };
  8.         break;
  9.     case 'super-zakupka.ru': case 'koronavirus-novosti.pro':
  10.         carrotquest.removeChat();
  11.         break;
  12.     default: break;
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement