Selaa lähdekoodia

Turned off Debugging

Dhruv Vemula 12 vuotta sitten
vanhempi
sitoutus
8ea49e21ec
3 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      copylinkaddress.js
  2. BIN
      copylinkaddress.zip
  3. 1 1
      manifest.json

+ 1 - 1
copylinkaddress.js

@@ -23,7 +23,7 @@ linkAddress.css({position: 'absolute', left:'-9999em'});
 
 var previousCaretPosition = -1;
 
-COPYL_DEBUG = true;
+COPYL_DEBUG = false;
 
 function write_to_console(text) {
     if (COPYL_DEBUG)

BIN
copylinkaddress.zip


+ 1 - 1
manifest.json

@@ -1,7 +1,7 @@
 {
     "manifest_version": 2,
     "name": "Copy Link Address",
-    "version": "0.5",
+    "version": "0.5.1",
     "description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!",
     "content_scripts": [
         {