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
| { | |
| "hoerspiele": [ | |
| { | |
| "titel": "Die drei ??? Kids", | |
| "autor": "Ulf Blanck", | |
| "genre": "Detektiv", | |
| "sprache": "Deutsch" | |
| }, | |
| { | |
| "titel": "Bibi Blocksberg", |
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 iPhone String Replacer V2 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-10-09 | |
| // @description Replace iPhone Identifiers with Model Names | |
| // @author Peter Kurzok | |
| // @match https://eu.mixpanel.com/project/3417823/view/3922135/app/boards | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=mixpanel.com | |
| // @grant none | |
| // ==/UserScript== |