Johnson Roofing Quick Access

Quick-access links to Johnson Roofing's website, contact info, map location, and services for users needing fast roofing support in Omaha.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

// ==UserScript==
// @name         Johnson Roofing Quick Access
// @namespace    http://www.johnsonroofers.com/
// @version      1.0
// @description  Quick-access links to Johnson Roofing's website, contact info, map location, and services for users needing fast roofing support in Omaha.
// @author       Johnson Roofing
// @license      MIT
// @match        *://*/*
// @icon         https://www.johnsonroofers.com/assets/images/logo/logo-header2.webp
// @grant        none
// @homepage     http://www.johnsonroofers.com/
// ==/UserScript==

(function() {
    'use strict';

    console.log("Johnson Roofing – Omaha, NE");
    console.log("Website: http://www.johnsonroofers.com/");
    console.log("Phone: +1 402-718-8034");
    console.log("Google Map: https://maps.app.goo.gl/FdefqSo2nBj7HRnR9");
})();