This file contains 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
<TaskerData sr="" dvi="1" tv="5.0u7m"> | |
<Task sr="task71"> | |
<cdate>1519374941058</cdate> | |
<edate>1519519907982</edate> | |
<id>71</id> | |
<nme>Demo</nme> | |
<pri>100</pri> | |
<Action sr="act0" ve="7"> | |
<code>547</code> | |
<Str sr="arg0" ve="3">%url</Str> |
This file contains 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
--- ./nodered-contrib-signal-client/src/signal-client.html.orig 2021-03-03 18:02:33.441455002 +0100 | |
+++ ./nodered-contrib-signal-client/src/signal-client.html 2021-03-03 18:25:22.420362403 +0100 | |
@@ -95,6 +95,7 @@ | |
defaults: { | |
server: { value: "", type: "remote-server" }, | |
account: { value: "", type: "account" }, | |
+ captcha: { value: "", required: false }, | |
name: { value: "", required: false }, | |
}, | |
inputs: 0, |
This file contains 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 Disable Jira Click Edit | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Disable click edit in Jira issue descriptions | |
// @author fanuch | |
// @match https://*.atlassian.net/browse/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=atlassian.net | |
// @grant none | |
// ==/UserScript== |