spiderx / CodeRx Tv Cracker

// ==UserScript==
// @name         CodeRx Tv Cracker
// @namespace    http://mytv.dialog.lk/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        http://mytv.dialog.lk/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.body.innerHTML = document.body.innerHTML.replace(/no/g, 'yes');
})();