您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove PayPal Homepage Images -- http://pushka.com/coding-donation
Note: Some script extensions block this script
This script affects PayPal - which is usually a bad thing since PayPal pertains to money and bank accounts. In general, never allow any script to access PayPal - since the Javascript could do bad things.
My code is extremely simple - you can see it below and by checking this script's source code - pretty much made by me for my own personal use.
This script only affects the page paypal.com/au/webapps/mpp/home/ - no other pages.
You may need to add PayPal onto the white list on Tampermonkey:
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);
Original Style
My name is Pushka Gib'en [G+], and I work in web development, programming and graphic design.
I also make YouTube videos/ Play music
Pushka.com - Personal Website - Pushka Gib'en
- - - - -
Restyle The Web on Chrome
Pushka's Scripts
You can sync through Tampermonkey, Greasy Fork and Chrome Sync
Fund Raising for my I.T. Creations
Donate through PayPal/ pledgie.com
Donate through flattr.com
- - - - -