This file contains 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 Positive Physics CalculatorSoup embed | |
// @version 1.2 | |
// @description Embeds CalculatorSoup into Positive Physics | |
// @author ollinruiz | |
// @match https://www.positivephysics.org/lesson/physics/* | |
// @grant none | |
// @run-at document-end | |
// @updateURL https://gist.githubusercontent.com/rullinoiz/597e6dde063d281b097c963ebb3ca970/raw/3a56fc839d2d9536425224a770c1a98e0281e899/PositivePhysics.user.js | |
// @downloadURL https://gist.githubusercontent.com/rullinoiz/597e6dde063d281b097c963ebb3ca970/raw/3a56fc839d2d9536425224a770c1a98e0281e899/PositivePhysics.user.js |
This file contains 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 Positive Physics CalculatorSoup embed | |
// @version 1.1 | |
// @description Embeds CalculatorSoup into Positive Physics | |
// @author ollinruiz | |
// @match https://www.positivephysics.org/positiveskill* | |
// @grant none | |
// @run-at document-end | |
// @require https://code.jquery.com/jquery-3.6.0.js | |
// @require https://code.jquery.com/ui/1.13.1/jquery-ui.js |
This file contains 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
javascript:(function(){let script = document.createElement("script"); | |
script.src = "data:text/javascript;base64,KGZ1bmN0aW9uKCkgewogICAgbGV0IHNjcmlwdCA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyAKICAgIHNjcmlwdC5zcmM9Imh0dHBzOi8vY2RuLmpzZGVsaXZyLm5ldC9ucG0vZXJ1ZGEiOyAKICAgIGRvY3VtZW50LmJvZHkuYXBwZW5kQ2hpbGQoc2NyaXB0KTsgCiAgICBzY3JpcHQub25sb2FkID0gZnVuY3Rpb24gKCkgeyBlcnVkYS5pbml0KCkgfSAKfSkoKTs="; | |
document.body.appendChild(script);})(); | |
result = ""; | |
completion(result); |