Codeskulptor AddOn

If the first lines of code have the comment #title=New Title, the page title is renamed to New Title. If the comment is #autorun, the code is automatically run.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
Michael Cimino
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
11
คะแนน
0 0 0
เวอร์ชัน
0.3.3
สร้างเมื่อ
26-08-2014
อัปเดตเมื่อ
16-11-2015
Size
979 ไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

This reads the first 3 lines of your code, and does the following:

  • if one of those lines is the comment
    #title=New Code Title
    then the page's title is changed to New Code Title (or whatever name you specify in the comment)
  • if one of those lines is the comment
    #autorun
    the code is automatically run when the page is loaded.