Skip to content

Commit

Permalink
Fix too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWr committed Jan 15, 2024
1 parent 0a89055 commit 7480077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scriptlets/spoof-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ import {
* example.org#%#//scriptlet('spoof-css', '.adsbygoogle, .advert', 'height, 100')
* ```
*
* 4. Spoof CSS property value `height` to `100`, `display` to `block` for all elements with class `adsbygoogle` and `advert`:
* 4. Spoof CSS property value `height` to `100`, `display` to `block`
* for all elements with class `adsbygoogle` and `advert`:
*
* ```adblock
* example.org#%#//scriptlet('spoof-css', '.adsbygoogle, .advert', 'height, 100, display, block')
Expand Down

0 comments on commit 7480077

Please sign in to comment.