fidelisrafael / apple-arabic-bug-fix

Chrome extension to avoid chrome crash when "Arabic Bug Message" appear on a web page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple Arabic Bug Workaround

This extension prevent browser crashing when this message appear on a web page. (only for facebook and twitter)

How works

This extension observes DOM, using Mutation Observer API to replace the characters when it appears on a DOM Element.

Install

Pack the extension using Chrome's tool in "Settings -> Tools -> Extensions" (enable developer mode to enable "Load unpacked extesion" buttomn)

TODO

  • Tests
  • Test on Apple's mobile devices (for now i just tested this in Mac OS X 10.8.3)
  • Safari Extension
  • Use manifest.json to match facebook and twitter URL's (i'm lazy now)
  • Remove useless code

License

The project is licensed under the MIT license. See LICENSE file for details.

Screenshots

alt "Twitter"

Contribute

Please feel free to either fork me or post issues.

About

Chrome extension to avoid chrome crash when "Arabic Bug Message" appear on a web page.


Languages

Language:JavaScript 100.0%