This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
### | |
# This script will patch the IntelliJ Copilot plugin to work with any version of IntelliJ IDEs. | |
# - Download the latest plugin from https://plugins.jetbrains.com/plugin/17718-github-copilot/versions/stable | |
# - Run ./this-script.sh <path-to-plugin-jar (or zip)> | |
# Example: ./this-script.sh github-copilot-intellij-1.0.0.jar | |
# - The patched plugin will be located at ./copilot-plugin/github-copilot-intellij-1.0.0.jar. | |
### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Console Cats | |
// @iconURL https://cataas.com/cat?width=32&height=32 | |
// @version 0.4 | |
// @description Gives you cats in the console | |
// @author https://github.com/EdieLemoine | |
// @match *://*/* | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/EdieLemoine/4a2e8bccb8bacf679df3afbdde6e8023/raw/console-cats.js | |
// @updateURL https://gist.githubusercontent.com/EdieLemoine/4a2e8bccb8bacf679df3afbdde6e8023/raw/console-cats.js |