You are viewing a single comment's thread from:

RE: Bitcoin (BTC) Morning Update: Minor Wave 4 Correction in Progress

in #bitcoin7 years ago

@haejin this^^^^ I am not an SOB, i was genuinely sending you a script to correct your mouse issue. I really don't appreciate being falsely accused of sending you a virus and being called an SOB on your channel. I don't want your army of followers attacking me when in fact I was helping you. I am not a troll, i'm one of the good guys.

You had it backwards, you actually believed the TROLL who was saying its a stuxnet virus...thats a virus the US gov used against the iranian nuclear computers. you can check the wiki.

for more proof that its not a virus, here are some links where you can see for yourself

https://stackoverflow.com/questions/4437204/how-to-hide-mouse-cursor-with-jquery

https://stackoverflow.com/questions/1071356/is-it-possible-to-hide-the-cursor-in-a-webpage-using-css-or-javascript

i will also break down the code in its entirety. maybe you don't care but someone else can learn

$('td.chart-markup-table.pane')[0].setAttribute("style", "cursor:none");

  1. $('') <----- this is a jQuery selector. It will find and return any elements on the page that satisfy the condition within. In this case, the condition are the names 'td, chart-markup-table and pane'. Tradingview has all of these tags on the candlestick pane. this is the panel we will hide the mouse on

  2. [0] <----- since the selector might return multiple items, we have to pick which item. this selects the first item that is returned

  3. .setAttribute("style", "cursor:none"); <----- this is pretty self explanatory, but it applies an attribute to the element we just selected using the first 2 parts of the script. in this case, we are setting the 'cursor' style to 'none'

@haejin i'm sorry if you thought it was a virus but its not. Please take down the part trying to attack me from your page. I am a fan and supporter of yours and this is not cool!

Sort:  

@sandman0615
There is no virus in the script. It is obvious that you were trying to help.

thanks! I can understand being wary of running a stranger's script, especially with crypto, but theres no reason to put me in the video and tell people to downvote me. @haejin

I will retract and post that in a coming update. Sorry for any harm done.

@ackza can probably retract the statement where he says its a virus, but he seems like a big troll so i doubt he would

Coin Marketplace

STEEM 0.17
TRX 0.15
JST 0.028
BTC 59774.28
ETH 2422.19
USDT 1.00
SBD 2.44