Skip to content

Instantly share code, notes, and snippets.

View 9kopb's full-sized avatar
💎
xyu.foundation

9kopb 9kopb

💎
xyu.foundation
View GitHub Profile
@9kopb
9kopb / torrc
Created March 17, 2022 21:40 — forked from Nill-R/torrc
Minimal /etc/tor/torrc
SOCKSPort 9050
ExcludeNodes {ru}
ExcludeExitNodes {ru},{kz},{by},{cn},{kg},{tj},{uz},{ir}
Log notice file /var/log/tor/notices.log
@9kopb
9kopb / fresh.sh
Created March 17, 2022 21:39 — forked from ec0type/fresh.sh
#!/bin/bash
macchanger -s eth0
macchanger -r eht0
echo "## Add" >> /etc/tor/torrc
echo "## " >> /etc/tor/torrc
echo "##" >> /etc/tor/torrc
echo "ExitNodes {nl},{pa},{ru}" >> /etc/tor/torrc
echo "StrictExitNodes 1" >> /etc/tor/torrc
@9kopb
9kopb / 7-dog-vk-and-telegram-digital-resistance-svg-scss-30daysvgimage.markdown
Created September 22, 2019 12:51
#7 Dog VK and Telegram Digital Resistance (SVG, SCSS) #30daysvgimage

Keybase proof

I hereby claim:

  • I am 9kopb on github.
  • I am 9kopb (https://keybase.io/9kopb) on keybase.
  • I have a public key whose fingerprint is 2D61 D06C CBF6 BCE2 125E F5F2 E40C 80BB 581F 1F67

To claim this, I am signing this object:

@9kopb
9kopb / form_fill.js
Created September 13, 2018 23:35 — forked from elmarcoh/form_fill.js
Form fill Bookmarklet with Chilean RUT
//Caution when minifiyng this file: the modulus operator in getRut must have spaces around it, otherwise
//Chrome throws an error, and the damn thing won't work
var auto =
{
names: 'Steve Buscemi Catherine Keener Dermot Mulroney Danielle Zerneck James LeGros Rica Martens Peter Dinklage Kevin Corrigan Hilary Gilford Robert Wightman Tom Jarmusch Michael Griffiths Matthew Grace Ryan Bowker Francesca DiMauro',blurb: 'phpBB is a free, open source Internet community application, with outstanding discussion forums and membership management. Written in the PHP scripting language, and making use of the popular MySQL database, phpBB is a standard among web hosting companies throughout the world, and is one of the most widely-used bulletin board packages in the world. phpBB short-circuits the need for you to be a web development master in order to create and manage massive online communities',password: 'secret',fillerup: function()
{
var all_inputs = document.getElementsByTagName('input');var all_selects = documen
@9kopb
9kopb / fiddle.css
Created March 16, 2018 17:07 — forked from anonymous/fiddle.css
Create or test Firebase tokens (source: http://jsfiddle.net/9kopb/n8cads5v/)
label, button {
display: block;
margin-top: 8px;
}
body > fieldset {
float: left;
min-width: 250px;
margin: 10px;
}
@9kopb
9kopb / fiddle.css
Created March 16, 2018 17:07 — forked from anonymous/fiddle.css
Create or test Firebase tokens (source: http://jsfiddle.net/9kopb/n8cads5v/)
label, button {
display: block;
margin-top: 8px;
}
body > fieldset {
float: left;
min-width: 250px;
margin: 10px;
}
Open the console to see the output of this example.
@9kopb
9kopb / gist:dd15ff5ad16b81905965a5c3bfdcbed2
Created February 7, 2018 21:09 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@9kopb
9kopb / MathCaptcha.php
Created November 9, 2017 09:16 — forked from tskrynnyk/MathCaptcha.php
Math Captcha class
<?php
/**
* Math Captcha class.
*
* Generates a simple, plain text math equation as an alternative to image-based CAPTCHAs.
*
* require __DIR__.'/../mathcaptcha.php';
*
* $captcha = new MathCaptcha();
*