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 (BETA) WME Advanced Categories | |
// @namespace https://github.com/musa11971 | |
// @version 1.0 | |
// @description Introducing (country specific) advanced categories to Waze Map Editor. | |
// @author musa11971 (Waze: mewsa) - https://github.com/musa11971 | |
// @include /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor.*$/ | |
// @run-at document-end | |
// @exclude https://www.waze.com/*user/*editor/* | |
// @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 WME Stroopwafel | |
// @namespace https://github.com/musa11971 | |
// @version 1.8 | |
// @description Stroopwafel is a userscript for Waze Map Editor that helps editors mark 'edited' areas based on different aspects. | |
// @author musa11971 (Waze: mewsa) - https://github.com/musa11971 | |
// @include /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor.*$/ | |
// @run-at document-end | |
// @exclude https://www.waze.com/*user/*editor/* | |
// @require https://greasyfork.org/scripts/24851-wazewrap/code/WazeWrap.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
#!/usr/bin/env bash | |
# Colours | |
ORANGE='\033[0;33m' | |
BLACK='\033[0;30m' | |
LIME='\033[1;32m' | |
NC='\033[0m' | |
mssql() { | |
if [ -z "$1" ] || [ "$1" = 'help' ] || [ "$1" = '' ]; then |
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
// | |
// NSImage+Music-Bar.swift | |
// Music Bar | |
// | |
// Created by Musa Semou on 13/12/2019. | |
// Copyright © 2019 Musa Semou. All rights reserved. | |
// | |
import AppKit |
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
alert('XSS vulnerable :)'); |