All Projects → jiacai2050 → Gooreplacer

jiacai2050 / Gooreplacer

⚡️⚡️A browser extension to modify HTTP requests :-)

Programming Languages

javascript
184084 projects - #8 most used programming language
clojurescript
191 projects

Projects that are alternatives of or similar to Gooreplacer

Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+16.12%)
Mutual labels:  edge, chrome-extension, chrome, firefox, firefox-addon
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (-54.59%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, edge-extension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (-57.06%)
Mutual labels:  edge, chrome-extension, chrome, firefox, edge-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-93.41%)
Mutual labels:  edge, chrome-extension, chrome, firefox, firefox-addon
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+209.41%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, edge-extension
Easy To Rss
🚀 Chrome/Firefox Extension to retreive RSS feeds URLs from WebSite, RSSHub supported
Stars: ✭ 386 (-54.59%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+2356%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Saka Key
A keyboard interface to the web
Stars: ✭ 748 (-12%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Tracy
A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
Stars: ✭ 464 (-45.41%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (-77.76%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+262.71%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+529.65%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (-71.76%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Refined Bitbucket
Chrome and Firefox extension that improves Bitbucket's user experience
Stars: ✭ 560 (-34.12%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Surfingkeys
Map your keys for web surfing, expand your browser with javascript and keyboard.
Stars: ✭ 3,787 (+345.53%)
Mutual labels:  chrome, firefox, firefox-addon, edge-extension
Chrome Utm Stripper
Browser extension that strips Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings
Stars: ✭ 590 (-30.59%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-82.24%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (-41.53%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+419.65%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (-58.71%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon

gooreplacer Build Status

重定向/屏蔽 URL,修改/屏蔽 header

gooreplacer 最初为解决国内无法访问 Google 资源(Ajax、API等)导致页面加载速度巨慢而生,新版在此基础上,增加了更多实用功能,可以方便用户屏蔽某些请求,修改 HTTP 请求/响应 的 headers。

English Version

特性

  • 支持在线规则,主要用于重定向 Google 资源,用户可更改
  • 本地规则
  • 导入导出规则,方便用户备份、同步(规则可在 Chrome/Firefox/Edge.. 通用)
  • 支持测试
  • i18n

对于只想重定向 Google 资源的同学,可以在在线规则处填上

https://raw.githubusercontent.com/jiacai2050/gooreplacer/master/gooreplacer.gson

然后点击更新就好了,目前会重定向到中科大的代理。 如果想自定义规则,可参考 guides.md。实用小技巧:

安装

插件商店

推荐在浏览器的插件商店去下载,欢迎打分~

浏览器 评分 用户数
Chrome Web Store Chrome Web Store Chrome Web Store
Mozilla Add-on Mozilla Add-on Mozilla Add-on
Microsoft Edge Microsoft Edge

zip 包

release 页面下载对应打包好的 zip 文件,本地解压。之后在 chrome://extensions/ 选中开发者模式,选择「加载已解压的扩展程序」即可。

实现

在 v1.0 之前采用纯 JavaScript 实现,代码在 legacy-js-src 目录,在 v2.0 之后采用 ClojureScript + Reagent + Antd + React-Bootstrap,在 cljs-src 目录。

License

MIT License © Jiacai Liu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].