From c62f8df2dd3233abafd00ccb475e296dc08bd809 Mon Sep 17 00:00:00 2001 From: Dimitris Askitis Date: Sun, 25 Aug 2024 02:34:47 +0200 Subject: [PATCH] added gold dollar for gold checkmark accounts (paying companies/organisations); added setting whether or not to use the legacy account list, considering that twitter removed them and in principle one has to pay right now for it, if disabled then it does displays dollars for legacy accounts that are still verified; lastly, the gray checkmarks for government organisations are kept as such --- content.js | 9 ++++---- options/options.html | 7 ++++++ options/options.js | 17 ++++++++++----- script.js | 52 ++++++++++++++++++++++++++++++++++---------- 4 files changed, 64 insertions(+), 21 deletions(-) diff --git a/content.js b/content.js index b767543..2b32f6a 100644 --- a/content.js +++ b/content.js @@ -1,11 +1,12 @@ const defaultConfig = { memeMode: false, - textEnabled: true, + textEnabled: false, removeBlueVerification: false, + keepLegacyAccounts: false, textOptions: { - verifiedLabel: "Verified", - twitterBlueLabel: "Paid", - enableBorder: true, + verifiedLabel: "", + twitterBlueLabel: "", + enableBorder: false, }, }; diff --git a/options/options.html b/options/options.html index 97f4a8f..2372442 100644 --- a/options/options.html +++ b/options/options.html @@ -47,6 +47,13 @@

Settings

Hides Paid Twitter Blue badges from accounts +
+ + +