You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>High performance with minimal memory and CPU usage</p>
107
+
</div>
108
+
<divclass="card-flourish"></div>
109
+
</div>
110
+
</div>
111
+
</div>
112
+
</section>
113
+
114
+
<!-- Interface Preview Section -->
115
+
<sectionclass="interface-preview" id="preview">
116
+
<divclass="container">
117
+
<h2class="section-title">
118
+
<spanclass="code-symbol"><</span>
119
+
Interface Preview
120
+
<spanclass="code-symbol">/></span>
121
+
</h2>
122
+
123
+
<divclass="preview-wrapper">
124
+
<imgsrc="screenshots/editor.png">
125
+
</div>
126
+
</div>
127
+
</section>
128
+
129
+
<!-- How It Works Section -->
130
+
<sectionclass="how-it-works" id="how">
131
+
<divclass="container">
132
+
<h2class="section-title">
133
+
<spanclass="code-symbol"><</span>
134
+
How It Works
135
+
<spanclass="code-symbol">/></span>
136
+
</h2>
137
+
138
+
<divclass="steps">
139
+
<divclass="timeline-line"></div>
140
+
141
+
<divclass="step" data-aos="fade-right">
142
+
<divclass="step-number">01</div>
143
+
<divclass="step-content">
144
+
<h3>Install the Extension</h3>
145
+
<p>Add Code Tweak to Chrome from the Web Store with a single click.</p>
146
+
<divclass="step-icon">
147
+
<iclass="fas fa-download"></i>
148
+
</div>
149
+
</div>
150
+
</div>
151
+
152
+
<divclass="step" data-aos="fade-left">
153
+
<divclass="step-number">02</div>
154
+
<divclass="step-content">
155
+
<h3>Find or Create Scripts</h3>
156
+
<p>Search for scripts on Greasy Fork or create your own with our editor.</p>
157
+
<divclass="step-icon">
158
+
<iclass="fas fa-pen-fancy"></i>
159
+
</div>
160
+
</div>
161
+
</div>
162
+
163
+
<divclass="step" data-aos="fade-right">
164
+
<divclass="step-number">03</div>
165
+
<divclass="step-content">
166
+
<h3>Target Elements Easily</h3>
167
+
<p>Right-click on any element to select it directly into your code.</p>
168
+
<divclass="step-icon">
169
+
<iclass="fas fa-bullseye"></i>
170
+
</div>
171
+
</div>
172
+
</div>
173
+
174
+
<divclass="step" data-aos="fade-left">
175
+
<divclass="step-number">04</div>
176
+
<divclass="step-content">
177
+
<h3>Manage Your Scripts</h3>
178
+
<p>Enable, disable, edit, or delete scripts from the dashboard.</p>
179
+
<divclass="step-icon">
180
+
<iclass="fas fa-sliders-h"></i>
181
+
</div>
182
+
</div>
183
+
</div>
184
+
</div>
185
+
</div>
186
+
</section>
187
+
188
+
<!-- FAQ Section -->
189
+
<sectionclass="faq" id="faq">
190
+
<divclass="container">
191
+
<h2class="section-title">
192
+
<spanclass="code-symbol"><</span>
193
+
FAQ
194
+
<spanclass="code-symbol">/></span>
195
+
</h2>
196
+
197
+
<divclass="accordion">
198
+
<divclass="accordion-item" data-aos="fade-up">
199
+
<divclass="accordion-header">
200
+
<h3>What are user scripts?</h3>
201
+
<divclass="accordion-icon">
202
+
<iclass="fas fa-plus"></i>
203
+
<iclass="fas fa-minus"></i>
204
+
</div>
205
+
</div>
206
+
<divclass="accordion-content">
207
+
<p>User scripts are small JavaScript programs that modify the behavior or appearance of websites you visit. They can add new features, remove annoyances, or make sites more usable. Think of them as mini-extensions that you can write yourself or download from the community.</p>
<h3>Is this extension compatible with scripts from other managers?</h3>
214
+
<divclass="accordion-icon">
215
+
<iclass="fas fa-plus"></i>
216
+
<iclass="fas fa-minus"></i>
217
+
</div>
218
+
</div>
219
+
<divclass="accordion-content">
220
+
<p>Yes, this extension is compatible with most standard user scripts created for other popular script managers like Tampermonkey and Greasemonkey, as long as they follow common user script patterns and metadata formats.</p>
0 commit comments