DFM Auto Refresh

DFM Auto Refresh Script

< Feedback on DFM Auto Refresh

Review: चांगली - स्क्रिप्ट चालते

§
पोस्ट केले: 2021-09-03

It's from Japan, using this great script.

When I change the language to Japanese, the name of the button changes and doesn't work, so I'd like you to try changing line 29 to the following.

var btn = document.querySelector('button[id*="Mscrm.Modern.refreshCommand"][id$="button"]');

I have confirmed that it works in the environment at hand, but I couldn't figure out how to PullRequest on this site, so please excuse the Feedback. I'm sorry if my English is not good enough.

Thank you for your time.

§
पोस्ट केले: 2021-09-03

And add code if you can,

line 24:
console.log('Stopped auto-refresh'); document.querySelector('button[id="btnAutoRefresh"]').style.backgroundColor="FireBrick";

line 34:
console.log('Started auto-refresh'); document.querySelector('button[id="btnAutoRefresh"]').style.backgroundColor="greenyellow";

line52:
chane greenyellow to FireBrick

Best regards,

Franklin Chenलेखक
§
पोस्ट केले: 2021-09-14

It's from Japan, using this great script.

When I change the language to Japanese, the name of the button changes and doesn't work, so I'd like you to try changing line 29 to the following.

var btn = document.querySelector('button[id*="Mscrm.Modern.refreshCommand"][id$="button"]');

I have confirmed that it works in the environment at hand, but I couldn't figure out how to PullRequest on this site, so please excuse the Feedback.
I'm sorry if my English is not good enough.

Thank you for your time.

Hi wataru-x,

I already published the V1.6 to fix the above issues, thanks for your suggestion:)

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.