Skip to content

Instantly share code, notes, and snippets.

@ashish-r
Last active July 5, 2020 21:25
Show Gist options
  • Save ashish-r/8904c4a5e5c9c75c802fbc66a1d7bc7c to your computer and use it in GitHub Desktop.
Save ashish-r/8904c4a5e5c9c75c802fbc66a1d7bc7c to your computer and use it in GitHub Desktop.
Hungama.com free movies and tv shows!
// ==UserScript==
// @name Hungama.com free movies & tv shows
// @namespace http://ashish.link/
// @version 0.1.1
// @description Get access to all movies and tv shows on hungama.com for free.
// @author Ashish Ranjan
// @match https://www.hungama.com/*
// @run-at document-start
// @grant none
// @license MIT
// ==/UserScript==
(function() {
'use strict';
window.google = {
ima: {
AdDisplayContainer: function() {},
AdsLoader: function() {},
AdsRequest: function() {}
}
};
window.addEventListener(
'load',
function() {
window.showNotificationPopup = window.videoPlayerObj.pause = () => {}
},
false
)
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment