diff options
-rw-r--r-- | src/thestreet-com-fix/street.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thestreet-com-fix/street.js b/src/thestreet-com-fix/street.js index f568e11..68e4743 100644 --- a/src/thestreet-com-fix/street.js +++ b/src/thestreet-com-fix/street.js @@ -44,7 +44,7 @@ could include the "srcset" attribute and get the same information). */ // remove blank advertisement banners that obscure the screen -[...document.getElementsByClassName("m-balloon-header--ad is-active has-legacy-nav is-below-header-ad")].forEach(function(element){element.remove();}); +[...document.getElementsByClassName("m-balloon-header--ad is-below-header-ad")].forEach(function(element){element.remove();}); [...document.getElementsByClassName("m-fixedbottom-ad--container")].forEach(function(element){element.remove();}); // show images |