1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-15 14:09:36 +02:00

First working webExtesion.

This commit is contained in:
kkapsner 2017-06-25 22:33:12 +02:00
parent 4ea073132d
commit cba5680406
9 changed files with 266 additions and 310 deletions

View file

@ -60,7 +60,7 @@
{
enumerable: true,
configureable: false,
get: exportFunction(function()
get: exportFunction(function(){
var url = getURL(window);
if (!url){
return undef;