fishclips / Fishtank Scanline remover

// ==UserScript==
// @name        Fishtank Scanline remover
// @namespace   app.web.fishclips
// @match       https://www.fishtank.live/*
// @grant       none
// @version     0.1
// @author      @FishClipsWebApp
// @license     MIT
// @description Removes scanlines from Fishtank cams. Brought to you by fishclips.web.app: the Fishtank history Database.
// @require https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
// ==/UserScript==

(function(){
  'use-strict';
  console.log("https://fishclips.web.app");
  document.styleSheets[0].insertRule('body:after{ background-image: none !important; }');
})();

//Yeah it's that simple lmao