Greasy Fork is available in English.

Hide HackForums Logo

Hides the HackForums Logo

  1. // ==UserScript==
  2. // @name Hide HackForums Logo
  3. // @include *hackforums.net/*
  4. // @description Hides the HackForums Logo
  5. // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
  6. // @grant GM_addStyle
  7. // @version 0.0.1.20160930202737
  8. // @namespace https://greatest.deepsurf.us/users/24272
  9. // ==/UserScript==
  10.  
  11. $('.logo').hide();