Skip to content

Instantly share code, notes, and snippets.

View musa11971's full-sized avatar
☝️
‌‌

Musa musa11971

☝️
‌‌
View GitHub Profile
// ==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
@musa11971
musa11971 / WME_Stroopwafel.user.js
Last active December 8, 2021 18:33
Waze Map Editor - Stroopwafel
// ==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
@musa11971
musa11971 / icon.png
Last active October 20, 2023 18:20
Waze Map Editor - Permalink Updater
icon.png
#!/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
@musa11971
musa11971 / NSImage+Music-Bar.swift
Created December 13, 2019 13:43
Getting average color in NSImage using Swift (extension) - Used in https://github.com/musa11971/Music-Bar/
//
// NSImage+Music-Bar.swift
// Music Bar
//
// Created by Musa Semou on 13/12/2019.
// Copyright © 2019 Musa Semou. All rights reserved.
//
import AppKit
@musa11971
musa11971 / xss.js
Last active September 17, 2018 14:42
XSS test script
alert('XSS vulnerable :)');