Company | Website | Repo |
---|---|---|
https://killedbygoogle.com | https://github.com/codyogden/killedbygoogle | |
Netflix | https://www.killedbynetflix.info | https://github.com/WPRobson/killedbynetflix |
Microsoft | https://killedbymicrosoft.info | https://github.com/fabianoriccardi/killed-by-microsoft |
Mozilla | https://killedbymozilla.com | https://sr.ht/~avery/killed-by-mozilla/ |
Meta | https://www.killedbymeta.xyz | - |
Apple, Google, Microsoft & other | https://killedby.tech | https://github.com/edvinlinden/killedby.tech |
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
#!/bin/bash | |
# === Configuration Variables === | |
SCREEN_NAME="mc" # Screen session name for Minecraft | |
SERVER_JAR="server.jar" # Minecraft server jar file | |
MEMORY="-Xmx1024M -Xms1024M" # Java memory allocation for the server | |
SERVER_PATH="/root/services/minecraft" # Path to your Minecraft server directory | |
BACKUP_PATH="/root/services/minecraft-backups" # Path to store backups | |
BACKUP_RETENTION_DAYS=14 # Number of days to retain backups |
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
<?php | |
declare(strict_types=1); | |
/* german T9 */ | |
$str = '9335552224433 "2" 8444833555 4222 337777 9999886 5552886622244 3337777 6644466833663666 "64" 44466 3338887777222445552663?'; | |
$chars = range('a', 'z'); | |
$fourCharKeys = [7,9]; |
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 Jira highlight my kanban cards | |
// @namespace Violentmonkey Scripts | |
// @match https://*.atlassian.net/jira/software/c/projects/*/boards/* | |
// @grant none | |
// @version 1.0 | |
// @author CodeBrauer | |
// @description In Jira Kanban boards own cards are highlighted yellow-ish to find your cards faster! | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=atlassian.net | |
// ==/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 Activate All Payback Coupons | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Turbocharge your savings! Activate all Payback coupons instantly with just one click. | |
// @author nakami, CodeBrauer | |
// @copyright 2022 nakami | |
// @license GNU General Public License v2.0 | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=payback.de | |
// @match https://www.payback.de/coupons* |
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 GitLab Code Review Keyboard Shortcut mark as "Viewed" with a keyboard shortcut | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Conquer code review challenges with "v" key! - In diff view, use "v" to mark/toggle as "Viewed". | |
// @author CodeBrauer | |
// @match https://gitlab.com/*/-/merge_requests/*/diffs | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=gitlab.com | |
// @source https://gist.github.com/CodeBrauer/2d5814262e53fafb4228ebcda08154d9 | |
// @grant none |
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 Lieferando show foodtracker time left in tab title | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Adds a sprinkle of excitement to your food tracking experience on Lieferando by displaying the remaining time in the tab title. Never lose track of your eagerly awaited meal again! | |
// @author CodeBrauer | |
// @match https://www.lieferando.de/foodtracker/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=lieferando.de | |
// @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 Datadog Show organization in page title | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Elevate your Datadog experience by displaying your organization in the page title. Join forces with your team and conquer the monitoring world! | |
// @author CodeBrauer | |
// @match https://app.datadoghq.eu/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=datadoghq.com | |
// @grant none | |
// @run-at document-idle |
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 GitLab MR approval count | |
// @namespace http://tampermonkey.net/ | |
// @version 0.6 | |
// @description GitLab show merge request approvals count and own status in list view | |
// @author CodeBrauer | |
// @match https://gitlab.com/*/-/merge_requests* | |
// @run-at document-idle | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=gitlab.com | |
// @grant none |
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 Sort by Price, add 30% discount | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Unleash laughter and savings with Lieferbär! Discover coupon savings and sort by price for a magical food delivery experience that will leave you delighted and your wallet happy. | |
// @author You | |
// @match https://lieferbaer.de/productListing/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=lieferbaer.de | |
// @source https://gist.github.com/CodeBrauer/0b5056cd28e27d9f614d5328234d3ebe | |
// @run-at document-idle |
NewerOlder