A Pen by Yuriy Bachevskiy on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AutoCompleterForRedmine | |
// @version 0.5 | |
// @description Complete task in Redmine | |
// @author YuriyB | |
// @match http://ic-engine.ru/issues/* | |
// @run-at document-body | |
// ==/UserScript== | |
// объявлем нужные переменные |
OlderNewer