Skip to content

Redirect request to ajax.googleapis.com to another accessible cdn server.

Notifications You must be signed in to change notification settings

ShevaXu/googleapis-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Chrome Extension for URL canceling and Redirecting

It's really annoying not able to access ANY of Google's services. And it becomes worse that many sites use Google's Ajax APIs for js/css files, e.g., failing to requesting jQuery.js will corrupt the whole site! Meanwhile, some assets are not necessary for viewing the content but somehow made blocking, e.g., fonts & google-analytics.

So I try to fix these by building a chrome extension that can:

  • redirect requests made towards ajax.googleapis.com to a new host, e.g., cdnjs.cloudflare.com, providing some matching rules;
  • cancel unnecessary blocking requests.

Modify/add your own hosts and rule as you wish :P

Refs (most from starckoverflow):

About

Redirect request to ajax.googleapis.com to another accessible cdn server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published