2024-11-17 20:38:11 +00:00
|
|
|
// ==UserScript==
|
|
|
|
// @name matemaks
|
|
|
|
// @match *://www.matemaks.pl/*
|
|
|
|
// @grant none
|
2024-11-21 14:39:22 +00:00
|
|
|
// @author etenie
|
2024-11-17 20:38:11 +00:00
|
|
|
// ==/UserScript==
|
|
|
|
|
|
|
|
Object.defineProperty(window, 'premium', { value: true });
|