This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Close Zoom Tabs | |
// @namespace Violentmonkey Scripts | |
// @match https://*.zoom.us/j/* | |
// @grant none | |
// @version 1.0 | |
// @author Matthew Eagar <[email protected]> | |
// @description Close the tabs Zoom spawns | |
// @homepage https://gist.github.com/meagar/9c902cf83d464c0572ea8dd37a7faa00 | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 : {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
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?
NewerOlder