Skip to content

Instantly share code, notes, and snippets.

@isaiahtaylor
Created September 2, 2022 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaiahtaylor/e623725ca04af1662c54f6e69a50347f to your computer and use it in GitHub Desktop.
Save isaiahtaylor/e623725ca04af1662c54f6e69a50347f to your computer and use it in GitHub Desktop.
Get unhacked SurfingKeys

Here's how to get SurfingKeys back, unhacked

  • Clone:
git clone https://github.com/brookhong/Surfingkeys.git
cd Surfingkeys
git checkout 83721a81a21fe1527d269c91b93ca28c42598e69 # last known safe commit
git branch SAFE # make a new branch at this point
git checkout SAFE
npm i && npm run build:prod
  • Open Chrome. Go to chrome://extensions
  • Enable "Developer Mode" in the top right.
  • Click "Load Unpacked"
  • Select <path to your repo>/dist/production/chrome

You might see an error about Neovim and manifest version 2, but it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment