hi here is a site you can test on fidelity.com here is the script I am using
// ==UserScript== // @name jQuery Example // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @grant unsafeWindow // @include https://oltx.fidelity.com/* // @include https://oltx.fidelity.com/ftgw/fbc/oftop/portfolio#summary // @include https://www.fidelity.com/ // ==/UserScript== this.$ = this.jQuery = jQuery.noConflict(true); jQuery("span.negative").text("$2,340"); On Thursday, August 24, 2017 at 4:38:28 PM UTC-4, [email protected] wrote: > Hi, It is just not working. the numbers are not getting replaced. It's > a bank site and I want to just have the total of other accounts to show in > one place. The number is a static number. I tried other numbers on the > page and it did not work for them either. Not sure if the site being an > https site matters > > On Thursday, August 24, 2017 at 4:07:44 PM UTC-4, Klaus Johannes Rusch > wrote: >> >> On 2017-08-24 17:55, [email protected] wrote: >> > hi, thanks for the help but I can't get it to work. >> >> In what way does it not work? Can you provide a sample page where the >> script fails? >> >> -- >> Klaus Johannes Rusch >> [email protected] >> http://klausrusch.atmedia.net/ >> >> -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
