❗️Make sure you have tried it in virtual mode before real trading.

step 1 copy the rocket code

If looking for such as previous versions, beta or nightly, use this

/**
  !! 強烈建議您:先行開啟虛擬交易之後,再執行安裝,或更新版本;並在虛擬交易中,嘗試之後再應用於真實交易之上。
  !! Strong Recommended: Turn on the virtual mode at first, and install or update with a new version,
    and make sure you have tried it in virtual mode before real trading.
*/

/** 更新日誌 Change Logs: <https://github.com/hilezir/etoro-better-ui/releases> */

// ==UserScript==
// @name            eToro Better UI nightly
// @name:en         eToro Better UI nightly
// @description     本套件不提供「自動程式交易」的功能,本套件的核心思想是在盡可能不破壞 eToro 的介面上,介入提升用戶體驗。因此你仍然應該由自己作主下單交易。100% 開源程式碼,免費安裝並使用。
// @description:en  An extension in order to improve Better UI/UX on the eToro system. 100% Open Source on Github can be inspected or verify, no worries.
// @version         0.0.0
// @author          hilezir
// @grant           GM_xmlhttpRequest
// @grant           GM_addStyle
// @match           https://*.etoro.com/*
// @match           <https://etoro.com/*>
// @exclude         https://*.etoro.com/chat
// @exclude         https://*.etoro.com/chats
// @exclude         https://*.etoro.com/*/chat
// @exclude         https://*.etoro.com/*/chats
// @run-at          document-idle
// @noframes
// @namespace       <http://tampermonkey.net/>

///////////////////** 開源程式碼庫 */
// @connect         cdn.jsdelivr.net
// @connect         cdnjs.cloudflare.com

///////////////////** 台灣臺灣銀行 */
// @connect         bot.com.tw

///////////////////** 馬國大眾銀行 */
// @connect         www.pbebank.com

///////////////////** 本地開發專用 */
// !@connect        127.0.0.1
// ==/UserScript==

// @ts-check
// 🇹🇼🇹🇼🇹🇼🇹🇼🇹🇼
// 如果你想切換版本的使用,可以參考下面這一行程式碼
// If you are looking for another version, please change the word to the your target
//
const version = 'master'
// const version = 'v0.36.0-20200926'
// const version = 'v0.35.0-20200921'
// const version = 'v0.34.1-20200914'
// const version = 'v0.33.0-20200911'
// const version = 'v0.32.4-20200907'
// const version = 'v0.31.0-20200902'
// const version = 'v0.30.0-20200825'
// const version = 'v0.29.0-20200825'
// const version = 'v0.28.0-20200823-beta3'
// const version = 'v0.27.0-20200730'
// const version = 'v0.26.1-20200721'
// const version = 'v0.25.3'
// const version = 'v0.24.1'
// const version = 'v0.23.1'
//
// 🇹🇼🇹🇼🇹🇼🇹🇼🇹🇼

try {
  const url = `https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@${version}/dist/etoro.js`

  console.info(`better-ui: loading... version = ${version}`)

  window['GM_xmlhttpRequest']({
    url: url,
    onload: event => {
      console.info(`better-ui: loaded with ${version}`, url)
      eval(event.responseText)
      console.info('better-ui: should up!')
    },
  })
} catch (error) {
  if (error && error.message) {
    alert(error.message)
  } else {
    alert(`Error: better-ui load failed, don't know why`)
  }
}

Aqzhyi/etoro-better-ui

the source code of above

step 2 add new tempermonkey

step 3 paste the rocket code, save it

step 4 switch scripts, reload page