eight-dollars icon indicating copy to clipboard operation
eight-dollars copied to clipboard

A browser extension that shows twitter blue vs real verified users

Results 61 eight-dollars issues
Sort by recently updated
recently updated
newest added

Hello there, I am added a viewport and Meta data in the Head section.

Along with the extension versions taking [script.js](https://github.com/wseagar/eight-dollars/blob/main/script.js) and slapping the userscript header allows it to work with Tampermonkey/Violentmonkey, meaning users of those don't have to install another extension to use...

help wanted

Issue to track chrome web store submission process. Current status: Pending

When I unpacked the file and use it on Microsoft Edge, the extension doesn't work

In the chrome option panel we currently have: - The ability to toggle between a comic sans $ or a $ drawn closer to twitters font - The ability to...

help wanted

The selectors seem very specific and would break if any class changes or the structure of the dom changes. https://github.com/wseagar/eight-dollars/blob/main/script.js#L41-L50 Is there any other way we can target these DOM...

enhancement

First in my standard notifications tab I see this mixed info, same user and verified because of Twitter blue but on the like notification it shows they are legit. ![image](https://user-images.githubusercontent.com/87554193/201446301-35f82c08-28d0-4413-ab19-0881e86db930.png)

It doesn't work when the display language is Japanese. ![image](https://user-images.githubusercontent.com/50550561/201246387-854680f8-dc58-4f93-ad71-6cf2e528b9eb.png) It works well when the display language is English. ![image](https://user-images.githubusercontent.com/50550561/201246499-321d913f-6c46-4abf-86e6-6ea9bdb6764b.png)

# Give `isVerified` precedence + hide checkmark if indeterminate (in Twitter Spaces) - #41 gave `isBlueVerified` precedence over `isVerified` - This PR reverts precedence, giving precedence back to `isVerifed` -...

The settings page should allow users to choose a custom icon for either twitter blue or verified users. Leaving this up for grabs if someone wants to give it a...

help wanted