View Single Post
Old 11-20-2012, 08:22 PM   PM User | #1
tyrant64
New to the CF scene

 
Join Date: Nov 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
tyrant64 is an unknown quantity at this point
Lightbulb 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.

Last edited by tyrant64; 11-20-2012 at 10:03 PM..
tyrant64 is offline   Reply With Quote