Skip to content

Instantly share code, notes, and snippets.

@JKamsker
Created February 13, 2021 20:33
Show Gist options
  • Select an option

  • Save JKamsker/d451949cfde1e7eb11e46782724691c1 to your computer and use it in GitHub Desktop.

Select an option

Save JKamsker/d451949cfde1e7eb11e46782724691c1 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.iboys.at/search/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
$('.blur').removeClass('blur');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment