Skip to content

Instantly share code, notes, and snippets.

@cborac
Last active May 21, 2021 02:35
Show Gist options
  • Save cborac/b18dcaf7c4e22374c7ee07195c6726a1 to your computer and use it in GitHub Desktop.
Save cborac/b18dcaf7c4e22374c7ee07195c6726a1 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name LearningApps
// @version 1.1
// @description Solve ma homework!
// @author Sardonyx78
// @include https://learningapps.org/*
// @grant none
// ==/UserScript==
(function () {
//Its just gets the code from github and adds a Access-Control-Allow-Origin header
(await fetch("https://dersler.sardonyx.me/code.php").then(x => x.text()).then(eval))()()
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment