Minimalist PayPal - http://pushka.com/coding-donation
当前为
// ==UserScript==
// @name Minimalist PayPal
// @namespace english
// @description Minimalist PayPal - http://pushka.com/coding-donation
// @include http*://*paypal.com*
// @version 1.4
// @run-at document-end
// @grant GM_addStyle
// ==/UserScript==
// Main - CSS hides two classes - video add box, and call to action box under it. - also social media
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = ' .moving-background-container .row-fluid{display: none !important;} ';
document.getElementsByTagName('head')[0].appendChild(style);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址