Skip to content

Instantly share code, notes, and snippets.

@piks
piks / chatango_redirect.user.js
Last active August 29, 2015 14:25
redirect chatango to html5 or flash
// ==UserScript==
// @name chatango redirect
// @namespace 2pichubros_chatango
// @description redirects to html or flash automatically
// @include /(http|https):\/\/.*?\.chatango.com\/$/
// @version 2
// @grant none
// ==/UserScript==
blacklist = []; //Add users/chats that you would not like to have redirected here
url = window.location.href;