Greasy Fork is available in English.

General URL Cleaner

Cleans URL's from various popular sites.

< 腳本General URL Cleaner的回應

評論:正評 - 腳本一切正常

§
發表於:2016-12-22

Amazon Look Inside breaking

Under Greasemonkey in Firefox, the script appears to break the Look Inside feature for books. The address bar appears to flash an Amazon URL with an anchor that is quickly cleaned and replaced. Disabling the script allows the feature to work. In Chrome, Look Inside works fine with the script running under Tampermonkey.

Knowbody作者
§
發表於:2016-12-25

Can you give an example of a URL it breaks?

§
發表於:2016-12-26

Look Inside at https://www.amazon.com/dp/0671631985/ doesn't work for me.

Knowbody作者
§
發表於:2017-01-16
編輯:2017-01-16

OK, I finally got time to have a look at this. I just needed to stop it deleting the hash if it starts with "#reader", by replacing the standard deleteHash(); function for Amazon with this: ```onhashchange = function() { if (!loc.hash.startsWith('#reader')) history.replaceState(null,null,loc.href.replace(loc.hash,'')); };```

§
發表於:2017-01-16

Excellent. Thanks for the good work.

發表回覆

登入以回復