Go Back   CodingForums.com > Web Projects and Services Marketplace > Web Projects > Small projects (quick fixes and changes)

Notices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
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
Old 12-12-2012, 02:55 PM   PM User | #2
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
Project completed. This can be closed or deleted.
tyrant64 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:41 AM.


Advertisement
Log in to turn off these ads.