Skip to content

Instantly share code, notes, and snippets.

@maanimis
Created October 22, 2024 13:00
Show Gist options
  • Save maanimis/e4928a9909ca59d3455934e1cecaf5b2 to your computer and use it in GitHub Desktop.
Save maanimis/e4928a9909ca59d3455934e1cecaf5b2 to your computer and use it in GitHub Desktop.
Violentmonkey adblocker script for tradingview.com
// ==UserScript==
// @name tradingview.com
// @namespace Violentmonkey Scripts
// @match https://www.tradingview.com/chart/*
// @grant none
// @version 1.0
// @author -
// @description 12/26/2023, 6:05:47 PM
// ==/UserScript==
setInterval(()=>document.querySelectorAll('div[class*="overlap-manager-container"]').forEach(e=>e.remove(),2000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment