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
{ | |
"createdBy": "Redirector v2.7.1", | |
"createdAt": "2014-10-21T04:24:38.482Z", | |
"redirects": [ | |
{ | |
"exampleUrl": "http://bh.id.lv/kautkas", | |
"includePattern": "^http://bh.id.lv/(.*?)$", | |
"excludePattern": "", | |
"redirectUrl": "https://bh.id.lv/$1", | |
"patternType": "R", |
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("diena.lv") { | |
.hidden, [hidden] { | |
position: relative !important; | |
left: 0; | |
height: inherit !important; |
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("db.lv") { | |
.hidden{ | |
position: relative !important; | |
left: 0; | |
} |
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
AF|{{flagicon|AFG|size=200px}}||af||http://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Flag_of_Afghanistan.svg/200px-Flag_of_Afghanistan.svg.png | |
AX|{{flagicon|ALA|size=200px}}||ax||http://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/200px-Flag_of_%C3%85land.svg.png | |
AL|{{flagicon|ALB|size=200px}}||al||http://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Flag_of_Albania.svg/200px-Flag_of_Albania.svg.png | |
DZ|{{flagicon|DZA|size=200px}}||dz||http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Flag_of_Algeria.svg/200px-Flag_of_Algeria.svg.png | |
AS|{{flagicon|ASM|size=200px}}||as||http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Flag_of_American_Samoa.svg/200px-Flag_of_American_Samoa.svg.png | |
AD|{{flagicon|AND|size=200px}}||ad||http://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Flag_of_Andorra.svg/200px-Flag_of_Andorra.svg.png | |
AO|{{flagicon|AGO|size=200px}}||ao||http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Flag_of_Angola.svg/200px-Flag_of_Angola.svg.p |
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 E-klase Mega Stylish | |
// @namespace BlackHalt | |
// @description E-klase Mega Stylish | |
// @include http://www.e-klase.lv/* | |
// @include http://e-klase.lv/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== |
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("e-klase.lv"), domain("www.e-klase.lv") { | |
/* making everything look (almost) nice on a screen with (almost) any width */ | |
body { | |
height: auto !important; | |
} | |
#bc_wrap, |
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
#!/bin/bash | |
############################################################################# | |
# # | |
# Tekstiņu ģenerators twitterim @BlackHalt http://bh.id.lv/ # | |
# Mega GUI čaula! # | |
# # | |
# Darbojas uz KDE # | |
# Nopērc Kubuntu. # | |
# # | |
############################################################################# |
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
#!/usr/bin/python | |
import os | |
import sys | |
def new_name(file): | |
os.path.splitext(file) | |
return '.'.join([os.path.splitext(file)[0],'jpg']) | |
files = sys.argv[1:] |
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
<?php | |
/* | |
Draugiem.lv “Sēņu raža” PHP CLI sēņotājs. | |
http://blackhalt.blogspot.com/2013/09/draugiemlv-senosanas-skripti.html | |
*/ | |
die("\nTu neproti PHP\n\n"); // Aizkomentē, ja vajag ;) |
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
$this->headers[] = 'X-Requested-With: XMLHttpRequest'; | |
$this->headers[] = 'Cookie: pollKey=deleted'; |