Skip to content

Instantly share code, notes, and snippets.

View Ravlissimo's full-sized avatar
🧑‍🦯
sergeant (UA Armed Forces)

Ravlissimo Ravlissimo

🧑‍🦯
sergeant (UA Armed Forces)
View GitHub Profile
@Ravlissimo
Ravlissimo / MD-Emoji-markup-List.md
Last active March 12, 2024 11:52 — forked from ross-spencer/gist:2bc60f5ec16a738a80b762c0fb4932ec
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:
@Ravlissimo
Ravlissimo / wayback-img-preview.user.js
Last active March 4, 2024 02:30
chromium/thorium userscript "WaybackMachine - Image preView on Archive.org pages"
// ==UserScript==
// @name WaybackMachine - Image preView on Archive.org pages
// @description Provide archived images preview by replace all tags <a> with tags <img> in each archived images links
// @icon https://greasyfork.s3.us-east-2.amazonaws.com/a18s9s6zkhpm0wrcvl3703zr0mel
// @version 1.3.3
// @author Ravlissimo
// @match https://web.archive.org/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @require https://update.greasyfork.org/scripts/488748/1336185/waitForKeyElements2.js
// @grant GM_addStyle
// ==UserScript==
// @name Chrono-Sort-Groups
// @namespace e-t-l
// @homepage https://gist.github.com/e-t-l/46eb62521ffbeec349bf70f1e0f68adf
// @downloadURL https://gist.github.com/e-t-l/46eb62521ffbeec349bf70f1e0f68adf/raw/6b8bc048615daab230facb6283ebeb18b2914a4f/Force-Chrono-Group.user.js
// @match https://www.facebook.com/groups/*
// @match https://www.reddit.com/r/*
// @version 2.4
// @author e-t-l
// @license CC0-1.0
/*
==UserCSS==
@name Optimize-FB-mobile
@namespace e-t-l
@homepage https://gist.github.com/e-t-l/c38c977ca12c76040b56429ff5acf869
downloadURL https://gist.github.com/e-t-l/c38c977ca12c76040b56429ff5acf869/raw/
@match https://www.facebook.com/*
@version 1.5
@author e-t-l
@license CC0-1.0
@Ravlissimo
Ravlissimo / tinder.user.js
Created February 7, 2024 11:20 — forked from tajnymag/tinder.user.js
Tinder Deblur Userscript (ARCHIVED and DEPRECATED, see https://github.com/tajnymag/tinder-deblur)
// ==UserScript==
// @name Tinder Deblur
// @namespace Violentmonkey Scripts
// @match https://tinder.com/*
// @grant none
// @version 1.4
// @author Tajnymag
// @downloadURL https://raw.githubusercontent.com/tajnymag/tinder-deblur/main/tinder.user.js
// @description Simple script using the official Tinder API to get clean photos of the users who liked you
// ==/UserScript==
@Ravlissimo
Ravlissimo / poland-consulate.user.js
Created February 7, 2024 11:10 — forked from Kukunin/poland-consulate.user.js
Userscript for automatic appointment checking for Poland Consulate in Ukraine. Contact me, if you want a ready-to-use solution
// ==UserScript==
// @name Poland Visa Applicator
// @namespace http://e-konsulat.gov.pl/
// @version 0.1
// @description Brute Force the visa application page
// @author Serhii Kukunin <sergey.kukunin@gmail.com>
// @match https://secure.e-konsulat.gov.pl/Uslugi/RejestracjaTerminu.aspx*
// @grant none
// @
// ==UserScript==
// @name SCRIPT
// @description SCRIPT DESCRIPTION
// @icon https://raw.github.com/sepehr/userscript-SCRIPT/master/SCRIPT.png
//
// @author Sepehr Lajevardi <me@sepehr.ws>
// @namespace http://github.com/sepehr
// @downloadURL https://raw.github.com/sepehr/userscript-SCRIPT/master/SCRIPT.user.js
//
// @license GPLv3 - http://www.gnu.org/licenses/gpl-3.0.txt
@Ravlissimo
Ravlissimo / sms.py
Created December 16, 2023 16:55 — forked from superboum/sms.py
Python script to easily send messages to your phone via the Free Mobile API
#!/usr/bin/python3
import requests, sys
payload = {
'user': sys.argv[1],
'pass': sys.argv[2],
'msg': sys.stdin.read()
}
r = requests.get("https://smsapi.free-mobile.fr/sendmsg", params=payload)
@Ravlissimo
Ravlissimo / README.md
Created December 16, 2023 16:48 — forked from superboum/README.md
android debloat