I need to remove the current page level title in sharepoint 2013 content pages with javascript. I have over 50 pages, but all of them have the master page <%@ Page language="C#" MasterPageFile="~masterurl/default.master"
can someone point me in the right direction, how would I modified the page title with my own custom bread crum with javascript. The idea is to place the code in the master page so all content pages can use it to overwrite the page title. This will prevent me from modifiyinga all pages. Below is control use in every page. I am having difficulty overwriting it.
<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server"><SharePoint:ListItemProperty Property="BaseName" MaxLength="40" runat="server"/>
</asp:Content>