This file contains hidden or 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 Test | |
| // @namespace test | |
| // @version 0.1 | |
| // @description Test Userscript | |
| // @author iamnobody | |
| // @license MIT | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 pomodoro timer (Full-Screen Timer Watermark with Add Button) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description Full-screen timer watermark with a button to add custom time in minutes | |
| // @author iamnobody | |
| // @license MIT | |
| // @match *://*/* |
This file contains hidden or 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
| DTJURCWUKL-eyJsaWNlbnNlSWQiOiJEVEpVUkNXVUtMIiwibGljZW5zZWVOYW1lIjoiQXNodXRvc2ggSmluZGFsIiwibGljZW5zZWVUeXBlIjoiUEVSU09OQUwiLCJhc3NpZ25lZU5hbWUiOiIiLCJhc3NpZ25lZUVtYWlsIjoiIiwibGljZW5zZVJlc3RyaWN0aW9uIjoiIiwiY2hlY2tDb25jdXJyZW50VXNlIjpmYWxzZSwicHJvZHVjdHMiOlt7ImNvZGUiOiJJSSIsImZhbGxiYWNrRGF0ZSI6IjIwMjUtMDYtMDQiLCJwYWlkVXBUbyI6IjIwMjYtMDYtMDMiLCJleHRlbmRlZCI6ZmFsc2V9LHsiY29kZSI6IlBEQiIsImZhbGxiYWNrRGF0ZSI6IjIwMjUtMDYtMDQiLCJwYWlkVXBUbyI6IjIwMjYtMDYtMDMiLCJleHRlbmRlZCI6dHJ1ZX0seyJjb2RlIjoiUFNJIiwiZmFsbGJhY2tEYXRlIjoiMjAyNS0wNi0wNCIsInBhaWRVcFRvIjoiMjAyNi0wNi0wMyIsImV4dGVuZGVkIjp0cnVlfSx7ImNvZGUiOiJQUlIiLCJmYWxsYmFja0RhdGUiOiIyMDI1LTA2LTA0IiwicGFpZFVwVG8iOiIyMDI2LTA2LTAzIiwiZXh0ZW5kZWQiOnRydWV9LHsiY29kZSI6IlBDV01QIiwicGFpZFVwVG8iOiIyMDI2LTA2LTAzIiwiZXh0ZW5kZWQiOnRydWV9LHsiY29kZSI6IkFJTCIsInBhaWRVcFRvIjoiMjAyNi0wNi0wMyIsImV4dGVuZGVkIjpmYWxzZX0seyJjb2RlIjoiQUlGIiwicGFpZFVwVG8iOiIyMDI2LTA2LTAzIiwiZXh0ZW5kZWQiOmZhbHNlfV0sIm1ldGFkYXRhIjoiMDIyMDI1MDYxMVBTQUEwMTEwMDhYIiwiaGFzaCI6IjcwOTM1NTQ0LzA6LTU4MTAwODAzMCIsImdyYWNlU |
This file contains hidden or 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
| /* For Mac: ~/Library/Application Support/Firefox/Profiles/FOOBAR.default/chrome/userChrome.css */ | |
| /* hide tab bar */ | |
| #TabsToolbar { visibility: collapse !important; } | |
| /* hide header of side bar */ | |
| #sidebar-header { visibility: collapse; } | |
| /* multiple bookmark toolbar */ | |
| #personal-bookmarks { | |
| display: block; |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.user.timemachine-amethyst-monitor</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/bin/bash</string> | |
| <string>/Users/az/Dropbx/scripts/tm-amethyst-manager.sh</string> |
This file contains hidden or 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
| # Applescript to batch OCR PDFs using PDF Expert. | |
| # By Alex Wellerstein. Last updated June 18, 2024. No copyright asserted -- released for public domain use. | |
| # Absolutely no warranties, guarantees, promises, ANYTHING provided. Use at your own risk. | |
| # | |
| # Will automatically save and close each PDF after OCR completes. | |
| # Assumes PDF Expert is the default program to open PDFs! | |
| # Does not have robust error handling. Held together with duct tape. | |
| # Just a temporary solution until Readdle actually supports batch operations. | |
| # Seems to work on OS 14.3.1, with PDF Expert 3.10.4. | |
| # Has not been extensively tested to see what happens if you try to do other work while it is running; could foul up. |
This file contains hidden or 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 Google Redirect Remove | |
| // @id google_redirect_remove | |
| // @namespace scripts.zachbrowne.com | |
| // @description Remove URL redirection from google sites | |
| // @license GPL v3 | |
| // @include *://www.google.*/*q=* | |
| // @include *://www.google.*/*tbs=* | |
| // @include *://www.google.*/search?* | |
| // @include *://www.google.*/webhp?* |
This file contains hidden or 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
| <# | |
| .SYNOPSIS | |
| Script to Initialize my custom powershell setup. | |
| .DESCRIPTION | |
| Script uses scoop | |
| .NOTES | |
| **NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted. | |
| Author: Mike Pruett | |
| Date: October 18th, 2018 |
This file contains hidden or 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
| # find out how big the sparse-band-size is in a mounted volume | |
| hdiutil info -verbose | grep band-size | |
| # default Time Machine sparsbundle virtual-band-size = 16384 (8MB) | |
| # create-sparsebundle's virtual-band-size = 262144 (128MB) |
This file contains hidden or 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
| Add-Type -TypeDefinition @' | |
| using System.Runtime.InteropServices; | |
| [Guid("5CDF2C82-841E-4546-9722-0CF74078229A"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] | |
| interface IAudioEndpointVolume | |
| { | |
| // f(), g(), ... are unused COM method slots. Define these if you care | |
| int f(); int g(); int h(); int i(); | |
| int SetMasterVolumeLevelScalar(float fLevel, System.Guid pguidEventContext); | |
| int j(); | |
| int GetMasterVolumeLevelScalar(out float pfLevel); |
NewerOlder