SpecialZee

Specials Map HotLink

  1. // ==UserScript==
  2. // @name SpecialZee
  3. // @namespace SpecialZee
  4. // @description Specials Map HotLink
  5. // @include https://www.munzee.com/*
  6. // @version 1
  7. // @grant none
  8. // ==/UserScript==
  9. // Top menu
  10. $('.navbar-right').append(' <li class="nav-short tooltip-helper" data-toggle="tooltip" data-placement="bottom" title="Specials"><a href="/specials/"><i class="fa fa-drupal"></i><span class="visible-xs">Specials</span></a></li>');
  11. // EOF Top menu