

// ==UserScript== | |
// @name Jira list refresh | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author You | |
// @match https://issues-solace.uk.cambridgeconsultants.com/ | |
// @grant none | |
// ==/UserScript== |
.aui-header { | |
background: goldenrod !important; | |
color: #000 !important; | |
} | |
.aui-header a.active, | |
.aui-header a:focus, | |
.aui-header a:hover, | |
.aui-header a:active { | |
background: hsla(0,0%,0%,.5) !important; |
{"lastUpload":"2023-01-09T10:08:24.724Z","extensionVersion":"v3.4.3"} |
// ==UserScript== | |
// @name Giphy markdown embed | |
// @namespace http://tampermonkey.net/ | |
// @version 0.4 | |
// @description Show markdown embed text for gifs | |
// @homepage https://gist.github.com/reynish/6c3a8121a93e9e05812e3918fbd5e0b9 | |
// @updateURL https://gist.githubusercontent.com/reynish/6c3a8121a93e9e05812e3918fbd5e0b9/raw/giphy-markdown-embed.user.js | |
// @downloadURL https://gist.githubusercontent.com/reynish/6c3a8121a93e9e05812e3918fbd5e0b9/raw/giphy-markdown-embed.user.js | |
// @author reynish | |
// @match https://giphy.com |
npm config set proxy http://proxy.company.com:8080 | |
npm config set https-proxy http://proxy.company.com:8080 |
const axios = require('axios'); | |
const http = require('http'); | |
const https = require('https'); | |
module.exports = axios.create({ | |
//60 sec timeout | |
timeout: 60000, | |
//keepAlive pools and reuses TCP connections, so it's faster | |
httpAgent: new http.Agent({ keepAlive: true }), |
image: node:10.8 | |
stages: | |
- build | |
cache: | |
paths: | |
- node_modules/ | |
before_script: |
I hereby claim:
To claim this, I am signing this object:
.sq.sq-main | |
.sq-inner.sq_red | |
.sq-inner.sq_green | |
.sq-inner.sq_blue |