CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Small projects (quick fixes and changes) (http://www.codingforums.com/forumdisplay.php?f=56)
-   -   Chrome extension easy fix/pack (quick payment) (http://www.codingforums.com/showthread.php?t=282647)

tyrant64 11-20-2012 08:22 PM

Chrome extension easy fix/pack (quick payment)
 
1) Project Details: :
I've had an open-source chrome extension modified for personal use, and am having problems getting it working. I have some limited knowledge of C++, but not HTML or java.
... I need someone to compile this extension for me, I'm getting an error that says : "Error on line 1, column 11. Unexpected data after root element".

The problem most likely lies in one of these three snippets of code.
options.html
Code:

<input type="text" name="password" id="txt_name" size="30" maxlength="70">
options.coffee
Code:

saveOptions = ->
if(document.getElementById("password").value == "blabla")
{
  filterEnabled  = filterEnabledElem.checked
  filterEntries  = []

  for entry in filterEntriesElem.querySelectorAll('.handle')
    filterEntries.push(entry.textContent)

  Config.setFilterEnabled(filterEnabled)
  Config.setFilterEntries(filterEntries)
}

Code:

if(document.getElementById("password").value == "blabla")
{
Utils.reload()
}



What I'm trying to do:
-Add password field in the options menu of the extension
-Add password protection to settings in the options menu to save/reset options.



The only files modified in this extension are: (As far as I know)
options.coffee
options.html
messages.json




2) Payment method/ details (Paypal, check? Timeline?):
I can pay up to 20$ for a quick fix, and payment can be made via paypal or direct bank transfer with no problems. I can mail the money, but I'd really prefer not to, as that runs the risk of going missing etc.
I am willing to pay more if this proves tedious and/or difficult.

Proof that this program is open-source:
https://github.com/unindented/whitelist-chrome


My files:
http://www.mediafire.com/?wavrr12682kq5az


This is first-come, first serve. Thank you in advance, and I look forward to hearing from someone!

To compile the extension:
Simply open google chrome, open options, select extensions, and tick the box marked "Developer mode".
From there, you can load an unpacked extension, or pack it.

Contact information:
Send me an email at tyrant642@hotmail.com any time between 6AM and 5PM CST (-6 GMT) , and I'll usually reply within the hour.

tyrant64 12-12-2012 02:55 PM

Project completed. This can be closed or deleted.


All times are GMT +1. The time now is 10:39 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.