This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF--8"/> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> | |
<title>🇫🇷 French Listening Study</title> | |
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🇫🇷</text></svg>"> | |
<link rel="preconnect" href="https://fonts.googleapis.com"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove HTML Node - IVANTI Toolbar Remover | |
// @namespace your_namespace // Replace with your own unique namespace | |
// @version 0.3.6 | |
// @description This script was created to remove some navigation bars when an IVANTI's web based remote desktop site is reached. | |
// @author Another author | |
// @match https://*/dana/html5acc/SparkGateway/* | |
// @grant none | |
// ==/UserScript== |