vuchaev2015 Simulator

я запрещаю вам тратить деньги

  1. // ==UserScript==
  2. // @name vuchaev2015 Simulator
  3. // @namespace https://yaebalosla.com
  4. // @version alpha0.1
  5. // @description я запрещаю вам тратить деньги
  6. // @author Kanoyo
  7. // @match https://zelenka.guru/*
  8. // @grant none
  9. // @icon https://cdn-icons-png.flaticon.com/512/1361/1361339.png
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. var currentURL = window.location.href;
  17.  
  18. if (currentURL.indexOf('/forums/contests/create-thread') !== -1) {
  19. XenForo.alert('Ошибка: вам запрещено создавать розыгрыши');
  20.  
  21. setTimeout(function() {
  22. history.back();
  23. }, 1000);
  24. }
  25. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址