Git Product home page Git Product logo

bypass-it-for-me's People

Contributors

tacohitbox 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

Watchers

 avatar

bypass-it-for-me's Issues

Feature Request: Crowd Bypass Integration

Hi there,

I just discovered your project and I'm impressed!

I was wondering if you could add a feature to send the bypassed URLs to crowd bypass databases, such as one provided by the FastForward team (formerly maintained by Universal-Bypass), e.g.

let xhr = new XMLHttpRequest()
xhr.open("POST","https://crowd.fastforward.team/crowd/contribute_v1",true)
xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded")
xhr.send(data) // {domain: "example.com", path: "<source_path>", target: "http://.../"}

This would be very useful, as the instances of BIFM could share the cached bypassed links, which is most useful when say a user would like to bypass the same link using the browser extensions.

The format to contribute is as follows:

POST https://crowd.fastforward.team/crowd/contribute_v1 HTTP/1.1
Host: crowd.fastforward.team
Content-Type: application/x-www-form-urlencoded

domain=example.com&path=<source_path>&target=<url_encoded_path_to_target>

If you so choose, you can also fetch cached data from the crowd bypass database (if available), before actually bypassing it server side.

It would be awesome if BIFM could share cached data between instances, and browser extensions in this way! ๐Ÿ˜„

Thank you

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.