Skip to content

Instantly share code, notes, and snippets.

@Napolitain
Created May 8, 2017 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Napolitain/9283979a6cd1260729aaa9a7ddfd5e80 to your computer and use it in GitHub Desktop.
Save Napolitain/9283979a6cd1260729aaa9a7ddfd5e80 to your computer and use it in GitHub Desktop.
Kartable no login needed
// ==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()
})
@thimotedupuch
Copy link

Please it could be useful, how to use the
.js file ?

@Napolitain
Copy link
Author

Napolitain commented Dec 2, 2021

I used https://addons.mozilla.org/fr/firefox/addon/greasemonkey/ extension but this is also 5 years ago 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment