bsima / SuperTech

A little extension to make an RIT Desktop Support Representative's life just super.
0 stars 1 forks source link

Footprints - quickAssign and biggerDescription don't work #3

Open bsima opened 11 years ago

bsima commented 11 years ago

Tested on a Mac, these two scripts don't seem to be working

bsima commented 10 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.

bsima commented 10 years ago

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.