ChordTela View Simple

digunakan untuk mengubah tampilan web chordtela.com

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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!)

Author
odtmusisi19
Daily installs
0
Total installs
4
Ratings
0 0 0
Version
1.1
Created
2024-12-28
Updated
2024-12-28
Size
4.49 KB
License
N/A
Applies to

Dokumentasi Script Tampermonkey

Dokumentasi Script Tampermonkey

Tata Cara Penggunaan

  1. Pastikan Anda memiliki Tampermonkey terpasang di browser Anda.
  2. Buka dashboard Tampermonkey dan buat script baru.
  3. Salin dan tempelkan script berikut ke editor Tampermonkey:
  4.         
    // ==UserScript==
    // @name         Custom Script with Delay and URL Restriction
    // @namespace    http://tampermonkey.net/
    // @version      1.0
    // @description  Add a delay before running the script, only on specific URL
    // @author       Your Name
    // @match        https://www.chordtela.com/*
    // @grant        none
    // ==/UserScript==
            
            
  5. Simpan script dan pastikan statusnya aktif.
  6. Kunjungi https://www.chordtela.com/ untuk melihat hasil script Anda.

Fungsi Script

Script ini dirancang untuk memodifikasi tampilan halaman pada domain https://www.chordtela.com/ dengan langkah-langkah berikut:

  • Penundaan Eksekusi: Script akan mulai berjalan 3 detik setelah halaman dimuat.
  • Penghapusan Kelas: Menghapus semua kelas di elemen body, kecuali kelas telabox dan transpose-toolbox.
  • Penataan Elemen:
    • Elemen dengan kelas transpose-toolbox diatur menjadi satu kolom dengan teks normal.
    • Elemen dengan kelas telabox diatur agar konten teksnya memiliki dua kolom, jarak antar kolom 20px, dan garis pemisah.
  • Perubahan Warna Teks: Teks dalam elemen dengan kelas tbi-tooltip diubah menjadi warna biru (#0000FF).
  • Mode Desain: Mengaktifkan designMode pada dokumen sehingga pengguna dapat mengedit langsung konten halaman.
  • Perubahan Warna Latar: Warna latar belakang halaman diubah menjadi putih.

Catatan Penting

  • Script ini hanya akan berjalan di domain www.chordtela.com. Jika URL tidak sesuai, script tidak akan dijalankan.
  • Pastikan bahwa elemen-elemen yang disebutkan dalam script memang ada pada halaman target, agar script dapat berfungsi dengan baik.