Header Ads

youtube watched videos hider (working)

what is YouTube watched videos hider?

it is an small piece of software that will hide watched youtube videos from youtube site, this will give you clean list, stop wasting time in old videos and start discovering new things


you can go to addon setting to set your channel ID to avoid hiding your loved songs/videos etc..
note: www.youtube.com/feed/history will not hided, To avoid this feature become useless in youtube

new version with so much improvement:

 v2.4
-fix exceptional bug when viewing channel videos
v2.3
-fix problem due youtube channel page structure update
v2.2
-solving problem the addon doesn't work in www.youtube.com/watch?v= when side playlist not available
v2.1
-fix the addon hide the user side playlist
-stop opening setting page on every install
v2.0
-fix history avoidance not working in mobile
v1.9
-fix the side playlist on watch page partially hided
-www.youtube.com/feed/history will not hided, To avoid this feature become useless in youtube
v1.8
resource usage improvement
fix not working in www.youtube.com/feed/subscriptions and www.youtube.com/watch?v= pages
v1.7
resource usage improvement
fix bugs
v1.6
fix some problems with first install
fix the video div doesn't hided completely because of YouTube structure updates
v1.5
-fix the addon not show the real status in startup
v1.4
-adding ability to avoid hiding your own videos and playlists
-add button to switch the addon on/off
-decrease resource usage
v1.1
-fix permission
v1.0
-the first version.

she also available as user script for other browsers:

firstly download user script runner add-on for your browser if you don't have it already:
tempermonky for firefox
tempermonky for chrome
tempermonky for opera

then the download script


 see it working:



6 comments:

  1. manifest.json
    -------------
    {
    "manifest_version": 2,
    "applications": {
    "gecko": {
    "id": "[email protected]"
    }
    },

    "description": "youtube watched videos hider by ibtisam_midlet",
    "name": "youtube watched videos hider ",
    "version": "2.4",
    "homepage_url": "https://justinmidlet.blogspot.com/2019/05/youtube-watched-videos-hider.html",

    "icons": {
    "64": "icons/logo.png"
    },

    "permissions": [
    "*://*.youtube.com/*",
    "storage"
    ],

    "background": {
    "scripts": ["background.js"]
    },

    "content_scripts": [{
    "matches": ["*://*.youtube.com/*"],
    "js": ["jquery.js", "script.js"],
    "run_at": "document_idle"
    }],

    "options_ui": {
    "page": "options.html",
    "browser_style": true
    }

    ,"browser_action" : {
    "default_title" : "on"
    ,"default_icon" : {
    "64": "icons/logo.png"
    }
    }
    }

    ReplyDelete
  2. This Add-On seems to corrupt the "Watch History" part of YouTube.. I started watching a video on one device and wanted to continue on another and it never appeared on my watch history...

    ReplyDelete
    Replies
    1. just disable the addon from its , otherwise its not the addon problem, youtube might have delay on its function

      Delete
  3. Quite a nice addition to Firefox, thank you! I added my channel to the exceptions list, however I actually have about a dozen channels, so it would be great if we could add a list....

    ReplyDelete
  4. lol Anti depressant tester... :)
    Also Doesnt mess with Watch history.. false report great addon.

    ReplyDelete
  5. doesn't hide empty lines
    div id="contents" class="style-scope ytd-rich-grid-row"

    ReplyDelete