Skip to content

karmarcharger/13ft

 
 

Repository files navigation

Docker Image Version (tag latest semver) Docker Pulls Docker Image Size

Docker container for 13ft https://github.com/wasi-master/13ft

Changes:

added garbage collection and setted port to 8083 by default, fixed the requirements by adding requests

Docker command

docker run -p 8083:8083 karmarcharger/13ft-march:latest`

Docker compose

version: '3.3'
services:
    13ft-march:
        ports:
            - '8083:8083'
        image: 'karmarcharger/13ft-march:latest'

#from https://github.com/wasi-master/13ft

13 Feet Ladder

A site similar to 12ft.io but is self hosted and works with websites that 12ft.io doesn't work with.

What is this?

This is a simple self hosted server that has a simple but powerful interface to block ads, paywalls, and other nonsense. Specially for sites like medium, new york times which have paid articles that you normally cannot read. Now I do want you to support the creators you benefit from but if you just wanna see one single article and move on with your day then this might be helpful

How does it work?

It pretends to be GoogleBot (Google's web crawler) and gets the same content that google will get. Google gets the whole page so that the content of the article can be indexed properly and this takes advantage of that.

How do I use it?

First make sure you have python installed on your machine, then go to a terminal (Command Prompt on Windows, Terminal on Mac) and run the following command:

python -m pip install flask

If that doesn't work retry but replace python with py, then try python3, then try py3

Then download the file portable.py and run it, click this link for a tutorial on how to run python scripts

Then follow these simple steps

Step 1

step 1 screenshot Go to the website at the url shown in the console

Step 2

step 2 screenshot Click on the input box

Step 3

step 3 screenshot Paste your desired url

Step 4

step 4 screenshot Voilà you now have bypassed the paywall and ads

Alternative method

You can also append the url at the end of the link and it will also work. (e.g if your server is running at http://127.0.0.1:5000 then you can go to http://127.0.0.1:5000/https://example.com and it will read out the contents of https://example.com)

This feature is possible thanks to atcasanova

About

docker container for 13ft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.1%
  • HTML 23.6%
  • Dockerfile 1.3%