返回首頁 

讨论»创建请求

NSFW create a redirector for pornhubpremium.com

发表于:2016-12-06

NSFW create a redirector for pornhubpremium.com

make a re director so all porn hub links will go to pornhubpremium.com can be added to sleazy fork. that would be great i am not good at html and its helpful because alot of my old links in bookmarks wont redirect and they need to be able to do that.

发表于:2016-12-06

meaning pornhub.com links will automatically be redirected to pornhubpremium.com it just needs to be able to replace the text.

发表于:2016-12-06

A simple redirector:

// ==UserScript==// @namespace    https://greasyfork.org// @name         redirection-pornhub.com-to-pornhubpremium.com// @version      0.01// @description  Redirects pornhub.com to pornhubpremium.com// @include      http://www.pornhub.com/*// ==/UserScript==//location.replace(location.protocol+'//'+'pornhubpremium.com'+location.pathname+location.search+location.hash);

If you need more redirections, replace all the three "pornhub.com" texts with the origin hostname, and all the three "pornhubpremium.com" texts with the destination hostname.

发表回复

登录以发表回复。