Skip to content

Instantly share code, notes, and snippets.

@flohw
Created January 30, 2024 15:39
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 flohw/2e39c52c591d1f7e5690a29df307be1e to your computer and use it in GitHub Desktop.
Save flohw/2e39c52c591d1f7e5690a29df307be1e to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name New script - evasionmoto34.com
// @namespace Violentmonkey Scripts
// @match https://forum.evasionmoto34.com/
// @grant none
// @version 1.0
// @author -
// @description 08/02/2021 à 10:07:59
// ==/UserScript==
document.querySelector('[data-categoryid="22"]').style.display = 'none';
document.querySelector('[data-categoryid="2"]').style.display = 'none';
document.querySelector('[data-forumid="42"]').style.display = 'none';
document.querySelector('[data-forumid="59"]').style.display = 'none';
const announcements = document.querySelector('.cAnnouncements');
announcements && announcements.remove();
document.querySelector('#elLogo').innerHTML = '';
document.querySelector('#elLogo').style.height = 'auto';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment