Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Incpi committed Aug 6, 2024
1 parent 2aabd93 commit bb84819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file not shown.
6 changes: 5 additions & 1 deletion host/CPI/content/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ const interval = setInterval(async () => {

async function ifupdate() {
const silentversions = ["1.3.4"];
const totalsilentversion = ["1.3.4"];
if (
(await getProperty("readupdates")) !==
chrome.runtime.getManifest().version.toString()
chrome.runtime.getManifest().version.toString() &&
!totalsilentversion.includes(
chrome.runtime.getManifest().version.toString()
)
) {
const btn = document.querySelector("#DarkCPI_Navbutton");
if (
Expand Down

0 comments on commit bb84819

Please sign in to comment.