Hello, is it possible to http://cdn.wibiya.com/Toolbars/dir_1076/Toolbar_1076068/Loader_1076068.js from this code remove the link to http://www.wibiya.com. I am not strong in this, but I didn’t try to delete it - anyway, the link was restored. There are js scripts in it, and I don’t understand where this link comes from.

UPD In general, this is a toolbar, and as I understand it, it consists not of one js, but of several that are spelled out inside this http://cdn.wibiya.com/Toolbars/dir_1076/Toolbar_1076068/Loader_1076068.js Can I make a toolbar changes? For example, delete some items and add some (various links)

  • >_< комментарии пишем в комментариях - Sh4dow

1 answer 1

Yes you can. If master code. What you have thrown off is not a toolbar code. Here is the code you need. Here is a piece of code that you need to rewrite.

wibiyaToolbar.framework.LinkDataReplace = function (link, withData) { link = link.replace(/Wibiya_TBID/g, wibiyaToolbar.id); link = link.replace(/Wibiya_PAGETITLE/g, encodeURIComponent(document.title)); link = link.replace(/Wibiya_URLesc/g, escape(window.location.href)); link = link.replace(/Wibiya_URL/g, window.location.href); if (withData) { link = link.replace(/Wibiya_SITENAME/g, wibiyaToolbar.Data.SiteName); link = link.replace(/Wibiya_SITEURL/g, wibiyaToolbar.Data.SiteUrl); } return link; }; I will not help further for the basis. UPD Yes you can make changes. But can you? And this is another question. In addition, they are universal pieces. Why do you need too much? Better yours.

  • Thank you :) - doove
  • There is a button - to accept or at least one thumb up :) - stck