This markdown file lists both official and unofficial links to ExtPrint3r. If data:
URIs are blocked you can try some of the links listed here.
Official hosts are trustworthy hosts and are maintained by Blobby-Boi. Use these if you can.
- https://extprint3r.github.io/ (Recommended)
- https://extprint3r.pages.dev/ (Recommended)
- https://blobby-boi.github.io/ExtPrint3r/
Unofficial hosts are by people in the community. Use at your own risk. These are not always up-to-date and may be buggy.
- https://ext-remover.net/detail/ExtPrint3r/
- https://site.nhd.org/50982515/home
- https://print.edublue.org
- http://extprint3r.killsecurly.com
- https://nettleweb.com/xr/m714rqsc/
- https://gduip.github.io/Chrome-exploits/extprint3r/
- https://xtest.nekoweb.org/extp.html
- https://us4-d.global.ssl.fastly.net/pages/apps/print3r
If you want to host ExtPrint3r in a way that is not GitHub Pages, you can follow these steps:
- Clone the repository using
git clone https://github.com/ExtPrint3r/ExtPrint3r.git
- Upload the files to your hosting provider
- Update the
CNAME
file in the repository to your domain name (e.g.example.com
) - Add your link to this file by making a pull request. Please make sure to only add working links.
You can also host ExtPrint3r locally on your own server using the express server in the repository. To do this:
- Clone the repository using
git clone https://github.com/ExtPrint3r/ExtPrint3r.git
- Install the dependencies using
npm install express
/pnpm install express
- Run the server using
node server.js
- Open a web browser and navigate to
http://localhost:3000