1
0

Füge Icons hinzu

This commit is contained in:
Akamaru
2025-11-11 00:58:22 +01:00
parent be776d418f
commit 2236940e59
14 changed files with 28 additions and 14 deletions

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name Anime-Loads: Verlauf-Massenlöschung // @name Anime-Loads: Verlauf-Massenlöschung
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.3 // @version 1.4
// @description Fügt Buttons hinzu, um Verlaufseinträge auf anime-loads.org schneller zu löschen // @description Fügt Buttons hinzu, um Verlaufseinträge auf anime-loads.org schneller zu löschen
// @author Akamaru // @author Akamaru
// @match https://www.anime-loads.org/history* // @match https://www.anime-loads.org/history*
// @icon https://www.google.com/s2/favicons?domain=anime-loads.org&sz=32
// @grant none // @grant none
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/anime-loads-bulk-delete-history.user.js // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/anime-loads-bulk-delete-history.user.js
// @downloadURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/anime-loads-bulk-delete-history.user.js // @downloadURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/anime-loads-bulk-delete-history.user.js

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name Country Flag Fixer // @name Country Flag Fixer
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.1 // @version 1.2
// @description Ersetzt Ländercodes mit echten Flaggen-Emojis unter Windows/Chromium // @description Ersetzt Ländercodes mit echten Flaggen-Emojis unter Windows/Chromium
// @author Akamaru // @author Akamaru
// @match *://*/* // @match *://*/*
// @icon https://www.google.com/s2/favicons?domain=git.ponywave.de&sz=32
// @grant GM_getResourceURL // @grant GM_getResourceURL
// @resource TwemojiCountryFlags https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1.8/dist/TwemojiCountryFlags.woff2 // @resource TwemojiCountryFlags https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1.8/dist/TwemojiCountryFlags.woff2
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/country-flag-fixer.user.js // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/country-flag-fixer.user.js

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name DonCarne: Produkt-Klicks Fix // @name DonCarne: Produkt-Klicks Fix
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.0 // @version 1.1
// @description Umgeht blockiertes Clerk.io Click-Tracking und stellt normale Navigation wieder her // @description Umgeht blockiertes Clerk.io Click-Tracking und stellt normale Navigation wieder her
// @author Akamaru // @author Akamaru
// @match https://doncarne.de/* // @match https://doncarne.de/*
// @icon https://www.google.com/s2/favicons?domain=doncarne.de&sz=32
// @grant none // @grant none
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/doncarne-product-click-fix.user.js // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/doncarne-product-click-fix.user.js
// @downloadURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/doncarne-product-click-fix.user.js // @downloadURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/doncarne-product-click-fix.user.js

View File

@@ -1,11 +1,12 @@
/* ==UserStyle== /* ==UserStyle==
@name Gelbooru - Disable Nyudachi Design @name Gelbooru - Disable Nyudachi Design
@namespace https://git.ponywave.de/Akamaru/Userscripts @namespace https://git.ponywave.de/Akamaru/Userscripts
@version 0.2 @version 0.3
@description Blockiert das Nyudachi Design auf Gelbooru und zeigt das normale Design @description Blockiert das Nyudachi Design auf Gelbooru und zeigt das normale Design
@author Akamaru @author Akamaru
@homepageURL https://git.ponywave.de/Akamaru/Userscripts @homepageURL https://git.ponywave.de/Akamaru/Userscripts
@updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/gelbooru-disable-nyudachi.user.css @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/gelbooru-disable-nyudachi.user.css
@icon https://www.google.com/s2/favicons?domain=gelbooru.com&sz=32
==/UserStyle== */ ==/UserStyle== */
/* Dieses UserCSS befindet sich noch in der Testphase */ /* Dieses UserCSS befindet sich noch in der Testphase */

View File

@@ -1,11 +1,12 @@
// ==UserScript== // ==UserScript==
// @name ChatGPT Audio Downloader // @name ChatGPT Audio Downloader
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.0 // @version 1.1
// @description Lädt ChatGPT Audio-Antworten herunter // @description Lädt ChatGPT Audio-Antworten herunter
// @author Akamaru // @author Akamaru
// @match https://chatgpt.com/* // @match https://chatgpt.com/*
// @match https://chat.openai.com/* // @match https://chat.openai.com/*
// @icon https://www.google.com/s2/favicons?domain=chatgpt.com&sz=32
// @grant none // @grant none
// @run-at document-start // @run-at document-start
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/get-chatgpt-audio.user.js // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/get-chatgpt-audio.user.js

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name Hitomi.la Language Filter // @name Hitomi.la Language Filter
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.0 // @version 1.1
// @description Filter manga by language on hitomi.la // @description Filter manga by language on hitomi.la
// @author Akamaru // @author Akamaru
// @match https://hitomi.la/* // @match https://hitomi.la/*
// @icon https://www.google.com/s2/favicons?domain=hitomi.la&sz=32
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name MangaDex Cover Mass-Downloader // @name MangaDex Cover Mass-Downloader
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.1 // @version 1.2
// @description Lädt Cover von MangaDex im Bulk als ZIP-Datei herunter // @description Lädt Cover von MangaDex im Bulk als ZIP-Datei herunter
// @author Akamaru // @author Akamaru
// @match https://mangadex.org/title/* // @match https://mangadex.org/title/*
// @icon https://www.google.com/s2/favicons?domain=mangadex.org&sz=32
// @grant none // @grant none
// @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js // @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/mangadex-cover-downloader.user.js // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/mangadex-cover-downloader.user.js

View File

@@ -1,11 +1,12 @@
// ==UserScript== // ==UserScript==
// @name MuchoHentai: Popup-Blocker // @name MuchoHentai: Popup-Blocker
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.0 // @version 1.1
// @description Blockiert nervige Popup-Werbung die sich bei jedem Klick öffnet // @description Blockiert nervige Popup-Werbung die sich bei jedem Klick öffnet
// @author Akamaru // @author Akamaru
// @match *://muchohentai.com/* // @match *://muchohentai.com/*
// @match *://*.muchohentai.com/* // @match *://*.muchohentai.com/*
// @icon https://www.google.com/s2/favicons?domain=muchohentai.com&sz=32
// @grant none // @grant none
// @run-at document-start // @run-at document-start
// @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/muchohentai-popup-blocker.user.js // @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/muchohentai-popup-blocker.user.js

View File

@@ -1,11 +1,12 @@
/* ==UserStyle== /* ==UserStyle==
@name MyAnimeList Tweaks @name MyAnimeList Tweaks
@namespace https://git.ponywave.de/Akamaru/Userscripts @namespace https://git.ponywave.de/Akamaru/Userscripts
@version 1.3 @version 1.4
@description Verschiedene Anpassungen für MyAnimeList.net @description Verschiedene Anpassungen für MyAnimeList.net
@author Akamaru @author Akamaru
@homepageURL https://git.ponywave.de/Akamaru/Userscripts @homepageURL https://git.ponywave.de/Akamaru/Userscripts
@updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/myanimelist-tweaks.user.css @updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/myanimelist-tweaks.user.css
@icon https://www.google.com/s2/favicons?domain=myanimelist.net&sz=32
==/UserStyle== */ ==/UserStyle== */
@-moz-document domain("myanimelist.net") { @-moz-document domain("myanimelist.net") {

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name Links im neuen Tab öffnen // @name Links im neuen Tab öffnen
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.2 // @version 1.3
// @description Öffnet alle Links auf bestimmten Seiten im neuen Tab. Seiten können hinzugefügt oder entfernt werden. // @description Öffnet alle Links auf bestimmten Seiten im neuen Tab. Seiten können hinzugefügt oder entfernt werden.
// @author Akamaru // @author Akamaru
// @match *://*/* // @match *://*/*
// @icon https://www.google.com/s2/favicons?domain=git.ponywave.de&sz=32
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue

View File

@@ -1,11 +1,12 @@
// ==UserScript== // ==UserScript==
// @name Pi-hole Client Name Manager // @name Pi-hole Client Name Manager
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.0 // @version 1.1
// @description Ersetzt Client-Namen in Pi-hole Admin Dashboard und bietet eine Management-Oberfläche // @description Ersetzt Client-Namen in Pi-hole Admin Dashboard und bietet eine Management-Oberfläche
// @author Akamaru // @author Akamaru
// @match http://pi.hole/admin/* // @match http://pi.hole/admin/*
// @match http://*/* // @match http://*/*
// @icon https://www.google.com/s2/favicons?domain=pi-hole.net&sz=32
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest

View File

@@ -1,12 +1,13 @@
// ==UserScript== // ==UserScript==
// @name Serienfans/Filmfans Releasegruppen Filter // @name Serienfans/Filmfans Releasegruppen Filter
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.2 // @version 1.3
// @description Blende Uploads bestimmter Releasegruppen aus // @description Blende Uploads bestimmter Releasegruppen aus
// @author Akamaru // @author Akamaru
// @match https://serienfans.org/* // @match https://serienfans.org/*
// @match https://serienfreaks.org/* // @match https://serienfreaks.org/*
// @match https://filmfans.org/* // @match https://filmfans.org/*
// @icon https://www.google.com/s2/favicons?domain=serienfans.org&sz=32
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name Transmission Remote Script // @name Transmission Remote Script
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.2 // @version 1.3
// @description Sendet Magnet-Links und .torrent-Dateien an Transmission im Netzwerk mit Pfad-Auswahl und Verwaltung // @description Sendet Magnet-Links und .torrent-Dateien an Transmission im Netzwerk mit Pfad-Auswahl und Verwaltung
// @author Akamaru // @author Akamaru
// @match *://*/* // @match *://*/*
// @icon https://www.google.com/s2/favicons?domain=transmissionbt.com&sz=32
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @grant GM_setValue // @grant GM_setValue

View File

@@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name YouTube: Playlist-Gesamtlänge // @name YouTube: Playlist-Gesamtlänge
// @namespace https://git.ponywave.de/Akamaru/Userscripts // @namespace https://git.ponywave.de/Akamaru/Userscripts
// @version 1.0 // @version 1.1
// @description Berechnet die Gesamtlänge einer YouTube-Playlist // @description Berechnet die Gesamtlänge einer YouTube-Playlist
// @author Akamaru // @author Akamaru
// @match https://www.youtube.com/playlist?* // @match https://www.youtube.com/playlist?*
// @icon https://www.google.com/s2/favicons?domain=youtube.com&sz=32
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @connect googleapis.com // @connect googleapis.com