Moved to: https://github.com/gorhill/uBlock/wiki/Resources-Library
This file contains 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
@echo off | |
rem coding:oem | |
cd /d %~dp0 | |
title %~nx0 | |
set ffmpeg=ffmpeg.exe | |
set ext=mkv | |
rem AVC: ASP = 2; import math; (math.log10(ASP) / math.log10(2)) * 6 + 12 |
This file contains 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
#! python3 | |
# -*- coding: UTF-8 -*- | |
# | |
# Skrypt do poprawiania napisów (microdvd {123}, mplayer [123]). | |
# (Dostosowuje napisy z Napiprojekt do MPC-HC) | |
# | |
# Zmienia rozszerzenie txt na sub. | |
# Usuwa komentarze napiprojektu, subedita itp. | |
# Usuwa linijki zawierające linki (z podglądem). | |
# W napisach MicroDVD poprawia ukośniki (kursywa/italic) na znaki kontrolne {y:i}. |
This file contains 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
@echo off | |
rem -*- coding: cp852 -*- | |
rem ▀▄█░▒▓■ | |
setlocal enabledelayedexpansion | |
set host=google.com | |
set timeout=1000 | |
set avgc=12 |
This file contains 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
//ID: playicon | |
//Action trigger: player ready | |
window.extendTubePlayIconActionStateListener = function(YTPlayerState){ | |
var element, link = document.querySelector('link[rel=icon]'); | |
if(!link) return; | |
element = document.createElement('link'); | |
element.rel = 'icon'; |
This file contains 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
import sys, os | |
import struct | |
import zlib | |
def zipr(file): | |
try: | |
f = open(file, 'rb') | |
except IOError as e: | |
print("IOError: {0}!".format(e)) | |
return 1 |
This file contains 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
@echo off | |
rem -*- coding: cp852 -*- | |
cd /d %~dp0 | |
set bck=%~d0 | |
echo Folder kopii: %bck% | |
call :back c | |
call :back d | |
call :back e |
This file contains 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
#! python3 | |
# -*- coding: UTF-8 -*- | |
try: | |
import os, sys | |
except ImportError: | |
import traceback | |
print('Import fails:\n') | |
traceback.print_exc() | |
input('Press enter...') |
This file contains 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
#! python3 | |
# -*- coding: UTF-8 -*- | |
# | |
# Skrypt do poprawiania napisów | |
# | |
# Sposób użycia: | |
# Upuścić plik z napisami na ikonkę skryptu lub | |
# odpalić skrypt w folderze z napisami | |
# |
OlderNewer