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
// Код букмарклета: (да, оно требует jquery, да, мы настолько обленились :D) | |
// javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://code.jquery.com/jquery-1.10.1.min.js';document.body.appendChild(document.createElement('script')).src='https://gist.github.com/vladkorotnev/6460898/raw';})(); | |
var iteration = 0; // ограничение на количество фото | |
var limitation= 0; // итерация текущая | |
var fb = undefined; // тут будет фастбокс | |
// фн САС -- основная функция обработки фотогратативов, с нее все и началось | |
var sas = function() { | |
if(window.location.href != $('#myprofile')[0].href) { // если мы не на своем профиле |
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
<html> | |
<head> | |
<title> Какая-то платежная система </title> | |
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> | |
</head> | |
<body style="background-image: url(http://bradjasper.com/subtle-patterns-bookmarklet/patterns/satinweave.png); background-size: auto; background-repeat: repeat repeat;"> | |
<small > Данная страница является вымыслом и вообще используется только для проверки ПО</small> | |
<? | |
$names = array( |
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
Option Explicit On | |
Module Yuki | |
'''''''''''''' | |
' Typing sim ' | |
' TODO: Make ' | |
' skip space ' | |
' on line ' | |
' start ' | |
'''''''''''''' | |
Sub TextType(ByVal TextToType As String) |
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
/* Inject this as a Userstyle for VK.com domain! */ | |
/* | |
____ _____ _ | |
| _ \ ___ | ___|___ ___ _ _ ___ ___ __| | | |
| | | | / _ \| |_ / _ \ / __|| | | |/ __| / _ \ / _` | | |
| |_| || __/| _|| (_) || (__ | |_| |\__ \| __/| (_| | |
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
IM.addMsgOrig=IM.addMsg; | |
// copy addMsg | |
IM.sendSys = function (msg, sendPeer) { | |
peer = sendPeer; | |
var peerTab = cur.tabs[peer]; | |
var msg_id = --peerTab.sent, | |
params = {act: 'a_send', to: peer, hash: peerTab.hash, msg: msg, title: "", ts: cur.ts}, |
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
// Grab Ufanet Camera Streams | |
// By Akasaka Ryuunosuke | |
// 2014/03/01 | |
var cameras = ''; var k = ''; | |
for(var key in layouts) { if(key.substr(0,4) == 'cctv') k=key; } | |
for(var i in layouts[k]._layers) { | |
var cam = layouts[k]._layers[i]; | |
var url = "http://"+cam.server+"/"+cam.number+"/index.m3u8?token=maps&autoPlay=true"; |
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 | |
# -*- coding: utf-8 -*- | |
#return | |
# Dependencies | |
import vk_api, datetime | |
from vk_api import upload | |
import pdb | |
import json, urllib, random, uuid, os | |
from BeautifulSoup import BeautifulStoneSoup |
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
@font-face { | |
font-family: 'keyrus'; | |
src: url('http://vladkorotnev.me/keyrus.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ | |
} | |
#rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_tab, #rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_msgs_out, | |
#rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_msgs, | |
#rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_msgs_unread { | |
background: #000 !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
#!/bin/bash | |
# Work Off! | |
# Disable annoying "Install a new update to iWork but first install our crap update to your OS" etc in iWork | |
# by akasaka, 2014 | |
echo QUIT IWORK BEFORE CONTINUING | |
echo QUIT IWORK BEFORE CONTINUING | |
echo QUIT IWORK BEFORE CONTINUING | |
echo QUIT IWORK BEFORE CONTINUING |
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 | |
# -*- coding: utf-8 -*- | |
# v 0.1.3 | |
# | |
# __ ___ _ __ __ | |
# / |/ /___ (_)___/ /___ ____ / / ___ _ ___ | |
# / /|_/ // -_)/ // _ // _ \/ __// _ \/ _ `// _ \ | |
# /_/ /_/ \__//_/ \_,_/ \___/\__//_//_/\_,_//_//_/ | |
# |