From 4f687edd7e6c327290400aaa6ff0cf7d2bd38c9c Mon Sep 17 00:00:00 2001 From: Jerome Dane Date: Sat, 21 Nov 2015 14:23:04 -0500 Subject: [PATCH] Update to v 0.7.0 --- package.json | 2 +- readme.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 11ae9de..7e282bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remove-from-feed-button-for-youtube", "fullName": "Remove from Feed Button for YouTube", - "version": "0.0.6", + "version": "0.0.7", "description": "Easily remove items from your YouTube subscription feed with a single click", "main": "index.js", "scripts": { diff --git a/readme.md b/readme.md index 2d4ee4c..81bc6ac 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,6 @@ -## STATUS: Temporarily Borked - -**YouTube recently updated the layout of their subscriptions page, so the code needs to be updated to take the new DOM into account. Will fix soon. Issue created at https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button/issues/8** - # Remove from Feed Button for YouTube -Easily remove videos from your YouTube subscription feed. Ads a (x) button to the right of each video so you can remove them with a single click. Ads a "Remove all watched" button to the top of your subscriptions feed to remove all videos marked as watched with a single click. +Easily remove videos from your YouTube subscription feed. Ads a (x) button to the right of each video so you can remove them with a single click. ![screen shot](https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button/blob/master/screenshots/screenshot-640x400.png?raw=true)