With these settings, you can show the status of your Hype Train in your livestream. Just add a browser source in OBS with the following settings:
URL:
https://www.twitch.tv/popout/<channelname>/chat?darkpopout
With: min.
500
Height: min.
150
Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.
And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.
If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.
// ActiveTable - a bookmarklet to make tables sortable and editable | |
function init() { | |
var aHrows = getHrows(); | |
var numHrows = aHrows.length; | |
var aHidden = getHiddenColumns(); | |
ATpopup = document.createElement("div"); | |
ATpopup.style.cssText = "position: absolute; visibility: hidden; padding: 0; font-family: Arial; background-color: rgba(255, 255, 255, 0.9); border-radius: .5em; text-align: center; box-shadow: .05em .05em .5em #00C;"; | |
ATpopup.innerHTML = "<a href='sort' title='sort' onclick='sortColumn(); return false'><img border=0 src='http://stevesouders.com/images/sort_up_down.png' style='padding-top: 0.2em;'></a><br><a href='hide' style='color: #C00; font-family: monospace; font-size: 1.5em; text-decoration: none;' title='hide' onclick='hideColumn(); return false'>x</a>"; // TODO - use protocol-less URL for img |
simple .bat application that will copy your userchrome profile from its main location to a backup location. | |
this cuts out the need for downloading another application | |
or having to dig through file explorer to copy paste and sort your info | |
simply download this bat or make it paste the text below in notepad | |
change the name in the file to your Windows Name and backup location | |
save it as a .bat file |
netsh interface teredo set state disabled | |
netsh interface 6to4 set state disabled | |
netsh winsock reset | |
netsh interface isatap set state disable | |
netsh int tcp set global timestamps=disabled | |
netsh int tcp set heuristics disabled | |
netsh int tcp set global autotuninglevel=disable | |
netsh int tcp set global congestionprovider=ctcp | |
netsh int tcp set supplemental Internet congestionprovider=CTCP | |
netsh int tcp set global chimney=disabled |
#!/usr/bin/env bash | |
# Temporarily enable developer mode for the Spotify desktop client on Linux and macOS. | |
showHelp () { | |
echo -e \ | |
"Usage: ./tmpdevmodify.sh [option]\n | |
Options: | |
-c, --clearcache Clear Spotify app cache | |
-d, --debug Add Debug Tools to user dropdown menu |
note: Firefox will be subsequently called FckUfox in this doc
killall -9 fckufox
// The MIT License (MIT) | |
// Copyright (c) 2014 Rapptz | |
// Permission is hereby granted, free of charge, to any person obtaining a copy of | |
// this software and associated documentation files (the "Software"), to deal in | |
// the Software without restriction, including without limitation the rights to | |
// use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | |
// the Software, and to permit persons to whom the Software is furnished to do so, | |
// subject to the following conditions: |
--[[ ZOOM PTT FOR LOGITECH G | |
PREREQUISITES: | |
- Logitech G compatible mouse | |
- Following checkboxes are checked in Zoom preferences: | |
- Keyboard Shortcuts -> Mute/Unmute My Audio -> Enable Global Shortcut | |
- Audio -> Mute my mic when joining a meeting | |
- Audio -> Automaically join computer audio when joining a meeting | |
INSTALLATION: |
--[[ | |
********** | |
Updated Author: jsonMartin | |
Original Author: Mark van den Berg | |
Version: 1.0 | |
Date: 09-13-2023 | |
********** | |
Updated: | |
- Updated Gesture button to work with button G9, and to work with option keys |