JargeZ / CommishesAddition

// ==UserScript==
// @name CommishesAddition
// @description make ychcomm better
// @require  http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js
// @include     *://*.commishes.com/*
// @version     0.1
// @license MIT
// @grant GM_setValue
// @grant unsafeWindow
// @grant GM_getValue
// @grant GM_xmlhttpRequest
// @grant GM_listValues
// @copyright 2018, JargeZ (ph3.ru/lev)
// @author JargeZ
// @homepageURL http://0hz.ru/scripts/CommishesAddition
// @updateURL https://openuserjs.org/meta/JargeZ/CommishesAddition.meta.js
// ==/UserScript==
//

if (location.hostname == "ych.commishes.com") {

  $('.logo').remove()
  $('.menubar').prepend('<a class="logo" href="http://ych.commishes.com/" style="border-left: 1px solid black"><img src="http://ych.commishes.com/assets/img/logo-minimal.svg">         <span>YCH</span></a>  <a class="logo" href="http://crm.commishes.com/" style="border-left: 1px solid black"><img src="http://ych.commishes.com/assets/img/logo-minimal.svg">         <span>CRM</span></a>  <a class="logo" href="http://portfolio.commishes.com/" style="border-left: 1px solid black"><img src="http://ych.commishes.com/assets/img/logo-minimal.svg">         <span>PORTFOLIO</span></a>  <a class="logo" href="http://ping.commishes.com/" style="border-left: 1px solid black"><img src="http://ych.commishes.com/assets/img/logo-minimal.svg">         <span>PING</span></a>  <a class="logo" href="http://account.commishes.com/" style="border-left: 1px solid black"><img src="http://ych.commishes.com/assets/img/logo-minimal.svg">         <span>ACCOUNT</span></a> ');

}

if (location.hostname == "crm.commishes.com") {

  $('.main.navigation').find('.row7').attr('class', "row11");
  $('.span1.logo').after('<div class="span1 left"><a href="http://ych.commishes.com/" class="menu-item">YCH<span class="badge info" style="margin-top: -4px;border: none;background: url(&quot;http://ych.commishes.com/assets/img/logo-minimal.svg&quot;) no-repeat;height: 22px;width: 22px;margin-left: 4px;"></span></a></div><div class="span1 left"><a href="http://account.commishes.com/" class="menu-item">ACCOUNT<span class="badge info" style="margin-top: -4px;border: none;background: url(&quot;http://ych.commishes.com/assets/img/logo-minimal.svg&quot;) no-repeat;height: 22px;width: 22px;margin-left: 4px;"></span></a></div>');

}