imported>GizmoGuy411 |
imported>Eljefe |
(38 intermediate revisions by 8 users not shown) |
Line 1: |
Line 1: |
| This is an initial draft for a tutorial on how to add a bookmarklet to your browser.
| | #REDIRECT [[Map_Editing_Quick-start_Guide#Turn_restrictions_.28allowed_turns.29]] |
| | |
| Copy the bookmarklet code from your source.
| |
| | |
| Chrome Browser:
| |
| | |
| - Left click on the "Customization and control Google Chrome" button in the right upper corner of your browser. (three horizonal bars)
| |
| | |
| - Left click on "Bookmarks"
| |
| | |
| - Left click on "Bookmark Manager"
| |
| | |
| - In the left window pane, navigate to where you want to add the bookmarklet.
| |
| | |
| - In the main window pane, right click to see the context menu.
| |
| | |
| - Left click on "Add page"
| |
| | |
| - In the "Name" box, enter "Wazer Profile" or any name you prefer.
| |
| | |
| - In the "URL" box, paste the code your previously copied. | |
| | |
| While other methods exist, this method should always work.
| |
| | |
| | |
| {| style="width: 350px; height: 111px;" border="1" align="center"
| |
| | colspan="4" rowspan="1" style="text-align: center;" | Keyboard Shortcut Commands
| |
| |-
| |
| | style="text-align: center;" | System
| |
| | style="text-align: center;" | Copy
| |
| | style="text-align: center;" | Paste
| |
| | style="text-align: center;" | Cut
| |
| |-
| |
| | Apple
| |
| | style="height: 19.2px;" | command c
| |
| | command v
| |
| | command x
| |
| |-
| |
| | Windows
| |
| | Ctrl c
| |
| | Ctrl v
| |
| | Ctrl x
| |
| |}
| |