Skip to content

Instantly share code, notes, and snippets.

@kuanyui
Last active February 9, 2021 07:17
Show Gist options
  • Save kuanyui/57cae01c97a76bc7f043c537a412e736 to your computer and use it in GitHub Desktop.
Save kuanyui/57cae01c97a76bc7f043c537a412e736 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Pixi API Reference Document Title
// @version 1
// @grant none
// @match http://pixijs.download/release/docs/*
// @match https://pixijs.download/release/docs/*
// @run-at document-end
// ==/UserScript==
//"http://pixijs.download/release/docs/PIXI.BaseTexture.html#.from"
let title = document.querySelector('.header h2').innerText
window.document.title = title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment