LinkedIn Redirect to Google Cache

Redirects all pages under a domain+subdomains (currently LinkedIn) to Google Cache. Not really tested. Will break LinkedIn. Probably don't install.

// ==UserScript==
// @name        LinkedIn Redirect to Google Cache
// @description Redirects all pages under a domain+subdomains (currently LinkedIn) to Google Cache. Not really tested. Will break LinkedIn. Probably don't install.
// @namespace   jimbo1qaz
// @include     /^https?://(?:[a-zA-Z0-9\-]+\.)*linkedin\.com\//
// @version     1
// @grant       none
// @run-at      document-start
// ==/UserScript==
// @run-at      document-start
// @run-at      document-end
// @run-at      document-idle

document.location = 'https://webcache.googleusercontent.com/search?q=cache:' + document.location;

QingJ © 2025

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