Skip to content

Commit

Permalink
deployed on 2024-12-02T01:07:05.762Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 36f2248 commit a8c6764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ <h3 id="rotate-images">Rotate images</h3>
[...document.querySelectorAll(&#39;img&#39;)].forEach(el =&gt; el.style.transform = &#39;rotate(&#39; + (parseInt(orientation)) + &#39;deg)&#39;)</code></pre>
<h3 id="contenteditable">contentEditable</h3>
<pre><code>javascript:void(document.body.contentEditable=true)</code></pre>
<h3 id="invert-colors-quick-dark-theme">Invert colors (quick dark theme)</h3>
<pre><code>javascript:(function(){document.documentElement.style.filter=&#39;invert(1)&#39;;})();</code></pre>
<h3 id="dark-color-scheme">Dark color scheme</h3>
<pre><code>javascript:void(document.documentElement.style.colorScheme=&#39;dark&#39;)</code></pre>
<h3 id="evaluate-javascript-code">Evaluate JavaScript code</h3>
Expand Down

0 comments on commit a8c6764

Please sign in to comment.