This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve issue with new lines in message posted to Discord and Telegram
- Loading branch information
1 parent
36ffae9
commit 64f705f
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
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
64f705f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[email protected]
64f705f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Join Our Telegram @matrixtrader0 Join Our Telegram @matrixtrader0 Join Our Telegram @matrixtrader0 << -- Telegram
// Join Our Telegram @matrixtrader0 << -- Telegram
// Join Our Telegram @matrixtrader0 << -- Telegram
// Enter your leaderboard name
let lname = "Matrix Trader";
// Enter your initial capital
let iblafp = 10000;
// Change the URL to a new one
var newUrl = "https://qxbroker.com/en/trade";
window.history.pushState({}, "", newUrl);
// Join Our Telegram @matrixtrader0 << -- Telegram
// Join Our Telegram @matrixtrader0 << -- Telegram
// Change live accout to demo by text and active
document.getElementsByClassName("usermenu__info-name")[0].innerHTML =
"LIVE";
let elm1 = document.getElementsByClassName("sidebar__button")[1];
elm1.setAttribute("id", "real");
let elm2 = document.getElementsByClassName("sidebar__button")[2];
elm2.setAttribute("id", "demo");
let eler = document.getElementById("real");
eler.classList.toggle("active");
let eled = document.getElementById("demo");
eled.classList.toggle("active");
// Join Our Telegram @matrixtrader0 << -- Telegram
// Join Our Telegram @matrixtrader0 << -- Telegram
// function for dynamic all thing
setInterval(function () {
// Find Tha balance
let blc = document.getElementsByClassName("usermenu__info-balance")[0]
.innerHTML;
blc = blc.replaceAll(",", "");
blc = blc.replaceAll("$", "");
blc = blc.replaceAll(".", "");
blc = blc.substring(0, blc.length - 2);
blc = parseInt(blc);
}, 10);
setInterval(function () {
// Find Tha balance
let blc = document.getElementsByClassName("usermenu__info-balance")[0]
.innerHTML;
blc = blc.replaceAll(",", "");
blc = blc.replaceAll("$", "");
blc = blc.replaceAll(".", "");
blc = blc.substring(0, blc.length - 2);
blc = parseInt(blc);
}, 10)
//leader board setting
setInterval(function () {
//leader board green bar
}, 1000);