All Projects → connyduck → Donotlink

connyduck / Donotlink

Licence: mit
An anonymous URL-shortener that blocks bots and removes referers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Donotlink

Nodejs Socketio Chat App
MEAN Stack & Socket.IO Real-time Chat App | A MEAN stack based Real Time chat application
Stars: ✭ 45 (-19.64%)
Mutual labels:  html5
Literallycanvas
A canvas in your browser. Literally.
Stars: ✭ 1,043 (+1762.5%)
Mutual labels:  html5
Asciidoctor Html5s
Semantic HTML5 converter (backend) for Asciidoctor
Stars: ✭ 50 (-10.71%)
Mutual labels:  html5
Sklad
Promise-based API for IndexedDB
Stars: ✭ 45 (-19.64%)
Mutual labels:  html5
Getlink Next
Get Link!
Stars: ✭ 48 (-14.29%)
Mutual labels:  url-shortener
Gomponents
Declarative view components in Go, that can render to HTML5.
Stars: ✭ 49 (-12.5%)
Mutual labels:  html5
H5ui
Lightweight, elegant open source mobile UI style library.
Stars: ✭ 44 (-21.43%)
Mutual labels:  html5
React Frontend Dev Portfolio
Easy to adapt and deploy React portfolio inspired with solutions found at GitHub.
Stars: ✭ 55 (-1.79%)
Mutual labels:  html5
Gifsee.js
A modern, vanilla JavaScript gif previewer and loader.
Stars: ✭ 48 (-14.29%)
Mutual labels:  html5
React Manga
manga的react版本
Stars: ✭ 50 (-10.71%)
Mutual labels:  html5
Frontend Mentor Challenge
Here you will find all the challenges that we took from frontend-mentor.
Stars: ✭ 47 (-16.07%)
Mutual labels:  html5
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+1755.36%)
Mutual labels:  html5
Samsara
☸️ Continuous UI
Stars: ✭ 1,051 (+1776.79%)
Mutual labels:  html5
Microurl
python library for url minification.
Stars: ✭ 42 (-25%)
Mutual labels:  url-shortener
Web Interview
前端面试题
Stars: ✭ 51 (-8.93%)
Mutual labels:  html5
Flute
A beautiful, easilly composable HTML5 generation library in Common Lisp
Stars: ✭ 45 (-19.64%)
Mutual labels:  html5
Zimo Article
📚博客——源于实践,乐于分享,欢迎Star~
Stars: ✭ 1,046 (+1767.86%)
Mutual labels:  html5
Scalajs Bootstrap
Scala.js bootstrap components
Stars: ✭ 55 (-1.79%)
Mutual labels:  html5
Jsoncrush
Compress JSON into URL friendly strings
Stars: ✭ 1,071 (+1812.5%)
Mutual labels:  url-shortener
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-10.71%)
Mutual labels:  html5

DoNotLink

See donotlink in action at donotlink.it

Description

Donotlink is a simple and fast url shortener that blocks search engines from following links and removes the referer.
Linking to websites via donotlink will not improve the sites position in search engines.

API

send a POST request to https://donotlink.it/api

POST /api
url=http://example.com

{
  "url": "http:\/\/example.com",
  "code": "Y5Yn",
  "donotlink": "https:\/\/donotlink.it\/Y5Yn"
}

Installation - Apache

Donotlink requires a database (MySQL or MariaDB) and PHP 7.

Apache

Create a database and set up the redirect table as specified in the donotlink.sql file.
Copy the src directory to the root directory of your domain. Edit the config.inc.php file accordingly.
You are ready to go.
If you do not use donotlink under the root of your domain, .htaccess redirects and robots.txt rules will not work anymore.

nginx

TBD

Libraries

clipboard.js
hashids.php

License

Licensed under the MIT License

Author

Twitter: @ConnyDuck

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].