Skip to content

Alternative to patching theme with TamperMonkey #11

@NickHu

Description

@NickHu

Hi Kento, I got tired of patching my theme all the time to make use of this.
Just an FYI that instead of doing that you can initialise an empty TamperMokey script which has frontmatter similar to the following.
You may wish to update the README

// ==UserScript==
// @name         forest-server reload
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Automatically reload forester
// @author       Nick Hu
// @match        http://localhost:8080/*
// @grant        none
// @require      http://localhost:8080/reload.js
// ==/UserScript==

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions