BiuBiu: A Chrome Extension Blocking AJAX Requests

发布于 — 2015 年 12 月 31 日
#编程 #javascript #chrome #计算机

BiuBiu

BiuBiu is an extension for Google Chrome Browser which intends to make life easier for debugging and profiling.

For now, it only blocks AJAX requests made by JQuery, more features may be added in the future.

Features

  • Toggle to enable or disable BiuBiu.
  • Block requests made by JQuery by URL.

Author

Donie Leigh <donie.leigh at gmail.com>

FAQ

Change Log

version 1.0.1 (2015-12-31)

  • Fix the complaining when there is no jQuery or jQuery.cookie.js loaded in the injected page.

version 1.0.0 (2015-12-30)

  • Initial release.