Anonymizer - Referer Hider NodeJSAnonymizer - Referer Hider NodeJS
Anonymizer enables you to link anonymously to websites.Anonymizer - Referer Hider NodeJS
Anonymizer enables you to link anonymously to websites.Overview
Anonymizer enables you to link anonymously to websites. If you link straight to a website then that website will easily be able to track which website you are linking from, by using a simple 'referrer' check. However, by using a link anonymizer, all traffic will be redirected through our servers and the referring URL will be hidden.
Along with links it will also create HTML tag and forum/BB Code so that users can share them easily. I have also added a click to copy button to make it easier.
Visitors will automatically get redirected to their desired page in 20 seconds. The timer can be changed easily in the script provided.
There is also a skip ad button to load the website directly. The skip ad button is good for triggering popups. It can be removed if not required.
Feel free to ask any questions you have.
Features
- Custom timer
- Clean design
- Ad space
- Fast speed
- Responsive design
- BB Code tag
- Html href tag
Requirements
- NodeJs
Instructions
Folder Structure
- public folder - Using all plugins, stylesheets, javascript files include this folder.
- .env - Application configuration file (port coutdown timer, production/development mode)
- views folder - All application template files.
- package.json - NodeJS application and packages details.
├── Documentation └── Anonymizer ├── bin ├── public ├── pages ├── routes ├── views ├── .bowerrc ├── .env ├── app.js └── package.json
Install Requirements
NodeJs v12 or Node v13
Installing this script requires you to have basic knowledge of nodejs. For windows server it's quite easy as you just have to download the setup.exe from the official website and install it. For installation of nodejs in ubuntu you can follow the tutorial given here
Script Installation
- Open your terminal or command prompt and change directory to your FazzieScript directory
cd /directoryof/Anonymizer
- Install yarn
-
<b><b><b><b> PORT=80 NODE_ENV=production COUNTDOWN=20 </b></b></b></b>
-
<b><b><b><b> yarn start </b></b></b></b>
Customization
- All the pages will be found inside views directory. Requires pug/jade knowledge for customization.
- All the server routes will be found inside routes directory.
Helpful resources
Following resources can help you in understanding the technologies used in this project and for doing advanced customization not supported by this docs.
Category | Scripts & Code / NodeJS |
First release | 12 May 2020 |
Last update | 12 May 2020 |
Files included | .css, .html, Javascript .js |