See also: NZ_TV_streams.md
mpv <stream> --http-header-fields "X-Forwarded-For: 110.33.122.75"
| <?require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");?> | |
| <? | |
| function rus2translit($string) | |
| { | |
| $converter = array( | |
| 'а' => 'a', 'б' => 'b', 'в' => 'v', | |
| 'г' => 'g', 'д' => 'd', 'е' => 'e', | |
| 'ё' => 'e', 'ж' => 'zh', 'з' => 'z', | |
| 'и' => 'i', 'й' => 'y', 'к' => 'k', | |
| 'л' => 'l', 'м' => 'm', 'н' => 'n', |
| # encoding: utf-8 | |
| # USE AT OWN RISK | |
| # | |
| # Follow this guide to install Ruby on Windows (step 1 and 2): https://forwardhq.com/support/installing-ruby-windows | |
| # Install gems (with admin cmd prompt): | |
| # https://rubygems.org/gems/bencode | |
| # https://rubygems.org/gems/rest_client | |
| # | |
| # Edit datpath below to point to your utorrent resume.dat file |
See also: NZ_TV_streams.md
mpv <stream> --http-header-fields "X-Forwarded-For: 110.33.122.75"
Распространяется по лицензии WTFPL.
Внимание! Chromium-подобные браузеры (Chrome, Vivaldi, Opera, ...) на 2016.12.22 не поддерживают необходимые для работы скрипта HTML5 контекстные меню. Для включения эксперементальной поддержки необходимо включить ContextMenu в Blink. Это можно сделать флагом запуска --enable-blink-features=ContextMenu. При этом возможны проблемы.
Для нового интерфейса. Добавляет контекстные меню:
See also: Aus_TV_streams.md
mpv <stream> --http-header-fields "X-Forwarded-For: 222.155.111.0"
| // ==UserScript== | |
| // @name G+ hover image title | |
| // @version 1.0 | |
| // @match *://plus.google.com/* | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== | |
| /* jshint esnext: true */ | |
| const decodeFileName = (src) => { |
| #! python2 | |
| """ | |
| uTorrent resume.dat => qbittorrent | |
| Author: robot | |
| Largely based on resumedata_2015.rb, see https://github.com/qbittorrent/qBittorrent/issues/1826 for discussion. | |
| Zero error tolerance is assumed. As well see error.log for warnings. | |
| Feel free to change defaults in def mkfr(). |
If you share this list, please use this link instead: https://lambdaurora.dev/optifine_alternatives
It may still be only a redirection link, but it will have a better web display of the list soon. And the list being on GitHub/GitHub pages improves load times.
The gist version of this list will stop being updated.
| #!/bin/bash | |
| STARTSCRIPT=$(date +%s) | |
| STOPSCRIPT='' | |
| ListOfBases='dblist' | |
| PORT='5432' | |
| USERNAME='root' | |
| SERVERNAME='localhost' | |
| ARCHIVEDIR='/archive_dir' | |
| MAXDBCOUNT='1000' #count of db names to select from cluster |