Skip to content

Releases: eric60/YouTube-Blocker

v3.4 Update setup instructions to be more explicit and clear

04 Sep 13:30
Compare
Choose a tag to compare
  • Update setup instructions to be more explicit and clear

v3.3 Remove default API key

01 Oct 21:46
Compare
Choose a tag to compare
Removed API key and use of default key

v3.2 Fixed invalid key error message and added category string mappings

09 Jul 12:19
Compare
Choose a tag to compare
Refactoring and readded chrome.runtime.reload() to fix bug where API …

…key was not set in options and being used for the API.

v3.1 Updated name and options info

18 Jun 11:52
Compare
Choose a tag to compare
Updated options page.

v3.0 Reverted to original blocking method due to Youtube removing category field

06 Jun 14:01
Compare
Choose a tag to compare

YouTube removed their category label so we will be reverting to the original 1.0 version using the YouTube data api to get the video's category.

v2.4 Fixed bug where not getting category correctly by searching for it

20 Apr 15:08
Compare
Choose a tag to compare
  • Fixed bug where contentscript not getting category correctly due to un ordered elements in collapsible div array. Fixed by searching for it in the array.

v2.3 Fixed bug where not getting correct category. Improved error handling.

20 Apr 13:19
Compare
Choose a tag to compare
  • Collapsible div could have more than 1 element. Fixed bug by getting last element which will be the category.

v2.2 Fixed issues

13 Apr 19:25
Compare
Choose a tag to compare
  • Fixed bug where background script not sending message to content script to update its activated value.

v2.0 No Api Key Needed

12 Apr 18:34
Compare
Choose a tag to compare
  • Now getting category from Youtube video html, no longer need to set API key.

v1.5 Harder to Deactivate Option and updated styling

08 Apr 17:42
Compare
Choose a tag to compare
  • Added new option to make it harder to deactivate
  • Made settings set better without refreshing by using chrome.runtime.reload to reload the extension.
  • Updated styling with bootstrap