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
| -- | |
| -- schijt initialisation, this script is called via autoload mechanism when the | |
| -- TeamSpeak 3 client starts. | |
| -- | |
| require("ts3init") -- Required for ts3RegisterModule | |
| require("ts3defs") | |
| require("ts3errors") | |
| local s_moduleMenuItemID = 1 |
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
| <?php | |
| // Mapping magento GTLD ; Emarsys country | |
| $countries = array ( | |
| 'AF' => 'Afghanistan', | |
| 'AL' => 'Albania', | |
| 'DZ' => 'Algeria', | |
| 'AD' => 'Andorra', | |
| 'AO' => 'Angola', | |
| 'AG' => 'Antigua and Barbuda', | |
| 'AI' => 'Argentina', |
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
| require 'zlib' | |
| require 'yaml' | |
| require "uri" | |
| require "open-uri" | |
| # HTTPS doesn't work | |
| componentsDataGz = open("http://packages.elementary.io/appcenter/dists/xenial/main/dep11/Components-amd64.yml.gz") | |
| componentsData = Zlib::GzipReader.new( componentsDataGz ).read | |
| template = '--- |
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 top bar text */ | |
| /* yt-live-chat-header-renderer { display: none; } yt-live-chat-ticker-renderer { padding-top: 12px; } */ | |
| /* hide send message bit */ | |
| #panel-pages { display: none;} | |
| /* hide top menu triangel */ | |
| yt-icon#label-icon { display: none;} | |
| /* Hide topbar three dots */ | |
| yt-icon-button#overflow {display: none;} | |
| /* hide youtube viewer message */ | |
| yt-live-chat-viewer-engagement-message-renderer { display: none; } |
OlderNewer