2.1.41 • Published 3 years ago

@scullyio/scully-plugin-remove-scripts v2.1.41

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

plugins-scully-plugin-remove-scripts

  • Description: This plugin will remove all the scripts tags from the incoming HTML. If you don't want to remove all you can use some of the options.
  • Type: Render Plugin

Getting Started

1. Install the plugin:

npm install -D @scullyio/scully-plugin-remove-scripts

2. Use the plugin:

export interface RemoveScriptsConfig {
  /** function that receives the script element and returns false when the script needs to be removed */
  predicate?: (elm: HTMLScriptElement) => boolean;
  /** defaults to true, keeps the transferState so the data.json can be generated */
  keepTransferstate?: boolean;
  /** defaults to `['scullyKeep', 'sk']`. array with attributes, scripts that have one of those will be kept */
  keepAttributes?: string[];
  /** defaults to `[]`. Array with strings, if the fragment occurs in the SRC of the script. the script is kept*/
  keepSrc?: string[];
}

You can use this plugin in scully by adding something like this to your scully.<projectname>.config.ts

import { removeScripts, RemoveScriptsConfig } from '@scullyio/scully-plugin-remove-scripts';

const defaultPostRenderers = [removeScripts, 'seoHrefOptimise'];
setPluginConfig<RemoveScriptsConfig>(removeScripts, {
  keepTransferstate: false,
  /** overwrite default by empty string! */
  keepAttributes: []
});

export const config: ScullyConfig = {
  ...
  defaultPostRenderers: = [removeScripts],
  routes: {
    ...
  }
}

The above config will use the plugin on all routes. If you want to use in on a single route, add it to the config of that particular route like this:

export const config: ScullyConfig = {
  ...
  routes: {
    someRoute: {
      type: 'contentFolder', // Or any other type
      postRenderers: = [removeScripts],
    }
    ...
  }
}
2.1.41

3 years ago

2.1.36

3 years ago

2.1.32

3 years ago

2.1.29

3 years ago

2.1.28

3 years ago

2.1.26

3 years ago

3.0.0-beta.1

3 years ago

2.1.19

3 years ago

2.1.25

3 years ago

2.1.24

3 years ago

2.1.21

3 years ago

2.1.20

3 years ago

2.1.9

3 years ago

2.1.16

3 years ago

2.1.14

3 years ago

2.1.12

3 years ago

2.1.13

3 years ago

2.1.10

3 years ago

2.1.11

3 years ago

3.0.0-beta.0

3 years ago

2.1.18

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.5

3 years ago

2.1.8

3 years ago

2.1.0

3 years ago

2.0.1

4 years ago

2.0.0-BETA.70529

4 years ago

2.0.0-BETA.33130

4 years ago

2.0.0-BETA.63423

4 years ago

2.0.1-BETA.55609

4 years ago

2.0.1-BETA.92113

4 years ago

2.0.1-BETA.94902

4 years ago

2.0.1-BETA.94105

4 years ago

2.0.1-BETA.64704

4 years ago

2.0.1-BETA.95848

4 years ago

2.0.1-BETA.92613

4 years ago

2.0.1-BETA.60859

4 years ago

2.0.1-BETA.84818

4 years ago

2.0.1-BETA.80452

4 years ago

2.0.0-BETA.73219

4 years ago

2.0.0-BETA.91017

4 years ago

2.0.0-BETA.62933

4 years ago

2.0.0-BETA.54936

4 years ago

2.0.0-BETA.84430

4 years ago

2.0.0-BETA.80110

4 years ago

2.0.0-BETA.72406

4 years ago

2.0.0-BETA.71202

4 years ago

2.0.0-BETA.63716

4 years ago

2.0.0

4 years ago

2.0.0-BETA.60231

4 years ago

2.0.0-BETA.72556

4 years ago

2.0.0-BETA.91342

4 years ago

2.0.0-BETA.70300

4 years ago

1.1.1-BETA.62759

4 years ago

1.1.1-BETA.44311

4 years ago

1.1.1-BETA.94934

4 years ago

1.1.1-BETA.83816

4 years ago

1.1.1-BETA.81321

4 years ago

1.1.1-BETA.80335

4 years ago

1.1.1-BETA.81429

4 years ago

1.1.1-BETA.92551

4 years ago

1.1.1-BETA.92614

4 years ago

1.1.1-BETA.85725

4 years ago

1.1.1-BETA.74622

4 years ago

1.1.1-BETA.72956

4 years ago

1.1.1-BETA.70116

4 years ago

1.1.1-BETA.74556

4 years ago

1.1.1-BETA.73135

4 years ago

1.1.1-BETA.71002

4 years ago

1.1.1-BETA.65756

4 years ago

1.1.1-BETA.70346

4 years ago

1.1.1-BETA.63028

4 years ago

1.1.1-BETA.65336

4 years ago

1.1.1-BETA.63419

4 years ago

1.1.1-BETA.60027

4 years ago

1.1.1-BETA.62854

4 years ago

1.1.1-BETA.55746

4 years ago

1.1.1-BETA.61837

4 years ago

1.1.1-BETA.61716

4 years ago

1.1.1-BETA.94615

4 years ago

1.1.1-BETA.85130

4 years ago

1.1.1-BETA.83250

4 years ago

1.1.1-BETA.81821

4 years ago

1.1.1

4 years ago

1.1.0-BETA.82744

4 years ago

1.1.0

4 years ago