Skip to content

Instantly share code, notes, and snippets.

View zigiprimo's full-sized avatar
🖖
LLAP

Sameer Cooshna zigiprimo

🖖
LLAP
View GitHub Profile
#!/bin/bash
DIR="$HOME/bin"
cd /tmp
curl -s https://api.github.com/repos/cdr/code-server/releases/latest \
| grep "browser_download_url.\+linux-x86_64.tar.gz" \
| cut -d : -f 2,3 \
| tr -d \" \
@zigiprimo
zigiprimo / QImagery.js
Last active March 16, 2020 23:48
hide qimagery header - grease/tamper monkey script
// ==UserScript==
// @name qimagery-hide-banner
// @namespace http://www.zigiprimo.dev/
// @version 0.1
// @description Hiding the big banner for a more working space
// @author Sameer Cooshna
// @match https://qimagery.information.qld.gov.au/*
// @grant none
// ==/UserScript==