Archive for the 'JavaScript' Category



You save alot of time javascript links as a bookmark i in your firefox browser instead of copy/pasting it into the url.
For instance, you can copy and paste the following javascript in the url location bar:
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
This will allow to you edit any web page, live! Its handy for making modifications, […]