Skip to content

Instantly share code, notes, and snippets.

View Slruh's full-sized avatar

Ryan Hurley Slruh

View GitHub Profile
@Slruh
Slruh / togglemute.scpt
Created April 27, 2021 12:19
Toggle Mute/Unmute of Google Meet from AppleScript
tell application "Google Chrome"
repeat with w in (windows)
set j to 0
repeat with t in (tabs of w)
set j to j + 1
set ti to title of t
if ti contains "Meet - " then
tell application "Google Chrome"
activate
@Slruh
Slruh / FocusMeet.scpt
Created April 27, 2021 12:17
AppleScript to Focus Meet
tell application "Google Chrome"
repeat with w in (windows)
set j to 0
repeat with t in (tabs of w)
set j to j + 1
set ti to title of t
if ti contains "Meet - " then
tell application "Google Chrome"
activate

Keybase proof

I hereby claim:

  • I am Slruh on github.
  • I am slruh (https://keybase.io/slruh) on keybase.
  • I have a public key whose fingerprint is D49B 3348 8F3C 8FF1 CA19 988B 59C2 92BC 37EC 4287

To claim this, I am signing this object:

@Slruh
Slruh / index.html
Last active September 5, 2016 23:04 — forked from anonymous/index.html
Error When Array Element Type Validation Fails
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.css">
<script src="http://fb.me/react-with-addons-15.1.0.js"></script>
<script src="http://fb.me/react-dom-15.1.0.js"></script>
<style id="jsbin-css">
body {