Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
V7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miala-python authored Dec 19, 2023
1 parent 634f723 commit b4556ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log('fav.js >> V2.00.06');
console.log('fav.js >> V2.00.07');

var videos = [],
infini_detect = 0;
Expand Down Expand Up @@ -29,6 +29,9 @@ function end_scan() {
element.remove();
});

var htmlElement = document.querySelector('html');
htmlElement.removeAttribute('style');

window.stop();

const head = document.querySelector('head');
Expand Down

0 comments on commit b4556ef

Please sign in to comment.