Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

My own custom 12ft.io replacement

License

NotificationsYou must be signed in to change notification settings

KMohZaid/13ft

 
 

Repository files navigation

A site similar to12ft.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?

Using Docker

Requirements:

  • docker
  • docker-composeFirst, clone the repo to your machine then run the following commands:
git clone https://github.com/wasi-master/13ft.gitcd 13ftdocker-compose up

The image is also available fromDockerHub orghcr.io so the commanddocker pull wasimaster/13ft also works.

Standard Python script

First, make sure you havepython installed on your machine. Next, clone the git repo. Then go to a terminal (Command Prompt on Windows,Terminal on Mac) and run the following command:

From the git cloned directory on your computer:

cd app/python -m pip install -r requirements.txt

If that doesn't work retry but replacepython withpy, then trypython3, then trypy3

Then runportable.py, clickthis link for a tutorial on how to run python scripts.

python portable.py

Then follow these simple steps

Step 1

step 1 screenshotGo to the website at the url shown in the console

Step 2

step 2 screenshotClick on the input box

Step 3

step 3 screenshotPaste your desired url

Step 4

step 4 screenshotVoilà 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 athttp://127.0.0.1:5000 then you can go tohttp://127.0.0.1:5000/https://example.com and it will read out the contents ofhttps://example.com)

This feature is possible thanks toatcasanova

About

My own custom 12ft.io replacement

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML48.3%
  • Python29.2%
  • Dockerfile22.5%

[8]ページ先頭

©2009-2025 Movatter.jp