Skip to content

Instantly share code, notes, and snippets.

@jricardo27
Last active August 29, 2015 14:20
Show Gist options
  • Save jricardo27/09edf8e221f9a639c2e8 to your computer and use it in GitHub Desktop.
Save jricardo27/09edf8e221f9a639c2e8 to your computer and use it in GitHub Desktop.
Hostels.com cleaner
// ==UserScript==
// @name Hostels Cleaner
// @namespace jricardo27
// @include http://www.hostels.com/*
// @version 0.0.1
// @grant none
// ==/UserScript==
div = document.getElementById('fabLoader');
div.remove();
console.log('Loader screen removed');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment