Skip to content

Instantly share code, notes, and snippets.

View BinaryMuse's full-sized avatar
🏳️‍🌈
Just gayin' up the place the best I can

Michelle Tilley BinaryMuse

🏳️‍🌈
Just gayin' up the place the best I can
View GitHub Profile
9, 18, 10, 11
acbc36de-391f-4541-879d-51fb3a1b7a4e
group 200
@BinaryMuse
BinaryMuse / input.scss
Last active January 5, 2021 23:54
Generated by SassMeister.com.
$themes: ();
@mixin color-mode-theme($theme-name, $base, $include-root: false) {
$update: ($theme-name: $base);
$themes: map-merge($themes, $update) !global;
@if $include-root {
:root {
@content;
}
@BinaryMuse
BinaryMuse / README.md
Last active July 6, 2023 19:02 — forked from fafnirical/change-photo.md
Change your profile photo for all meetup groups

I haven't found a way to set your main profile photo on meetup.com such that it overrides any old photos you have set in individual groups. This script will do just that — set your group specific profile photo to your main photo for every group you're in.

Here's what to do:

  1. Go to your main profile page: http://www.meetup.com/profile/
  2. Ensure you've set your main profile photo to the photo you want to use in all your groups.
  3. Open your browser's developer tools (often F12 on Windows, cmd+opt+i on macOS), copy the following code, paste it in the Console tab, and press enter:
(async function() {
278c279,280
< })</code></pre>
---
> })
> </code></pre>
@BinaryMuse
BinaryMuse / index.html
Created December 14, 2018 18:29
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
@BinaryMuse
BinaryMuse / index.html
Created December 13, 2018 00:52
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<webview src="https://electronjs.org/" style="width: 100%; height: 100vh">
</body>
</html>
@BinaryMuse
BinaryMuse / index.html
Created November 22, 2018 01:32
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<webview id="foo" src="https://googlechrome.github.io/samples/web-bluetooth/device-info.html?allDevices=true" style="display:inline-flex; width:640px; height:480px"></webview>
<script>
// You can also require other files to run in this process
@BinaryMuse
BinaryMuse / index.html
Created November 20, 2018 00:11
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<div>