Skip to content

Commit

Permalink
Update cssinject.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Alextimka committed Apr 21, 2024
1 parent 7eb4dfb commit ddb9523
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/cssinject.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ document.documentElement.style.visibility = "hidden";

// Credit image
const creditImg = document.createElement("img");
creditImg.src = "https://img.shields.io/badge/Spectrum-4d4d4d?logo=github";
creditImg.src = `https://img.shields.io/badge/Spectrum%20${
chrome.runtime.getManifest().version
}-4d4d4d?logo=github`;

// Spectrum credit at the bottom
let credit = document.createElement("a");
Expand Down

0 comments on commit ddb9523

Please sign in to comment.