Remove (annoying) big image after the footer - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 7a8350e7ee8dfc0523513b3ce20f630a49241b4c
 (DIR) parent 50eb68b07eb23e31055f6f61c3e67216d0affe0a
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri, 12 Oct 2018 22:09:51 
       
       Remove (annoying) big image after the footer
       
       Diffstat:
        config/vimb/scripts.js |  6 ++++++
        1 files changed, 6 insertions(+), 0 deletions(-)
       ---
       diff -r 50eb68b07eb2 -r 7a8350e7ee8d config/vimb/scripts.js
       --- a/config/vimb/scripts.js    Thu Oct 11 23:27:40 2018 +0200
       +++ b/config/vimb/scripts.js    Fri Oct 12 22:09:51 2018 +0200
       @@ -36,6 +36,12 @@
                               e.remove();
                       });
               });
       +       ['img[src*="scorecardresearch.com"]'].forEach(function(c) {
       +               document.querySelectorAll(c).forEach(function(e) {
       +                       e.remove();
       +               });
       +       });
       +
        }
        
        // ==UserScript==