GitHub’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches.
For more information, visit our search help section.
| // 1. Open inspector with CTRL+SHIFT+I | |
| // 2. Select the console tab in the top | |
| // 3. Paste the script | |
| // 4. Press enter | |
| // 5. Hover over your own video, and there should be a video switcher that looks horrible but works. | |
| const localVideo = document.getElementById("local-video"); | |
| if (localVideo) { | |
| // Create a dropdown element for the camera switcher |
GitHub’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches.
For more information, visit our search help section.
| [ | |
| {name: 'Afghanistan', code: 'AF'}, | |
| {name: 'Åland Islands', code: 'AX'}, | |
| {name: 'Albania', code: 'AL'}, | |
| {name: 'Algeria', code: 'DZ'}, | |
| {name: 'American Samoa', code: 'AS'}, | |
| {name: 'AndorrA', code: 'AD'}, | |
| {name: 'Angola', code: 'AO'}, | |
| {name: 'Anguilla', code: 'AI'}, | |
| {name: 'Antarctica', code: 'AQ'}, |