MozTW 討論區 https://forum.moztw.org/ |
|
google 用 javascript 偷連結 https://forum.moztw.org/viewtopic.php?f=64&t=25086 |
第 1 頁 (共 1 頁) |
發表人: | b4283 [ 2008-11-20, 19:21 ] |
文章主題 : | google 用 javascript 偷連結 |
請問有沒有辦法使用 firefox addon 或油猴子 script 關閉 google 搜尋偷連結的這種低劣行為? 在 onclick 時,google 會將網址替換成他們自己的轉址 然後才進入真正的網站 很不喜歡這樣…感覺好像被利用 http://www.google.com.tw/url?sa=t&sourc ... =res&cd=1&url=http%3A%2F%2Fearth.google.com%2Fintl%2Fzh-TW%2F&ei=pkclSZvmGYb-swL06630Dw&usg=AFQjCNE8z1Ub8HRlALopo7K8hxIfP-VwDA&sig2=cmkXj3m6Vv6pRmN90gT9pQ 標紅字的部份是原本的網址,它應該是利用 javascript 給他替換掉… |
發表人: | 余弘兵 [ 2008-11-20, 19:30 ] |
文章主題 : | |
b4283 寫: 請問有沒有辦法使用 firefox addon 或油猴子 script
關閉 google 搜尋偷連結的這種低劣行為? 在 onclick 時,google 會將網址替換成他們自己的轉址 然後才進入真正的網站 很不喜歡這樣…感覺好像被利用 http://www.google.com.台灣/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fearth.google.com%2Fintl%2Fzh-TW%2F&ei=pkclSZvmGYb-swL06630Dw&usg=AFQjCNE8z1Ub8HRlALopo7K8hxIfP-VwDA&sig2=cmkXj3m6Vv6pRmN90gT9pQ 標紅字的部份是原本的網址,它應該是利用 javascript 給他替換掉… 其實Yahoo! 也有這招…… http://hk.wrs.yahoo.com/_ylt=A3xsaM6BSS ... 7266817/**http%3A//www.adobe.com/products/flashplayer/ 不過,好像沒有辦法……(算吧,又不會對生活做成影響) |
發表人: | Merci chao [ 2008-11-20, 20:44 ] |
文章主題 : | |
應該是收集點擊資料, 評佔人氣度用的 |
發表人: | b4283 [ 2008-11-20, 21:17 ] |
文章主題 : | |
結果可使用 CustomizeGoogle 這個擴充套件可解決這個問題… 被相同問題所困擾的人可以試試看 |
發表人: | 余弘兵 [ 2008-11-20, 22:41 ] |
文章主題 : | |
b4283 寫: 結果可使用 CustomizeGoogle 這個擴充套件可解決這個問題…
被相同問題所困擾的人可以試試看 我也有裝,怎樣設定? |
發表人: | b4283 [ 2008-11-21, 00:35 ] |
文章主題 : | |
網頁搜尋項目 => 拒絕追蹤我點擊的連結 |
發表人: | 余弘兵 [ 2008-11-21, 09:57 ] |
文章主題 : | |
b4283 寫: 網頁搜尋項目 => 拒絕追蹤我點擊的連結
謝謝! |
發表人: | lenuki [ 2008-11-21, 12:53 ] |
文章主題 : | |
移除連結中多餘的轉址 Redirect Remover https://addons.mozilla.org/zh-TW/firefox/addon/537 |
發表人: | 余弘兵 [ 2008-11-22, 12:21 ] |
文章主題 : | |
lenuki 寫:
謝謝!真是很好用!(起碼不會被Google 或Yahoo 追蹤 ![]() |
發表人: | openicq [ 2008-11-22, 16:19 ] |
文章主題 : | |
也可以用這個script來移除 Google Search Results Sanitizer http://userscripts.org/scripts/show/21847 google_search_results_sanitizer.user.js 代碼: // ==UserScript==
// @name Google Search Results Sanitizer // @description Remove the redirect from Google search results, converting them to direct links. // @include http://www.google.com/search?* // ==/UserScript== var links = document.evaluate("//a[@class='l']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < links.snapshotLength; i++) { links.snapshotItem(i).href = links.snapshotItem(i).href.replace(/.*&q=([^&]*)&.*/, "$1"); } |
發表人: | 余弘兵 [ 2008-11-22, 16:28 ] |
文章主題 : | |
方法真多喔(汗),那b4283 兄的問題一定已經解決掉了~ |
發表人: | Cye3s [ 2008-12-04, 15:38 ] |
文章主題 : | |
在Google的帳戶設定裡移除(只禁用還不行)網頁歷史記錄服務也可以 |
發表人: | b4283 [ 2009-04-08, 11:50 ] |
文章主題 : | |
*UPDATE: GOOGLE 現在更奸詐了,使用 javascript 在你按下連結後才會將網址替換成他們的網址。真的是無所不用其極想騙人。 使用 NoScript 這個 plugin 可以阻擋之。 |
發表人: | 余弘兵 [ 2009-04-08, 14:43 ] |
文章主題 : | |
b4283 寫: *UPDATE: GOOGLE 現在更奸詐了,使用 javascript 在你按下連結後才會將網址替換成他們的網址。真的是無所不用其極想騙人。
使用 NoScript 這個 plugin 可以阻擋之。 用Yescript 把Google 加上去也可以。 其實Google 這樣做有甚麼用? |
第 1 頁 (共 1 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |