An open API service indexing awesome lists of open source software.

https://github.com/vx68k/redirect.js

Module script to redirect web browsers to another location without any server configuration.
https://github.com/vx68k/redirect.js

dom dom-api es-module es2017 es6-module javascript module

Last synced: 4 months ago
JSON representation

Module script to redirect web browsers to another location without any server configuration.

Awesome Lists containing this project

README

          

# Introduction

The `redirect.js` script redirects web browsers to another location *without
any server configuration*.
It is *not a script for Node.js* but for web browsers.

## License

The `redirect.js` script is provided under the terms and conditions of the
[MIT License][MIT].

[![(License)](https://img.shields.io/badge/license-MIT-blue.svg)][MIT]

[MIT]: https://opensource.org/licenses/MIT

# Basic usage

The following HTML code will make modern web browsers redirected to the
location specified by the `canonical` link of the document.

```html

```

## Deployment

Copy `redirect.min.js` (and `redirect.js`) from the `deploy` directory to your
web server.

# See also

The [project home](https://vx68k.bitbucket.io/redirect.js/).