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 Fast as fuck | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-03-13 | |
// @description Disables wait time on wiskunde-examens.nl | |
// @author Robijntje | |
// @match https://www.wiskunde-examens.nl/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=wiskunde-examens.nl | |
// @grant none | |
// ==/UserScript== |
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/python3 | |
import pygame | |
s = 80 | |
v = 5 | |
w = 50 | |
h = 300 | |
d = 40 |
OlderNewer