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
// ==UserScript== | |
// @name Auto Reload Console | |
// @namespace https://redquasar.xyz | |
// @version 0.1 | |
// @description Auto Reload Console | |
// @author Andrew Hall | |
// @match http://192.168.1.104/* | |
// @grant GM_addStyle | |
// ==/UserScript== |
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
! Hide profile name and portfolio "health" widget | |
secure.selfwealth.com.au##.col-xs-top-twenty.col-sm-top-twenty.f-col-xl-5.f-col-lg-6.f-col-xs-12 | |
! Hide alignment widget | |
secure.selfwealth.com.au##.alignmentWidget.col-xs-top-twenty.col-sm-top-twenty.f-col-lg-4.f-col-xs-12 | |
! Hide social "top portfolios" carousel | |
secure.selfwealth.com.au##div.f-col-sm-6.f-col-xs-12:nth-of-type(1) | |
! Hide social, alignment, comparisons and target portfolio menu entries. |
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
import threading | |
import hexchat | |
import requests | |
import emoji | |
__module_name__ = "ircemoji" | |
__module_version__ = "0.1000000003" | |
__module_description__ = "Converts emoji shortcodes in the text field to emojis." |
OlderNewer