Mouse Stroke is a mouse gesture extension for Google Chrome. A custom stroke is a small piece of JavaScript code that extends the functionality of Mouse Stroke. This website is setup mainly for Mouse Stroke users to share custom strokes.
For the specific purpose of this site, browsers other than Google Chrome are NOT supported, and the Install button in each custom stroke page only works after you installed Mouse Stroke.

Google Image Search in New Tab

5
Your rating: None (1 vote)

Highlight the word you want to Google Image search, and draw your assigned stroke. It will take care of the rest.

Open New Tab in Background (Link)

5
Your rating: None (2 votes)

This simply combines "New Tab" and "Open Link In New Background Tab" so a new tab is created in the background that opens to a link, if one was selected, or just simply a new tab if no link was used (default "new tab" behavior).

Open New Tab in Foreground (Link)

5
Your rating: None (1 vote)

This simply combines "New Tab" and "Open Link In New Foreground Tab" so a new tab is created in the foreground that opens to a link, if one was selected, or just simply a new tab if no link was used (default "new tab" behavior).

Close all Tabs and open Chrome/Newtab

0
Your rating: None

First closes all other tabs. Afterwards open Chrome/Newtab (or any URL you want), and subsequently closes the last tab.

Search YouTube in New Tab

5
Your rating: None (3 votes)

Highlight the word or phrase you want to search in youtube, do your assigned stroke, and a new tab will open with the selected text searched on youtube.

Decrement Number in URL

4
Your rating: None (1 vote)

Subtracts 1 from the numeric part of any URL, to easily navigate from:
www.example.com/screenshot_43.png
to
www.example.com/screenshot_42.png
OR
www.example.com/?page=5
to
www.example.com/?page=4

(code adopted from squarefree.com bookmarklet)

Increment Number in URL

5
Your rating: None (1 vote)

Adds 1 to the numeric part of any URL, to easily navigate from:
www.example.com/screenshot_41.png
to
www.example.com/screenshot_42.png
OR
www.example.com/?page=3
to
www.example.com/?page=4

(code adopted from squarefree.com bookmarklet)

Wikipedia selected text

5
Your rating: None (5 votes)

Open the Wikipedia article (or search Wikipedia) for the currently selected text.

(To use non-English Wikipedia change the "en." string in the start of the URL in the script.)

Toggle Graphics

4.5
Your rating: None (8 votes)

Toggles all graphical elements: Iframe, Flash, Image.

When perform first time, it hides all the graphical elements in the page, performing second time will reset to original state.

Rotate image

4.6
Your rating: None (5 votes)

This stroke can rotate images, or more specifically, <img> and <canvas> elements under cursor.

By default, the image will be rotated clockwise by 90 degrees, you can modify the degree variable at the first line to customize it.