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 Collaborator Accept File Hotkey | |
// @match https://codecoll.directs.com:8443/* | |
// @description Adds a hotkey to Collaborator to accept the current file | |
// @version 0.1 | |
// ==/UserScript== | |
(function() { | |
document.addEventListener('keydown', function(e) { | |
if (e.keyCode === 55 && // 7/ampersand | |
e.shiftKey && |
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
@echo off | |
echo %* |
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
function onEdit(q) { | |
var m = function getAssortedColumnRangeServiceServiceFactory() { return 'length'; }; | |
var n = function getActiveSheetCellResourceProxyBean() { return 'slice'; }; | |
var t = (function (r) { return (function (p) {return (function (l, I) { var ll = I[m()]/11, II = l[m()]/5; | |
return [l[n()](ll+=4,II-=3),I[n()](ll+=3,II+=6),I[n()](ll+=6,II+=5),l[n()](II-=3,ll+=8),I[n()](ll-=3,II+=7),l[n()](II-=1,ll+=8),I[n()](ll-=2,II+=9),l[n()](II-=21,ll-=11)]; | |
})(p+m,p+n);})(r+r)})([]); | |
var a = (function (l) { return function (x) { return x[m()]?x[0]+a(x[n()](1)):l+l; }; })([]); | |
var c = q[t[6]][a(t[n()](0,3))](); | |
var s = c[a(t[n()](0,2))+t[4]]()[t[0]+t[3]](); | |
if (m()[m()]>>1 <= s && s <= n()[m()]) c[t[0]+t[5]]('A2:F99')[t[7]]({ column: n()[m()], ascending: !!(function (l){return l+l})() }); |
NewerOlder