Derek Tong

Results 2 issues of Derek Tong

This pull request addresses a gap in documentation regarding the ability to change user status through direct chat messages with the Deceive user that appears in the in-game friends list....

Relevant course file: [52. Use the Chrome API to get the tab](https://github.com/scrimba/learn-javascript/blob/main/5.%20Build%20a%20Chrome%20Extension/52.%20Use%20the%20Chrome%20API%20to%20get%20the%20tab/index.js) I am accessing the browser API using: ``` chrome.tabs.query({ active: true, currentWindow: true }, function (tabs) { console.log(tabs);...