Closing firebug console error

From , 3 Years ago, written in JavaScript, viewed 218 times.
URL https://pastebin.vip/view/75877cb7
  1. (function(){
  2.         if (!window.console || !console.firebug) {
  3.                 var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
  4.                
  5.                 window.console = {};
  6.                 for (var i = 0; i < names.length; i++) {
  7.                         window.console[names[i]] = function(){};
  8.                 }
  9.         }
  10. })();
  11. //javascript/1974

Reply to "Closing firebug console error"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website