mdmackint / 3030.js

:bug: Experience the %%30%30 bug of chrome.

Home Page:http://lockys.github.io/3030.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

%%30%30.js

Experience the %%30%30 bug of chrome on different browsers!
For those who do not know the bugs, refer to here
This bug has been fixed in the 45.0.2454.101 version of Chrome browser.

Althought it has been fixed, you can still get it from szhu's 3030 game

This is what happen when this bug is triggered:

let's fake it:

Check out the Demo

Get Started

<link rel="stylesheet" href="./dist/css/30.min.css" media="screen" charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" charset="utf-8"></script>
<script src="./dist/js/30.min.js" charset="utf-8"></script>

How To Use it

$(document).ready(function() {
  $('.break-link').breakThisLink();
});

Contribute

I'm not maintaining this just-for-fun stuff. But feel free to send PRs to make this bug work like real!

LICENSE

MIT @ Hao-Wei Jeng
Inspired by szhu/3030
It's nice that the modified version of 3030.js is used in 3030.

About

:bug: Experience the %%30%30 bug of chrome.

http://lockys.github.io/3030.js/


Languages

Language:JavaScript 48.8%Language:HTML 27.7%Language:Less 23.5%