NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name SteamGifts High LvL Link // @namespace SGHLL // @version 1.0.2 // @include https://www.steamgifts.com/* // @grant none // ==/UserScript== var min_lvl = 5; // МИНИМАЛЬНЫЙ УРОВЕНЬ var max_lvl = 8; // МАКСИМАЛЬНЫЙ УРОВЕНЬ $('.nav__left-container').append("<div class='nav__button-container sghll_container'><a class=nav__button sghll_button' href='/giveaways/search?page=1&level_min=" + min_lvl + "&level_max="+ max_lvl+ "'>Раздачи на " + min_lvl + "-" + max_lvl + " уровень</a></div>");