Git Product home page Git Product logo

chromehttprequestblocker's Introduction

Chrome Request Blocker Extension

Chrome extension that will block certain HTTP requests, based on configurable URL patterns.

Available on the WebStore here.

chromehttprequestblocker's People

Contributors

clupasq avatar cristilup avatar jamezrin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

chromehttprequestblocker's Issues

block specific methods

Can this extension block specific methods for URLs? Sometimes we may want to block POST requests but allow GET ones.

Starter pattern confusing

When clicking "Add new",

*://*.

is inserted to help the user get started typing the pattern.

Well it turns out that trailing period is for perl-style regexps, and not
https://developer.chrome.com/extensions/match_patterns
style ones. So really should not be part of the suggestion.

Oh, I see, you are expecting the user to add e.g., "example.com/*".
OK, then perhaps help him by giving

*://*./*

(And having the cursor placed after the dot, if indeed that is possible.)

建议增加备份功能

条目如果多了,很不好管理,建议增加导出导入功能。 最好增加为每条链接增加注释项。

it stopped working

chrome Version 59.0.3071.86 (Official Build) (64-bit)
OS: Ubuntu 16.04 LTS

Can't block URL with more than one wildcard

I was looking to block a URL with multiple wildcards to handle various test environments like such: https://test-*.application.com/*/service

Chrome DevTools handles this fine. But when I do this in this extension, I get an invalid URL and the extension blocks itself. The problem looks to be with the Regex in one of the final capturing groups.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.