# SPDX-License-Identifier: CC0-1.0
#
# Copyright (C) 2025 Woj. Kosior <koszko@koszko.org>
/#[+]end_src/ {
code_block = 0;
}
{
if (code_block)
print;
}
$0 ~ "#[+]begin_src +" block_type {
code_block = 1;
}
![]() |
index : simple-browser-extension | |
| A simple Web Extension to facilitate replacing sites' js with user-controlled scripts |
| aboutsummaryrefslogtreecommitdiff |
# SPDX-License-Identifier: CC0-1.0
#
# Copyright (C) 2025 Woj. Kosior <koszko@koszko.org>
/#[+]end_src/ {
code_block = 0;
}
{
if (code_block)
print;
}
$0 ~ "#[+]begin_src +" block_type {
code_block = 1;
}