Skip to content

Commit

Permalink
Prerelease 1.5.56
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazPom committed Sep 12, 2024
1 parent 2d6283e commit 6c941d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -3658,10 +3658,10 @@ window.dark_object = {
dark_object.background.install();
}
else {
// dark_object.content_script.install();
// if (!uDark.direct_window_export) {
// dark_object.content_script.override_website();
// }
// dark_object.content_script.website_load();
dark_object.content_script.install();
if (!uDark.direct_window_export) {
dark_object.content_script.override_website();
}
dark_object.content_script.website_load();

}

0 comments on commit 6c941d4

Please sign in to comment.