SYMBOL INDEX (136 symbols across 26 files) FILE: analytics/index.js function init (line 8) | function init (tid, cid, options) { function nextIteration (line 384) | function nextIteration(err) { FILE: app/core/analytics.js class Analytics (line 5) | class Analytics { method constructor (line 6) | constructor() { method _uuidv4 (line 23) | _uuidv4() { method trackPage (line 31) | trackPage(pageId) { method trackEvent (line 43) | trackEvent(category, action, label = null, value = null) { FILE: app/core/base-script.js class BaseScript (line 6) | class BaseScript { method constructor (line 7) | constructor(id) { method activate (line 38) | activate() { method deactivate (line 42) | deactivate() { method onScreenRequest (line 46) | onScreenRequest() { method getSettings (line 50) | getSettings() { FILE: app/core/browser.js method downloadFile (line 6) | downloadFile(filename, data) { FILE: app/core/db.js class Database (line 3) | class Database { method constructor (line 4) | constructor() { method set (line 8) | static set(key, value) { method setJson (line 12) | static setJson(key, value) { method get (line 16) | static get(key, defaultValue) { method getJson (line 24) | static getJson(key, defaultValue) { FILE: app/core/queue.js class Queue (line 3) | class Queue { method constructor (line 4) | constructor() { method getInstance (line 8) | static getInstance() { method add (line 16) | add(identifier, cb) { method start (line 23) | async start() { method stop (line 39) | stop() { FILE: app/core/settings-entry.js class SettingsEntry (line 3) | class SettingsEntry { method constructor (line 4) | constructor(id, name) { method toggle (line 13) | toggle() { method addSetting (line 21) | addSetting(label, key, defaultValue, type, cb) { method addSettingUnder (line 37) | addSettingUnder(underKey, label, key, defaultValue, type, cb) { method changeValue (line 52) | changeValue(key, value) { FILE: app/core/settings.js class Settings (line 5) | class Settings extends EventEmitter { method constructor (line 6) | constructor() { method getInstance (line 11) | static getInstance() { method registerEntry (line 23) | registerEntry(entry) { method getEntries (line 31) | getEntries() { method toggleEntry (line 35) | toggleEntry(id) { method _emitEvent (line 47) | _emitEvent(entry) { FILE: app/futbin/futbin-player-links.js class FutbinPlayerLinks (line 7) | class FutbinPlayerLinks extends BaseScript { method constructor (line 8) | constructor() { method activate (line 17) | activate(state) { method deactivate (line 32) | deactivate(state) { method _mutationHandler (line 40) | _mutationHandler(mutationRecords) { method _getFutbinPlayerUrl (line 79) | static _getFutbinPlayerUrl(item) { method _getSelectedItem (line 130) | _getSelectedItem() { FILE: app/futbin/futbin-prices.js class FutbinPrices (line 10) | class FutbinPrices extends BaseScript { method constructor (line 11) | constructor() { method activate (line 16) | activate(state) { method onScreenRequest (line 22) | onScreenRequest(screenId) { method deactivate (line 75) | deactivate(state) { method _show (line 89) | _show(screen, force = false) { method loadFutbinPrices (line 132) | loadFutbinPrices(showFutbinPricePages, screen, force) { method _showFutbinPrice (line 304) | static async _showFutbinPrice(screen, item, futbinData, showBargain) { FILE: app/futbin/settings-entry.js class FutbinSettings (line 3) | class FutbinSettings extends SettingsEntry { method constructor (line 5) | constructor() { FILE: app/instant-bin-confirm/instant-bin-confirm.js class InstantBinConfirm (line 12) | class InstantBinConfirm extends BaseScript { method constructor (line 15) | constructor() { method activate (line 19) | activate(state) { method onScreenRequest (line 23) | onScreenRequest(screenId) { method deactivate (line 62) | deactivate(state) { FILE: app/instant-bin-confirm/settings-entry.js class InstantBinConfirmSettings (line 3) | class InstantBinConfirmSettings extends SettingsEntry { method constructor (line 5) | constructor() { FILE: app/transferlist/card-info.js class CardInfoSettings (line 8) | class CardInfoSettings extends SettingsEntry { method constructor (line 10) | constructor() { class CardInfo (line 17) | class CardInfo extends BaseScript { method constructor (line 18) | constructor() { method activate (line 25) | activate(state) { method deactivate (line 40) | deactivate(state) { method _mutationHandler (line 45) | _mutationHandler(mutationRecords) { FILE: app/transferlist/list-size.js class ListSizeSettings (line 7) | class ListSizeSettings extends SettingsEntry { method constructor (line 9) | constructor() { class ListSize (line 16) | class ListSize extends BaseScript { method constructor (line 17) | constructor() { method activate (line 21) | activate(state) { method onScreenRequest (line 27) | onScreenRequest(screenId) { method deactivate (line 35) | deactivate(state) { method _start (line 41) | _start() { method _stop (line 52) | _stop() { FILE: app/transferlist/min-bin.js class MinBinSettings (line 7) | class MinBinSettings extends SettingsEntry { method constructor (line 9) | constructor() { class MinBin (line 19) | class MinBin extends BaseScript { method constructor (line 20) | constructor() { method activate (line 29) | activate(state) { method deactivate (line 44) | deactivate(state) { method _mutationHandler (line 50) | _mutationHandler(mutationRecords) { method _updateListPrice (line 112) | _updateListPrice(minimumBin) { method _getSelectedItem (line 150) | _getSelectedItem() { FILE: app/transferlist/refresh-list.js class RefreshListSettings (line 6) | class RefreshListSettings extends SettingsEntry { method constructor (line 8) | constructor() { class RefreshTransferList (line 13) | class RefreshTransferList extends BaseScript { method constructor (line 14) | constructor() { method activate (line 18) | activate(state) { method onScreenRequest (line 23) | onScreenRequest(screenId) { method deactivate (line 28) | deactivate(state) { method _show (line 34) | _show(event) { FILE: app/transferlist/transfer-totals.js class TransferTotalsSettings (line 8) | class TransferTotalsSettings extends SettingsEntry { method constructor (line 10) | constructor() { class TransferTotals (line 17) | class TransferTotals extends BaseScript { method constructor (line 18) | constructor() { method activate (line 25) | activate(state) { method deactivate (line 40) | deactivate(state) { method _mutationHandler (line 45) | _mutationHandler(mutationRecords) { FILE: fut/club.js class Club (line 5) | class Club { method getPlayers (line 6) | async getPlayers(start, count) { FILE: fut/errors/index.js class ListPlayerError (line 1) | class ListPlayerError extends Error {} FILE: fut/logger.js class Logger (line 1) | class Logger { method constructor (line 2) | constructor() { method log (line 6) | log(message, category = 'FUT') { method reset (line 15) | reset() { FILE: fut/pinEvent.js class PinEvent (line 3) | class PinEvent { method sendPageView (line 4) | static sendPageView(pageId, delay = 2000) { FILE: fut/priceTiers.js method roundValueToNearestPriceTiers (line 3) | roundValueToNearestPriceTiers(value) { method roundDownToNearestPriceTiers (line 16) | roundDownToNearestPriceTiers(value) { method determineListPrice (line 27) | determineListPrice(start, buyNow) { FILE: fut/store.js class Store (line 3) | class Store { method getUnassignedItems (line 4) | getUnassignedItems() { method getTradePile (line 14) | getTradePile() { method getTradePileUnsold (line 28) | async getTradePileUnsold() { method redeemItem (line 34) | redeemItem(item) { method quickSell (line 49) | quickSell(items) { method sendToClub (line 58) | sendToClub(items) { method removeSoldAuctions (line 73) | removeSoldAuctions() { FILE: fut/transferMarket.js class TransferMarket (line 12) | class TransferMarket { method navigateToTransferHub (line 16) | async navigateToTransferHub() { method navigateToTransferList (line 20) | async navigateToTransferList() { method searchMinBuy (line 26) | async searchMinBuy(item, itemsForMean = 3, lowUp = false) { method listItem (line 58) | async listItem(item, start, buyNow, duration = 3600) { method sendToTradePile (line 91) | sendToTradePile(item) { method relistAllItems (line 106) | relistAllItems() { method _findLowUp (line 129) | async _findLowUp(item, itemsForMean) { method _findLowDown (line 144) | async _findLowDown(item, itemsForMean) { method _defineSearchCriteria (line 201) | _defineSearchCriteria(item, maxBuy = -1) { method _find (line 232) | _find(searchCriteria) { FILE: fut/utils.js method sleep (line 12) | sleep(min, variance = 1000) { method getPlatform (line 18) | getPlatform() {