Last active
May 21, 2021 02:35
-
-
Save cborac/b18dcaf7c4e22374c7ee07195c6726a1 to your computer and use it in GitHub Desktop.
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 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