我想为任何网页编写javascript代码,如果它包含一些必需的文字或值,则更改它url
或向其添加内容url
再次使用更新的url
。
例如:open www.google.co.in
现在,我会检查div
class
logo-subtext
是否包含此India
<div class="logo-subtext">India</div>
然后将网址更改为www.google.com
并重新加载页面。
我想把它添加到我的篡改猴子。
在印度,很多网站都被封锁了。我想使用hidingnet.com
打开这些网站。
因此,如果网站被阻止,我们会收到以下消息:
*“This website/url has been blocked under instructions of the Competent Government Authority or in compliance to the orders of Hon’ble Court.”*
例如:此页面已被屏蔽或url
http://bleacherreport.com/articles/2605069-three-targets-for-tottenham-hotspur-to-hit-in-2016?
但我可以通过以下方式应用hidingnet.com
来打开它:
http://bleacherreport.com.hidingnet.com/articles/2605069-three-targets-for-tottenham-hotspur-to-hit-in-2016?
所以我需要上面的帮助。