Remove medium Bar

Remove top and bottom bars in medium.com blogs

// ==UserScript==
// @name     Remove medium Bar
// @version  1
// @grant    none
// @include https://medium.com/*
// @description Remove top and bottom bars in medium.com blogs
// @namespace https://gf.qytechs.cn/users/245076
// ==/UserScript==

document.getElementsByClassName("metabar")[0].remove();
for (x of document.getElementsByClassName("js-stickyFooter")){x.remove();}

QingJ © 2025

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