Open bsima opened 11 years ago
biggerDescription.js is working. It doesn't depend on any greasemonkey-specific functions.
quickAssign.js, however, relies on GM_getValue()
and GM_setValue()
. Both of these need to be removed and replaced with the Chrome equivalent, which is chrome.storage
.
Okay, chrome.storage is at least working somewhat. Now I have to edit the script to get rid of all the converting to and from JSON objects. Chrome.storage can take JavaScript objects, so I might as well keep the list of custom assignees as a JavaScript object the entire time.
Tested on a Mac, these two scripts don't seem to be working