Skip to content

Instantly share code, notes, and snippets.

View gliwka's full-sized avatar
:shipit:

Matthias Gliwka gliwka

:shipit:
  • Germany
  • 17:35 (UTC +02:00)
View GitHub Profile
#!/bin/bash
echo "Usage: $0 <chrome-extension-id>"
echo "To use the extension, make sure to enable the developer tools in Safari"
echo "Also enable Developers -> Allow unsigned extensions (at the bottom of the Menu)"
echo "Good luck and have fun!"
set -euxo pipefail
rm -rf ~/.extensions/$1
mkdir -p ~/.extensions/$1/safari ~/.extensions/$1/chrome

Keybase proof

I hereby claim:

  • I am gliwka on github.
  • I am gliwka (https://keybase.io/gliwka) on keybase.
  • I have a public key ASCpyBjnYrDcI1gfiuIrptgV-YJUN1g45O4uARH39I0rdwo

To claim this, I am signing this object:

image: docker:latest
services:
- docker:dind
stages:
- build
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY