Created
May 8, 2017 12:04
-
-
Save Napolitain/9283979a6cd1260729aaa9a7ddfd5e80 to your computer and use it in GitHub Desktop.
Kartable no login needed
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 Kartable Login Bypass | |
// @namespace www.kartable.fr | |
// @version 1 | |
// @grant none | |
// @include https://www.kartable.fr/* | |
// ==/UserScript== | |
document.addEventListener('click', function(event) { | |
document.querySelector('push-more-content').remove() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used https://addons.mozilla.org/fr/firefox/addon/greasemonkey/ extension but this is also 5 years ago 😁