Pages:
Author

Topic: BitcoinTalk++ script - v0.2.96 - page 7. (Read 114219 times)

legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 23, 2014, 12:01:05 PM
The bbc_highlight error is because of BitcoinTalk, not the script

And I don't know what happens, are you using the CRX or Tampermonkey? I'll solve that within 2 hours I think.
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 23, 2014, 11:44:22 AM
Still doesn't work (now using USD).
Quote
Uncaught SyntaxError: Unexpected token <
Code:
data = JSON.parse(r.responseText);

I also got errors from bbc_highlight not being defined:
Quote
Uncaught ReferenceError: bbc_highlight is not defined
Can't copy the place where it goes wrong (since it doesn't tell me). Sorry.

I am using Chrome, latest version, on Windows 7.
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 23, 2014, 11:37:29 AM
Please try with the new 0.2.95
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 23, 2014, 11:16:15 AM
Which corresponds to:
Code:
eval("data="+r.responseText+';');
What currency do you use? Never mind, it wouldn't cause that error
Does the error remain if you refresh?[/quote]I used Euro, if that is interesting and yes, it stays after a refresh. I tried multiple times.
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 23, 2014, 11:00:12 AM
I think it can be on Price Ticker. Something like this : USD/BTC = Value | 2 Addresses : Value . To make it much better: when mouse pointer is above ticker, then it will expand and show value of each address. Smiley

  ~~MZ~~
Not sure I'll show the balance in USD for now (I'd have to check which currency you use, handle the delays of all the request, etc)
I'll write the balance in BTC though

The Bitstamp ticker doesn't work:
Quote
Uncaught SyntaxError: Unexpected token < VM371:7063

Which corresponds to:
Code:
eval("data="+r.responseText+';');
What currency do you use? Never mind, it wouldn't cause that error
Does the error remain if you refresh?
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 23, 2014, 10:33:33 AM
The Bitstamp ticker doesn't work:
Quote
Uncaught SyntaxError: Unexpected token < VM371:7063

Which corresponds to:
Code:
eval("data="+r.responseText+';');
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
August 23, 2014, 09:10:30 AM
Can you make an option to enter our BTC addresses for price tracking? The amount of BTC will be fetched and then it will be converted into USD. A max of 3-4 addresses are enough or else large download bandwich will be there.

  ~~MZ~~
That's a good idea
I don't know where I'd display the data but yeah I'll do that

I think it can be on Price Ticker. Something like this : USD/BTC = Value | 2 Addresses : Value . To make it much better: when mouse pointer is above ticker, then it will expand and show value of each address. Smiley

  ~~MZ~~
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 23, 2014, 08:39:35 AM
Damn, sorry for that guys

I just took it as an opportunity to check out the new stuff anyway like the css editor Smiley
I know it's ugly and empty for now, I'm waiting for people to tell me which properties they would like to modify and I'll put them in the editor
legendary
Activity: 1672
Merit: 1010
August 23, 2014, 07:19:00 AM
thanks for the update, chat popped up and i had get a new password for some reason.  I followed the process and its running fine
I had the same problem. Not sure why it happened, since it never happened before.
What about all your settings? Were they reset?
It looks like the new version erased everything

That may have happened because I changed the script header (I just added "@grant GM_xmlhttpRequest" to use the GreaseMonkey's XHR instead of recreating it, which caused bugs)

yes the script settings were all reset to defaults.  I just took it as an opportunity to check out the new stuff anyway like the css editor Smiley
I am using tampermonkey/chrome btw.
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 23, 2014, 07:03:05 AM
What about all your settings? Were they reset?
It looks like the new version erased everything

That may have happened because I changed the script header (I just added "@grant GM_xmlhttpRequest" to use the GreaseMonkey's XHR instead of recreating it, which caused bugs)
They were indeed reset. Everything was gone. I am glad that the save/load function works. Tongue
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 23, 2014, 07:00:06 AM
thanks for the update, chat popped up and i had get a new password for some reason.  I followed the process and its running fine
I had the same problem. Not sure why it happened, since it never happened before.
What about all your settings? Were they reset?
It looks like the new version erased everything

That may have happened because I changed the script header (I just added "@grant GM_xmlhttpRequest" to use the GreaseMonkey's XHR instead of recreating it, which caused bugs)
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 23, 2014, 06:51:48 AM
thanks for the update, chat popped up and i had get a new password for some reason.  I followed the process and its running fine
I had the same problem. Not sure why it happened, since it never happened before.
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 23, 2014, 06:49:39 AM
The 0.2.94 update removes MtGox and BTCaverage without MtGox
And it brings a basic CSS editor
thanks for the update, chat popped up and i had get a new password for some reason.  I followed the process and its running fine now.  Smiley
I don't know what could have happened... That should not happen again

It's not the columns, it just displays the price ticker then nothing more

I'm working on the css editor, what things would you like to modify?

Can you make an option to enter our BTC addresses for price tracking? The amount of BTC will be fetched and then it will be converted into USD. A max of 3-4 addresses are enough or else large download bandwich will be there.

  ~~MZ~~
That's a good idea
I don't know where I'd display the data but yeah I'll do that
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
August 23, 2014, 04:19:05 AM
The 0.2.94 update removes MtGox and BTCaverage without MtGox
And it brings a basic CSS editor

Thanks for the update! Smiley

It's not the columns, it just displays the price ticker then nothing more

I'm working on the css editor, what things would you like to modify?

Can you make an option to enter our BTC addresses for price tracking? The amount of BTC will be fetched and then it will be converted into USD. A max of 3-4 addresses are enough or else large download bandwich will be there.

  ~~MZ~~
legendary
Activity: 1672
Merit: 1010
August 23, 2014, 02:28:23 AM
The 0.2.94 update removes MtGox and BTCaverage without MtGox
And it brings a basic CSS editor

thanks for the update, chat popped up and i had get a new password for some reason.  I followed the process and its running fine now.  Smiley




legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 22, 2014, 10:46:19 PM
The 0.2.94 update removes MtGox and BTCaverage without MtGox
And it brings a basic CSS editor
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
August 22, 2014, 11:01:00 AM
I don't have this so can someone tell me what my stats are in it?
Or do I even have them if I'm not in?
Your are a 0. Nobody has rated you (yet). Every member on Bitcointalk can be rated, even if they don't have the Bitcointalk++ plugin.
legendary
Activity: 1274
Merit: 1000
August 22, 2014, 10:55:41 AM
I don't have this so can someone tell me what my stats are in it?
Or do I even have them if I'm not in?
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
August 20, 2014, 04:18:39 PM
It's not the columns, it just displays the price ticker then nothing more

I'm working on the css editor, what things would you like to modify?
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
August 19, 2014, 10:27:11 PM
Well I'm not going to tell people to download some file from a random file hosting service
I'll try to find the official old version
Thanks for your help!

It's okay. I understand what you are saying, anyway I gave the link because it was uploaded by a trusted person when I requested. It isn't harmful. If you want, I will upload .oex file to google drive. Here is the official Github page for older Violent Monkey extension : https://github.com/gera2ld/Violentmonkey-oex/wiki ( Remove ' -oex ' from url to go to latest version's page.
You are welcome! Smiley

Kindly,
        MZ
Don't get me wrong, I will try it myself because it's just an extension anyway, but I don't want to make other people do it

Edit: I just tried it and the script doesn't work. I'll stick with the Firefox Mobile addon for now I think

Edit2: FYI I'm coming back from vacation this weekend. BT++ development should continue after that.

Thanks for telling! Anyway, I don't know what's wrong, it is working for me. If you want to see the columns correctly, you will have to enable single column view option from settings.

Kindly,
      MZ
Pages:
Jump to: