Advertisement
KiberInfinity

vk disable dynamic IM title and favicon

Jun 22nd, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (!window.vkopt_plugins) vkopt_plugins={};
  2. (function(){
  3.    var PLUGIN_ID = 'vkimtitlex';
  4.    vkopt_plugins[PLUGIN_ID]={
  5.       css:'',
  6.       onLibFiles: function(file_name){if (file_name=='im.js') Inj.Start('IM.changeTitle','return;');}    
  7.    };
  8.    if (window.vkopt_ready) vkopt_plugin_run(PLUGIN_ID);
  9. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement