Skip to content

Commit

Permalink
Update 0.3.5
Browse files Browse the repository at this point in the history
Fixed blur not working on new studocu webpage update
  • Loading branch information
isanchop authored Jan 8, 2022
1 parent c7ee59c commit 07be0af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions remove-blur.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

window.addEventListener('load', function(){
var pages = document.getElementById('page-container').childNodes;
var pages = document.getElementsByClassName('page-content');
for(i=0; i<pages.length; i++){
pages[i].classList.add("nofilter");
}
});
});

0 comments on commit 07be0af

Please sign in to comment.