Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <script type="text/javascript"> | |
| if (screen.width<800) | |
| { | |
| window.location="http://yourdomain.com/mobile/" | |
| } | |
| else | |
| { | |
| window.location="http://yourdomain.com/" | |
| } | |
| </script> | 
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.