Remove PayPal Homepage Images

Remove PayPal Homepage Images -- http://pushka.com/coding-donation

当前为 2015-05-08 提交的版本,查看 最新版本

// ==UserScript==
// @name        Remove PayPal Homepage Images
// @namespace   english
// @description Remove PayPal Homepage Images --  http://pushka.com/coding-donation
// @include     http*://*paypal.com/au/webapps/mpp/home
// @include     http*://*paypal.com/au/webapps/mpp/home/
// @version     1.0
// @run-at document-start
// @grant       GM_addStyle

// ==/UserScript==
// Main - Reddit The Button Show Cheaters

/*search for breaks in code - error at bottom - 
 #deviant {  background: #E7E7E7 !important;}   
*/

var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '     .row-fluid{display:none;}.moving-background-container {  background-color: #FFF;}#fixed-top{height:200px !important;}    '; /*END*/

document.getElementsByTagName('head')[0].appendChild(style);

QingJ © 2025

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