Last active
April 15, 2019 18:25
-
-
Save mardr/380e0bbb6c7c6341a2b320b11c918fe0 to your computer and use it in GitHub Desktop.
Przywraca wygląd strony transakcyjnej mbanku z przed liftingu. Do działania wymaga jednego z rozszerzeń do przeglądarki: np. Greasemonkey lub Tampermonkey.
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 mbank unlifting | |
// @description Przywraca wygląd strony transakcyjnej mbanku z przed liftingu | |
// @version 0.1 | |
// @grant none | |
// @author mardr | |
// @include https://online.mbank.pl/* | |
// ==/UserScript== | |
document.documentElement.classList.remove('lifting'); | |
document.body.classList.remove('lifting'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dawno mnie nie ucieszył tak drobny JS, chylę czoła! 👍