Remove twitch embed on fextralife

14/3/2023 12:48:51

  1. // ==UserScript==
  2. // @name Remove twitch embed on fextralife
  3. // @namespace Violentmonkey Scripts
  4. // @match https://*.wiki.fextralife.com/*
  5. // @grant none
  6. // @version 1.0
  7. // @author geco
  8. // @description 14/3/2023 12:48:51
  9. // @license MIT
  10. // ==/UserScript==
  11. document.getElementById("sidebar-wrapper").remove();
  12. document.getElementById("wrapper").style.paddingLeft = "0px";