Paypal skip homepage

Skips the home page and goes straight to the login page

目前为 2018-10-03 提交的版本。查看 最新版本

// ==UserScript==
// @name        Paypal skip homepage
// @namespace   paypal_jump_to_login
// @description Skips the home page and goes straight to the login page
// @include     https://www.paypal.com/*/home
// @version     0.1
// @grant       none
// ==/UserScript==

document.location = 'https://www.paypal.com/signin?country.x=US&locale.x=en_US';

QingJ © 2025

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