Greasy Fork is available in English.

Скрипт для ГКФ || TVER

Скрипт для ГКФ

  1. // ==UserScript==
  2. // @name Скрипт для ГКФ || TVER
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description Скрипт для ГКФ
  6. // @author Madi || Rayn Rey
  7. // @match https://forum.blackrussia.online/threads/*
  8. // @icon http://post-images.org/photo-page.php?photo=p40ZmQI2// @grant none
  9. // @license MIT
  10. // @downloadURL
  11. // ==/UserScript==
  12. 'use strict';
  13. const UNACCСEPT_PREFIX = 4; // Prefix that will be set when thread closes
  14. const ACCСEPT_PREFIX = 8; // Prefix that will be set when thread accepted
  15. const RESHENO_PREFIX = 6; // Prefix that will be set when solving the problem
  16. const PINN_PREFIX = 2; // Prefix that will be set when thread pins
  17. const GA_PREFIX = 12; // Prefix that will be set when thread send to ga
  18. const COMMAND_PREFIX = 10; // Prefix that will be set when thread send to project team
  19. const WATCHED_PREFIX = 9;
  20. const CLOSE_PREFIX = 7;
  21. const SPECY_PREFIX = 11;
  22. const TEXY_PREFIX = 13;
  23. const OJIDANIE_PREFIX = 14;
  24. const OTKAZBIO_PREFIX = 4;
  25. const ODOBRENOBIO_PREFIX = 8;
  26. const NARASSMOTRENIIBIO_PREFIX = 2;
  27. const REALIZOVANO_PREFIX = 5;
  28. const VAJNO_PREFIX = 1;
  29. const PREFIKS = 0;
  30. const KACHESTVO = 15;
  31. const RASSMOTRENO_PREFIX = 9;
  32. const OTKAZRP_PREFIX = 4;
  33. const ODOBRENORP_PREFIX = 8;
  34. const NARASSMOTRENIIRP_PREFIX = 2;