Scripts

Scripts in JavaScript

 

 

Note
Some scripts may not work on your browser.

 

Browser Detection

Browser detection by using JavaScript:

    ^

Reading Cookies

Cookie(s):

    ^

Setting a Cookie

To set or change the value of cookie named "YourCookie" and refresh the page, enter a string (without semicolons - ";") in the field and leave it (e. g. press tabulator key):

    ^

Bookmarklets

Bookmarklet is a tiny JavaScript script.

Bookmarklet: Window To 500 x 500 Pt: resizes the window to 500 x 500 points.

Bookmarklet: Title And Address: shows the title and address of the page.

Bookmarklet: Page Title : shows the title of the page and replaces spaces and punctuation [ .,-:!?"()] with underlines. Note: [[:punct:]] does not work well.

Bookmarklet: Ten Random Numbers: shows ten random numbers between 0 and 10.

You can put bookmarklet in browser bookmarks.

    ^

Letter converter

To convert letters to upper case, just enter string in the field and leave it (e. g. press tabulator key):

To convert letters to lower case, enter string in the field and leave it:

Letter converter also uses JavaScript string functions.

    ^

 

KP.