Facebook remove annoying video popup

Removes the video popup which is fucking annoying

// ==UserScript==
// @name            Facebook remove annoying video popup
// @namespace       Morten
// @description     Removes the video popup which is fucking annoying
// @include         *.facebook.com*
// @version         1.0
// ==/UserScript==

setInterval(function() {
    var elem = document.getElementsByClassName("_360g")[0];
    elem.parentElement.removeChild(elem);
}, 1000);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址