diff --git a/fuckadblock.js b/fuckadblock.js index 572fc78..a5e327a 100644 --- a/fuckadblock.js +++ b/fuckadblock.js @@ -1,14 +1,5 @@ -/* -FuckAdBlock 2.2 - some modifications to the original script: - - removed automatic check at beginning because was failing in my case (window onload) - - added function "removeAll()" to dettach all the callbacks (to be able to conveniently use anonymous functions passed by value) - - removed the "body" closure and using document.body everywhere instead (trying to initialize the closure var on window load was kinda not always working) -https://github.com/tchakabam/FuckAdBlock - -*/ - /* -FuckAdBlock 2.1 +FuckAdBlock 2.2 http://github.com/sitexw/FuckAdBlock */ @@ -89,4 +80,3 @@ function FuckAdBlock() { var that = this; } var fuckAdBlock = new FuckAdBlock(); - diff --git a/package.json b/package.json index d2a9e22..583f00c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/tchakabam/FuckAdBlock.git" + "url": "git://github.com/sitexw/FuckAdBlock.git" }, "keywords": [ "ad", @@ -17,7 +17,7 @@ ], "author": "Valentin Allaire , Stephan Hesse ", "bugs": { - "url": "https://github.com/tchakabam/FuckAdBlock/issues" + "url": "https://github.com/sitexw/FuckAdBlock/issues" }, - "homepage": "https://github.com/tchakabam/FuckAdBlock" + "homepage": "https://github.com/sitexw/FuckAdBlock" } diff --git a/test.html b/test.html index 7596e6d..6260609 100644 --- a/test.html +++ b/test.html @@ -2,7 +2,7 @@ - FuckAdBlock 2.0 Exemple + FuckAdBlock 2.2 Exemple - +