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
| (function () { | |
| 'use strict'; | |
| function ParserJacredPlugin() { | |
| // Конфігурація плагіна | |
| var manifest = { | |
| type: 'other', | |
| version: '1.0.0', | |
| name: 'JacRed Parser Auto-Config', | |
| description: 'Автоматично встановлює парсер на https://jacred.lampach.cloud' |
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
| (function () { | |
| 'use strict'; | |
| function create() { | |
| var html; | |
| var timer; | |
| var network = new Lampa.Reguest(); | |
| var loaded = {}; | |
| this.create = function () { |
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
| (function () { | |
| 'use strict'; | |
| console.log('🚀 [Lampa Enhanced] Plugin loaded successfully!'); | |
| // --- Visual Verification (Toast) --- | |
| function showNotification() { | |
| if (typeof Lampa !== 'undefined' && Lampa.Noty) { | |
| Lampa.Noty.show('Lampa Enhanced Interface: ACTIVATED ✅'); | |
| } else { |
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
| (function () { | |
| 'use strict'; | |
| // ============================================ | |
| // THEME MANAGER - Керування кольоровими темами | |
| // ============================================ | |
| var ThemeManager = { | |
| themes: { | |
| default: { | |
| primary: '#6666ff', |
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
| (function () { | |
| 'use strict'; | |
| // ============================================ | |
| // THEME MANAGER - Керування кольоровими темами | |
| // ============================================ | |
| var ThemeManager = { | |
| themes: { | |
| default: { | |
| primary: '#6666ff', |