My Test Script-3

A test script-3

As of 29.03.2025. See ბოლო ვერსია.

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greatest.deepsurf.us/scripts/531196/1561949/My%20Test%20Script-3.js.

  1. // ==UserScript==
  2. // @name My Test Script-3
  3. // @namespace Test Script-3
  4. // @version 1.0.0
  5. // @description A test script-3
  6. // @author AN
  7. // @match https://disc-bd-supl-sp21-chem-107.blogspot.com/p/ad.html
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. 'use strict';
  12. function alertFunction(){
  13. alert('Hello World');
  14. }