Skip to content

Instantly share code, notes, and snippets.

View maxwellainatchi's full-sized avatar

Max Ainatchi maxwellainatchi

View GitHub Profile
@maxwellainatchi
maxwellainatchi / LICENSE.md
Last active February 3, 2021 05:09
Random Galaxy Game

MIT License

Copyright (c) 2020 Maxwell Ainatchi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

@maxwellainatchi
maxwellainatchi / trello-md-code-highlight.user.js
Created September 6, 2019 18:04 — forked from AsyncWizard/trello-md-code-highlight.js
Trello markdown code syntax highlight.
// ==UserScript==
// @name Trello Syntax Highlight
// @namespace https://gist.github.com/AsyncWizard
// @version 0.1
// @description try to take over the world!
// @author AsyncWizard
// @require https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js
// @resource https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/github.min.css
// @match https://trello.com/*
// @grant none