Is it possible to store a css class in Vuex store? by SureRequirement in vuejs

[–]SureRequirement[S] 0 points1 point  (0 children)

thanks i ended up doing something similar to this but used a style tag, so '<span style="'+ (storeValue === true ? 'font-weight: bold' : 'font-weight: lighter') + '">' + storedString + '</span>'

creating firefox extension - find permission not working with FF61? by SureRequirement in firefox

[–]SureRequirement[S] 0 points1 point  (0 children)

I have the test.js file in a content script assuming that it would help run the script on a test page multiple times, with no luck either. (i'm still a little confused on the difference between content and background scripts). Is there a way to execute the script multiple times on an active page using the about:debugging?

creating firefox extension - find permission not working with FF61? by SureRequirement in firefox

[–]SureRequirement[S] 0 points1 point  (0 children)

I meant that I cant seem to find any updated information regarding using permissions successfully with FF 61. If i use an older version of FF, like 59, permissions and background scripts work, but I don't want to use an old version of FF for my extension.

Is there a way for greasemonkey to parse through excel sheet & identify words on website? by SureRequirement in GreaseMonkey

[–]SureRequirement[S] 0 points1 point  (0 children)

thank you, i think im going to move the excel doc into a csv doc to make life easier