Proposal Button

Inject a button next to Markdown Guide above the text editor and generates a default proposal and gets details for station name, OFD date, country, PAAT approval links and Service Type from the title.

Stan na 31-10-2025. Zobacz najnowsza wersja.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name         Proposal Button
// @namespace    http://tampermonkey.net/
// @version      1.5
// @author       Konstantinos Boutis
// @description  Inject a button next to Markdown Guide above the text editor and generates a default proposal and gets details for station name, OFD date, country, PAAT approval links and Service Type from the title.
// @match        https://issues.amazon.com/*
// @match        https://sim.amazon.com/issues/search*
// @match        https://sim.amazon.com/issues/RGU-*
// @grant        none
// ==/UserScript==

(function () {
    'use strict';

})();