Skip to content

Commit

Permalink
update v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 15, 2023
1 parent 8896454 commit 5189d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/redirects/static-redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
content: ''

- title: noopjs
added: v1.0.4
description: |-
**Example**
```
Expand Down
3 changes: 3 additions & 0 deletions src/scriptlets/debug-current-inline-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
/* eslint-disable max-len */
/**
* @scriptlet debug-current-inline-script
*
* @description
* This scriptlet is basically the same as [abort-current-inline-script](#abort-current-inline-script), but instead of aborting it starts the debugger.
*
Expand All @@ -24,6 +25,8 @@ import {
* ! Aborts script when it tries to access `window.alert`
* example.org#%#//scriptlet('debug-current-inline-script', 'alert')
* ```
*
* @added v1.0.4.
*/
/* eslint-enable max-len */
export function debugCurrentInlineScript(source, property, search) {
Expand Down

0 comments on commit 5189d11

Please sign in to comment.