Skip to content

Instantly share code, notes, and snippets.

View DerGoogler's full-sized avatar
🍃
Busy.

Der_Googler DerGoogler

🍃
Busy.
View GitHub Profile
@DerGoogler
DerGoogler / index.html
Created May 18, 2025 13:24
WebUI X Snake WebGPU
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<title>Snake Game</title>
<!-- Window Safe Area Insets -->
@DerGoogler
DerGoogler / index.html
Created May 11, 2025 15:49
WebUI X Audio Player Prototype.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>MMRL Audio Player</title>
<!-- Window Safe Area Insets -->
<link rel="stylesheet" type="text/css" href="https://mui.kernelsu.org/internal/insets.css" />
<!-- App Theme which the user has currently selected -->
<link rel="stylesheet" type="text/css" href="https://mui.kernelsu.org/internal/colors.css" />
@DerGoogler
DerGoogler / index.html
Last active May 9, 2025 21:25
WebUI X new experimental PackageManager API.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>App List</title>
<link rel="stylesheet" href="https://mui.kernelsu.org/internal/colors.css" />
<style>
body {
font-family: sans-serif;
@DerGoogler
DerGoogler / custom.css
Last active March 24, 2025 17:20
Custom theme for the Magiak Module "bindhosts". Only for main use in MMRL.
@import url("https://mui.kernelsu.org/mmrl/colors.css");
:root {
/* Background colors */
--bg-primary: var(--background);
--bg-secondary: var(--tonalSurface);
--bg-input: var(--surfaceBright);
/* Text colors */
--text-primary: var(--onSurface);
@DerGoogler
DerGoogler / README.md
Last active September 3, 2024 20:33
ModConf prototype for the livebootmagisk module

fallbackwidth and fallbackheight are empty when you run the config in the browser

Note

The current version is messy.

image

import React from "react";
import { Page, Toolbar, BottomToolbar, Ansi } from "@mmrl/ui";
import { ConfigProvider } from "@mmrl/providers";
import {
useConfig,
useActivity,
useNativeStorage,
useTheme
} from "@mmrl/hooks";
import { Add, Remove, Save } from "@mui/icons-material";
var useExt = false
const [line, addLine]
const processCommand = (rawCommand) => {
var arg;
var command;
const i = rawCommand.indexOf(' ');
if (i != -1 && rawCommand.length() != i + 1) {
arg = rawCommand.substring(i + 1).trim();
import React from "react";
import { Page, Toolbar } from "@mmrl/ui";
import { useActivity } from "@mmrl/hooks";
import { BugReport } from "@mui/icons-material";
import { ListItem, ListItemIcon } from "@mui/material";
const y = YAML.parse(`bind-addr: 127.0.0.1:8080
auth: password
password: SuperStrongPassword
cert: false`)
@DerGoogler
DerGoogler / getisk.md
Created January 14, 2023 14:42
Magisk Module CLI Installer.

Getisk CLI

An cli to install module directly from the Magisk-Modules-Alt-Repo

Usage

Usage: getisk install mkshrc:master

        install          the module to be installed
 help prints this help message
@DerGoogler
DerGoogler / Multi-User.README.md
Created November 13, 2022 20:53
Manage User via CLI in Android

Multi-User Manager

Manage User via CLI in Android

Running

curl -s https://gist.githubusercontent.com/DerGoogler/cd126c2b5e1f2527b205d4a8e34c829e/raw/188bb04be876a01181740ad72f0be47f4a3d0e42/multi-user.sh | /data/adb/magisk/busybox ash