Skip to content

Instantly share code, notes, and snippets.

View surkin's full-sized avatar
🙃

Thomas Kobert surkin

🙃
View GitHub Profile
// ==UserScript==
// @name Youtube A+D forward back speed
// @namespace http://tampermonkey.net/
// @license Unlicense
// @version 2024-03-05
// @description Youtube A+D forward back speed
// @author dung691
// @match https://www.youtube.com/*
// @grant none
// @updateURL https://gist.githubusercontent.com/dung691/d780a6e6d0e316c3d693f32cc94d8c4d/raw/yt.ad.forward-backward.user.js
@angeld23
angeld23 / remove_twitter_blue_promo.user.js
Last active March 9, 2024 03:23
Remove Twitter Blue Promotions: Removes the "Get Verified" box on the Home page and the "Verified" button on the sidebar
// ==UserScript==
// @name Remove Twitter Blue Promotions
// @namespace https://d23.dev/
// @version 1.1
// @description Removes the "Get Verified" box on the Home page and the "Verified" button on the sidebar
// @author angeld23
// @match *://*.twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==/UserScript==

StashDB Backlog Userscript

This userscript is used to be able to view pending changes from the StashDB Backlog spreadsheet directly on StashDB.
The data is usually synced every hour, starting at midnight UTC.

Installation requires a browser extension such as [Violentmonkey] / [Tampermonkey] / [Greasemonkey].

Screenshots

@AndrwM
AndrwM / source.scpt
Last active March 11, 2021 15:22
BetterTouchTool, Listen For Zoom.app meeting: active || muted || inactive
-- thanks to: https://gist.github.com/jsulak/5cd63e5d5ac1eb6461096b6bb30dcad3
property responseMuted : "Zoom: MUTED"
property responseNotMuted : "Zoom: ACTIVE"
property responseInactive : "" -- Return an empty string
property btnTitleMute : "Mute audio"
property btnTitleUnMute : "Unmute audio"
on is_running(appName)
@splintor
splintor / auto-close-zoom-window.user.js
Last active March 11, 2021 15:18
Zoom - auto-close browser window
// ==UserScript==
// @name Zoom - auto-close browser window
// @version 0.2
// @description Auto-close Zoom browser window after 15 seconds
// @author Shmulik Flint
// @match https://wix.zoom.us/*
// @match https://zoom.us/postattendee*
// @downloadURL https://gist.github.com/splintor/fc4e357f7c7b0dc2701dd12101fd1a42/raw
// @updateURL https://gist.github.com/splintor/fc4e357f7c7b0dc2701dd12101fd1a42/raw
// @icon https://wix.zoom.us/zoom.ico
@meagar
meagar / close_zoom.js
Last active August 29, 2023 10:33
User Script: Close zoom tabs upon completion
// ==UserScript==
// @name Close Zoom Tabs
// @namespace Violentmonkey Scripts
// @match https://*.zoom.us/j/*
// @grant none
// @version 1.0
// @author Matthew Eagar <meagar@hey.com>
// @description Close the tabs Zoom spawns
// @homepage https://gist.github.com/meagar/9c902cf83d464c0572ea8dd37a7faa00
// ==/UserScript==
@JacksonChen666
JacksonChen666 / Join Zoom.scpt
Last active December 8, 2023 22:30
Join zoom at the speed of computers (AppleScript)
# It is recommended that you save this script as an application, so you don't have to open Script editor.
(*
It all started when I wanted to join zoom faster than a human could do with no prompt like how I expected like this.
I first discovered zoom.us's URL scheme to join meeting, but when I found out it doesn't work, I started to make this program.
After this all of stuff, I finally have something that is constantly updated.
After this pandemic is over, development might slow down or become discontinued.
*)
global meetingNames, meetingIDs, meetingPwds, wname
# Compiling the app will reset all your saved meetings!
property meetingNames : {}
@msafadieh
msafadieh / zoom-web-client-auto-redirect.user.js
Last active September 23, 2021 21:41
User script that redirects Zoom meeting links to the web client automatically
// ==UserScript==
// @name Zoom Web Client Auto Redirect
// @namespace https://zoom.us
// @version 0.1
// @description Automatically redirect Zoom meetings to the web client
// @author Mohamad Safadieh
// @license GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.en.html
// @include /https:\/\/([a-z0-9\-]+\.)?zoom\.us\/([sj])\/([0-9]+).*/
// @grant none
// ==/UserScript==
@sidneys
sidneys / library.on-element-ready.js
Last active December 22, 2023 02:25
UserScript | Library | onElementReady ES6
// ==UserScript==
// @name Library: onElementReady ES7
// @namespace org.sidneys.userscripts
// @homepage https://gist.githubusercontent.com/sidneys/ee7a6b80315148ad1fb6847e72a22313/raw/
// @version 0.8.1
// @description Detect any new DOM Element by its CSS Selector, then trigger a function. Includes Promise- & Callback interface. Based on ES6 MutationObserver. Ships legacy waitForKeyElements interface, too.
// @author sidneys
// @icon https://i.imgur.com/nmbtzlX.png
// @match *://*/*
// ==/UserScript==
@cmenscher
cmenscher / README.md
Created September 6, 2016 20:57 — forked from mems/README.md
Fix AdressBook errors in OSX 10.11

For /var/log/system.log full of errors like these ones:

kernel[0]: Sandbox: com.apple.Addres(XXXXX) deny(1) network-outbound /private/var/run/mDNSResponder
com.apple.AddressBook.InternetAccountsBridge[XXXXX]: dnssd_clientstub ConnectToServer: connect()-> No of tries: 1
com.apple.AddressBook.InternetAccountsBridge[XXXXX]: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted

How to fix it?