amongus.com

9/21/2022, 3:41:32 PM

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        amongus.com
// @namespace   Violentmonkey Scripts
// @match       https://example.com/
// @grant       none
// @version     1.0
// @author      -
// @description 9/21/2022, 3:41:32 PM
// @license     MIT
// ==/UserScript==
document.body.style.backgroundColor = "#ff0000"
document.body.querySelector("body div").style.backgroundColor = "#00ffff"
document.body.querySelector("body div").querySelector("h1").innerText = "Example Impostor"
document.body.querySelector("body div").querySelector("p").innerText = "This domain is for use in finding the impostor. You may use this to find the imposter."
document.getElementsByTagName("a").item(0).href = "https://www.google.com/search?q=among+us&tbm=isch"