RSS Feed/News Custom Javascript in notice

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

hi i want to add this javascript code in notice only
no idea where to palce tried via adding custom js templete but not works tried to add in page_container but it will take over on whole site

JavaScript:

Code:
<script>
    document.addEventListener("DOMContentLoaded", function () {
        const matrix = document.getElementById("matrix");
        const characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*";

if (matrix) {
            for (let i = 0; i < 50; i++) {
                const...

Read more

Continue reading...
 
Status
Not open for further replies.
Top