mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
Removed bug introduced with "about:" sites
This commit is contained in:
parent
4bcdfb9fb7
commit
ba524a896e
3 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@
|
|||
// Communication with main.js
|
||||
|
||||
function checkAbout(){
|
||||
return document.location.protocol === "about:");
|
||||
return document.location.protocol === "about:";
|
||||
}
|
||||
|
||||
function checkPDF(blocking){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue