Ad

EnglishFrenchSpanish

Free editor online | DOC > | XLS > | PPT >


OffiDocs favicon

Title host in Chrome with OffiDocs

Title host  screen for extension Chrome web store in OffiDocs Chromium

Ad


DESCRIPTION


Don't worry about your privacy, full code is below.

v1.1.2 Added manifest short_name.

Improved description.

v1.1.1 Continue checking for dirty title for entire time on webpage.

This improves compatibility with sites like Gmail who change the title every time an email is clicked.

v1.1.0 Refined code to fix hard to change site titles.

Code runs asynchronously in background.

Checks every second for fifteen seconds.

function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } async function titlehost() { while(true) { Log('checked'); if(IsTitleDirty()) ChangeTitle(); await sleep(1000); } } function IsTitleDirty() { return (!GetTitle().

endsWith(GetHost())); } function ChangeTitle() { document.

title = GetTitle() + ' - ' + GetHost(); Log('changed'); } function GetTitle() { return document.

title; } function GetHost() { return location.

host; } function Log(message) { return console.

log('Title - host> ' + message); } titlehost();

Additional Information:


- Offered by jpauls
- Average rating : 5 stars (loved it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.

Title host web extension integrated with the OffiDocs Chromium online


Run Chrome Extensions

Ad