Skip to content

Commit

Permalink
Updated classes for verification icon and added Chrome Web Store link
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
rgryta committed Dec 12, 2022
1 parent 30a132e commit 5948bae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ This is official repository of Verified Bird - get rid of unnecessary "Verified"

## How to install

### Chrome Web Store

Simply install the extension from following link: [Chrome Web Store](https://chrome.google.com/webstore/detail/verified-bird/ljmlgobgmbddpldljkhejpcpjimmhjoc).
This version may not yet be the latest one - it can take a few days for the update to be verified by Google.

### Manual installation

1. Download source code .zip file - from Releases or [directly from Github page](https://github.com/rgryta/Verified-Bird/archive/refs/heads/main.zip).
1. Unpack the package file to a separate directory.
1. Head over to [chrome://extensions](chrome://extensions) within Google Chrome (or corresponding packe in a different browser).
1. Head over to [chrome://extensions](chrome://extensions) within Google Chrome (or corresponding packe in a different browser).
1. Enable "Developer Mode" to the top right.
1. Click on "Load Unpacked" from the developer toolbar and choose the unpacked directory from point (2).

Expand All @@ -27,5 +34,3 @@ This is official repository of Verified Bird - get rid of unnecessary "Verified"
## Disclaimer

This is a parody project meant to showcase how unnecessary the verification mark has become after allowing everybody to get their own by subscribing to Twitter Blue. Who knows how many verified Elon Musks there's roaming on the Dark Twitter Planes these days.

Official download link straight from the Chrome Web Store coming soon.
2 changes: 1 addition & 1 deletion contentScript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// HTML for verification checkmark
const verifiedHTML = '<div role=\"button\" tabindex=\"0\" class=\"css-18t94o4 css-1dbjc4n r-6koalj r-9cviqr r-1ny4l3l r-o7ynqc r-6416eg\"><svg viewBox=\"0 0 24 24\" role=\"img\" class=\"r-13v1u17 r-4qtqp9 r-yyyyoo r-1xvli5t r-f9ja8p r-og9te1 r-bnwqim r-1plcrui r-lrvibr\"><g><path d=\"M22.25 12c0-1.43-.88-2.67-2.19-3.34.46-1.39.2-2.9-.81-3.91s-2.52-1.27-3.91-.81c-.66-1.31-1.91-2.19-3.34-2.19s-2.67.88-3.33 2.19c-1.4-.46-2.91-.2-3.92.81s-1.26 2.52-.8 3.91c-1.31.67-2.2 1.91-2.2 3.34s.89 2.67 2.2 3.34c-.46 1.39-.21 2.9.8 3.91s2.52 1.26 3.91.81c.67 1.31 1.91 2.19 3.34 2.19s2.68-.88 3.34-2.19c1.39.45 2.9.2 3.91-.81s1.27-2.52.81-3.91c1.31-.67 2.19-1.91 2.19-3.34zm-11.71 4.2L6.8 12.46l1.41-1.42 2.26 2.26 4.8-5.23 1.47 1.36-6.2 6.77z\"><\/path><\/g><\/svg><\/div>';
const verifiedHTML = '<div role=\"button\" tabindex=\"0\" class=\"css-18t94o4 css-1dbjc4n r-6koalj r-9cviqr r-1ny4l3l r-o7ynqc r-6416eg\"><svg viewBox=\"0 0 24 24\" role=\"img\" class=\"r-1cvl2hr r-4qtqp9 r-yyyyoo r-1xvli5t r-9cviqr r-f9ja8p r-og9te1 r-bnwqim r-1plcrui r-lrvibr\"><g><path d=\"M22.25 12c0-1.43-.88-2.67-2.19-3.34.46-1.39.2-2.9-.81-3.91s-2.52-1.27-3.91-.81c-.66-1.31-1.91-2.19-3.34-2.19s-2.67.88-3.33 2.19c-1.4-.46-2.91-.2-3.92.81s-1.26 2.52-.8 3.91c-1.31.67-2.2 1.91-2.2 3.34s.89 2.67 2.2 3.34c-.46 1.39-.21 2.9.8 3.91s2.52 1.26 3.91.81c.67 1.31 1.91 2.19 3.34 2.19s2.68-.88 3.34-2.19c1.39.45 2.9.2 3.91-.81s1.27-2.52.81-3.91c1.31-.67 2.19-1.91 2.19-3.34zm-11.71 4.2L6.8 12.46l1.41-1.42 2.26 2.26 4.8-5.23 1.47 1.36-6.2 6.77z\"><\/path><\/g><\/svg><\/div>';


// Generalized selector for icon wrapper - working with different scenarios (embedded tweets, Twitter, profiles etc.)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Verified Bird",
"version": "2.0",
"version": "2.1",
"author": "Radosław Gryta",
"description": "Fix Twitter experience by making everyone verified or by replacing the iconic checkmark.",
"action": {
Expand Down

0 comments on commit 5948bae

Please sign in to comment.