Skip to content

Instantly share code, notes, and snippets.

@Flashwalker
Flashwalker / yandex-image-buttons.user.js
Last active April 11, 2024 18:16
Buttons for opening Yandex images on yandex.ru/images/search
// ==UserScript==
// @name yandex-image-buttons
// @namespace http://tampermonkey.net/
// @version 0.3.5
// @description Add buttons (open image & open same) to image viwer on yandex.ru/images/search
// @author Flashwalker
// @match http*://yandex.ru/images/search*
// @updateURL https://gist.github.com/Flashwalker/72c2d871984377075adbe622bb7f9fab/raw/yandex-image-buttons.user.js
// @downloadURL https://gist.github.com/Flashwalker/72c2d871984377075adbe622bb7f9fab/raw/yandex-image-buttons.user.js
// @homepage https://gist.github.com/Flashwalker/72c2d871984377075adbe622bb7f9fab
@Flashwalker
Flashwalker / index.html
Created August 24, 2021 07:33
Responsive stepper - JS Bin // source https://jsbin.com/potifat
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Responsive stepper - JS Bin</title>
<style id="jsbin-css">
.t-body {
margin: 0;
}
@Flashwalker
Flashwalker / terminum.css
Last active October 22, 2018 20:40
Terminum: a skin for Ubiquity addon
/*
=skin=
@name Terminum
@author Flashwalker
@homepage https://flashwalker.bitbucket.io
@email flashwalker[at]freeside.ru
@license WTFPL2 http://wtfpl2.com/
=/skin=
*/
@Flashwalker
Flashwalker / md2bbc.pl
Last active June 16, 2017 16:27 — forked from RogerDodger/md2bbc.pl
Converts Markdown to BBCode (for Hubzilla)
#!/usr/bin/env perl
## Oriented for Hubzilla hub bbcode
## https://gist.github.com/Flashwalker/360e8615bff1b9b322e0096fe92680ab
## Origin: https://gist.github.com/RogerDodger/4405595
## Dependencies:
## sudo apt-get install libtext-markdown-perl libtext-typography-perl
@Flashwalker
Flashwalker / may-the-fork-be-with-you.sh
Created May 12, 2017 00:49
May the fork be with your lang
#!/bin/sh
# May the fork be with your lang
wget -U 'Mozilla/5.0' -qO- "http://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=ru&dt=t&q=`telnet towel.blinkenlights.nl 666 2>/dev/null|tail -2`" | awk -F'"' '{print $2}'