Greasy Fork is available in English.

Google谷歌搜索頁面dq.tieba.com貼吧鏈接替換

最近訪問dq.tieba.com老是出現 “您好,该页面正在维护中。” 於是就寫了這個。為什麼要在Google搜索頁面替換呢?這是因為當你按dq.tieba.com時服務器就給你的瀏覽器發個HTTP 302轉址到維護頁面,脚本都來不及執行

目前為 2019-10-03 提交的版本,檢視 最新版本

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v0.22 2019-10-05 refactoring
  • v0.21 2019-10-05 memoised regex.test
  • v0.20 2019-10-04 avoid the 'this' keyword for good
  • v0.19 2019-10-04 improved regex
  • v0.18 2019-10-04 try {} catch {} -> try {} catch(err) {} ; minor formatting changes
  • v0.17 2019-10-04 improved regex
  • v0.16 2019-10-04 URL instances are cached; opted for arrow functions and const for readability
  • v0.15 2019-10-03 taken care of both 'q=' and 'url=' query strings; added weblight view handling
  • v0.14 2019-10-03 improved naming convention
  • v0.13 2019-10-03 map -> forEach
  • v0.12 2019-10-03 minor changes to code formatting
  • v0.11 2019-10-03 added more url matches; using standard url glob instead of regex for url patterns; refactored
  • v0.10 2019-10-03 support for google redirection links when user-agent is of a mobile browser
  • v0.9 2019-10-03 added www.tieba.com
  • v0.8 2019-10-03 beautified code
  • v0.7 2019-10-03 wrapped script in anonymous function
  • v0.6 2019-10-03 no more arrow functions
  • v0.5 2019-10-03 avoided arrow functions
  • v0.4 2019-10-02 Updated patterns
  • v0.3 2019-10-02 Updated description and name
  • v0.2 2019-10-02 updated description
  • v0.1 2019-10-02