Skip to content

Instantly share code, notes, and snippets.

View ktomk's full-sized avatar

Tom Klingenberg ktomk

  • lastflood GmbH (et al.)
View GitHub Profile
@ktomk
ktomk / bitbucket_load_all_diffs.js
Created October 1, 2019 14:13 — forked from asev/bitbucket_load_all_diffs.js
Bitbucket load all diffs in pull request
/* Add this line to bookmarks and use when you see
* "Oops! You've got a lot of code in this diff and it couldn't load with the page."
* on a pull request at Bitbucket.
*/
javascript:(function(){[].forEach.call(document.querySelectorAll(".load-diff"),function(a){a.click()})})();
@ktomk
ktomk / download.sh
Last active November 4, 2015 22:19 — forked from tkn98/download.sh
download job for not yet mirrored magento installs
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
wget -nc https://github.com/OpenMage/magento-mirror/archive/1.9.1.1.zip
wget -nc https://github.com/OpenMage/magento-mirror/archive/1.9.1.0.zip
wget -nc https://github.com/OpenMage/magento-mirror/archive/1.9.0.1.zip
wget -nc https://github.com/OpenMage/magento-mirror/archive/1.8.1.0.zip
wget -nc https://github.com/ktomk/magento-mirror/archive/1.8.0.0.zip
wget -nc https://github.com/OpenMage/magento-mirror/archive/1.9.1.1.tar.gz