This file contains 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 OWA Hot Keys | |
// @namespace https://gist.github.com/and-rom/926a0e79fb1ecfc6f673c68b24442560 | |
// @version 0.0.2 | |
// @author and-rom | |
// @description try to take over the world! | |
// @homepage https://gist.github.com/and-rom/926a0e79fb1ecfc6f673c68b24442560 | |
// @updateURL https://gist.github.com/and-rom/926a0e79fb1ecfc6f673c68b24442560/raw/owahotkeys.meta.js | |
// @downloadURL https://gist.github.com/and-rom/926a0e79fb1ecfc6f673c68b24442560/raw/owahotkeys.user.js | |
// @match https://mail.voskhod.ru/owa/* |
This file contains 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 AliExpress Links Change | |
// @namespace https://gist.github.com/and-rom/6410c82f14c66711abfda7f0fa1cb5c0 | |
// @version 0.5 | |
// @author and-rom | |
// @description Change links domain from .ru to .com | |
// @homepage https://gist.github.com/and-rom/6410c82f14c66711abfda7f0fa1cb5c0 | |
// @icon https://ae01.alicdn.com/images/eng/wholesale/icon/aliexpress.ico | |
// @icon64 https://ae01.alicdn.com/images/eng/wholesale/icon/aliexpress.ico | |
// @updateURL https://gist.github.com/and-rom/6410c82f14c66711abfda7f0fa1cb5c0/raw/alilinkschange.meta.js |
This file contains 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 Beeline Services | |
// @namespace https://gist.github.com/and-rom/1f4e89c326437c3289ce079f831e936d | |
// @version 0.5 | |
// @author and-rom | |
// @description List all enabled services. | |
// @homepage https://gist.github.com/and-rom/1f4e89c326437c3289ce079f831e936d | |
// @icon https://my.beeline.ru/resources/icon/favicon.ico | |
// @icon64 https://static.beeline.ru/upload/images/b2c/bee-logo/single.png | |
// @updateURL https://gist.github.com/and-rom/1f4e89c326437c3289ce079f831e936d/raw/beeline-services.meta.js |
This file contains 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/env python3 | |
import hashlib | |
import os | |
import base64 | |
from datetime import datetime | |
username = "admin" | |
password = "12345" | |
# created = datetime.now().strftime("%Y-%m-%dT%H:%M:%S.000Z") |
This file contains 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 AliExpress Feedback pictures sildeshow | |
// @namespace https://gist.github.com/and-rom/464344eef243825e097646b009406d7d | |
// @version 0.2.13 | |
// @author and-rom | |
// @description Press Alt+S to start slideshow, press Alt+C to show number of feedbacks with pictures. | |
// @homepage https://gist.github.com/and-rom/464344eef243825e097646b009406d7d | |
// @icon https://ae01.alicdn.com/images/eng/wholesale/icon/aliexpress.ico | |
// @icon64 https://ae01.alicdn.com/images/eng/wholesale/icon/aliexpress.ico | |
// @updateURL https://gist.github.com/and-rom/464344eef243825e097646b009406d7d/raw/aliitemslideshow.meta.js |
This file contains 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 AliExpress Order to Clipboard | |
// @namespace https://gist.github.com/and-rom/8bd98ad2030f6663866e629a89e06b53 | |
// @version 0.1.7 | |
// @author and-rom | |
// @description Copy data (order no, dispute date, track no) from order page by pressing Alt+Shift+C | |
// @homepage https://gist.github.com/and-rom/8bd98ad2030f6663866e629a89e06b53 | |
// @icon https://ae01.alicdn.com/images/eng/wholesale/icon/aliexpress.ico | |
// @icon64 https://ae01.alicdn.com/images/eng/wholesale/icon/aliexpress.ico | |
// @updateURL https://gist.github.com/and-rom/8bd98ad2030f6663866e629a89e06b53/raw/aliorder.meta.js |
This file contains 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 | |
# Telegram Desktop icons generator | |
# | |
# Requirements: | |
# - Imagemagic | |
# - Inkscape | |
# - Font Roboto Bold | |
# | |
# Inatalation: |
This file contains 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 combats | |
// @namespace https://gist.github.com/and-rom/c65f416e78dc599bc4b33fa8fb090a80 | |
// @version 0.1.1 | |
// @author and-rom | |
// @description combats | |
// @homepage https://gist.github.com/and-rom/c65f416e78dc599bc4b33fa8fb090a80 | |
// @icon http://www.combats.com/favicon.ico | |
// @icon64 http://www.combats.com/favicon.ico | |
// @updateURL https://gist.github.com/and-rom/c65f416e78dc599bc4b33fa8fb090a80/raw/combats.meta.js |
NewerOlder