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'; | |
| var plugin_name = 'my_pl'; | |
| var plugin_version = '1.5.0'; | |
| // Джерела | |
| var Balancers = { | |
| sources: [ | |
| { title: 'FanFilm 4K', url: 'https://v12.fanfilm4k.media' }, |
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 FanFilm4K Online | |
| // @description Окрема кнопка + покращений пошук різними мовами | |
| // @version 1.3.0 | |
| // @author Grok Dev | |
| // @require https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js | |
| // ==/UserScript== | |
| (function () { | |
| 'use strict'; |