Giter Club home page Giter Club logo

grymmllyn / grymmllyn-unblocker-3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chaycer2k/incognito

0.0 0.0 0.0 450.65 MB

Access the world wide web with Incognito, a fast and rather fancy proxy service. Enjoy a more private internet session without ads.

Home Page: https://incog.dev

Shell 0.01% JavaScript 41.82% Ruby 0.01% C 1.36% PHP 0.01% CoffeeScript 0.09% CSS 1.58% Makefile 0.02% HTML 54.98% Batchfile 0.01% Dockerfile 0.01% SCSS 0.09% Sass 0.04%

grymmllyn-unblocker-3's Introduction

Incognito

Access the world wide web!

Deploy Deploy

Setup

git clone https://github.com/titaniumnetwork-dev/Incognito
cd Incognito
npm install
npm start

Config

{
    "port": 8080,
    "ssl": false,
    "prefix": "/service/",
    "codec": "xor",
    "proxy": true,
    "blacklist": [],
    "addresses": [],
    "authorization": {
        "name": "__incog_auth",
        "value": "1"
    },
    "appearance": "bright",
    "engine": "google"
}
  • port HTTP Server Port
  • ssl (true / false) HTTP Server SSL
  • prefix Corrosion proxy prefix
  • codec Corrosion proxy codec
  • proxy (true / false) Have Corrosion be hosted on the Node.js application. Recommended to have Corrosion hosted elsewhere with large amounts of clients.
  • blacklist Array of hostnames to be blocked on the proxy.
  • authorization (Object { name: "...", value: "..." } / false) Proxy authorization cookie
  • appearance ("bright" / "midnight" / "ocean" / "lime" / "terminal") Default site appearance
  • engine ("google" / "bing" / "brave" / "youtube" / "twitter" / "reddit") Default search engine

Games

More games can be added to Incognito by adding JSON in gs.json in a specific format.

{
    "thumbnail": "thumbnail.jpg", 
    "location": "./gamelocation/",
    "title": "Game title"
}

thumbnail images are only located in /src/gs/thumbnails/

Some games that are available in Incognito's main website are not available in this repo due to sizing reasons. These games that don't come with this repo are available in gfiles.

grymmllyn-unblocker-3's People

Contributors

caracal-js avatar

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.