2.1.41 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

2.1.36

2 years ago

2.1.32

2 years ago

2.1.29

2 years ago

2.1.28

2 years ago

2.1.26

2 years ago

3.0.0-beta.1

2 years ago

2.1.19

2 years ago

2.1.25

2 years ago

2.1.24

2 years ago

2.1.21

2 years ago

2.1.20

2 years ago

2.1.9

2 years ago

2.1.16

2 years ago

2.1.14

2 years ago

2.1.12

2 years ago

2.1.13

2 years ago

2.1.10

2 years ago

2.1.11

2 years ago

3.0.0-beta.0

2 years ago

2.1.18

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.5

2 years ago

2.1.8

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0-BETA.70529

2 years ago

2.0.0-BETA.33130

2 years ago

2.0.0-BETA.63423

2 years ago

2.0.1-BETA.55609

2 years ago

2.0.1-BETA.92113

2 years ago

2.0.1-BETA.94902

2 years ago

2.0.1-BETA.94105

2 years ago

2.0.1-BETA.64704

2 years ago

2.0.1-BETA.95848

2 years ago

2.0.1-BETA.92613

2 years ago

2.0.1-BETA.60859

2 years ago

2.0.1-BETA.84818

2 years ago

2.0.1-BETA.80452

2 years ago

2.0.0-BETA.73219

3 years ago

2.0.0-BETA.91017

3 years ago

2.0.0-BETA.62933

3 years ago

2.0.0-BETA.54936

3 years ago

2.0.0-BETA.84430

3 years ago

2.0.0-BETA.80110

3 years ago

2.0.0-BETA.72406

3 years ago

2.0.0-BETA.71202

3 years ago

2.0.0-BETA.63716

3 years ago

2.0.0

3 years ago

2.0.0-BETA.60231

3 years ago

2.0.0-BETA.72556

3 years ago

2.0.0-BETA.91342

3 years ago

2.0.0-BETA.70300

3 years ago

1.1.1-BETA.62759

3 years ago

1.1.1-BETA.44311

3 years ago

1.1.1-BETA.94934

3 years ago

1.1.1-BETA.83816

3 years ago

1.1.1-BETA.81321

3 years ago

1.1.1-BETA.80335

3 years ago

1.1.1-BETA.81429

3 years ago

1.1.1-BETA.92551

3 years ago

1.1.1-BETA.92614

3 years ago

1.1.1-BETA.85725

3 years ago

1.1.1-BETA.74622

3 years ago

1.1.1-BETA.72956

3 years ago

1.1.1-BETA.70116

3 years ago

1.1.1-BETA.74556

3 years ago

1.1.1-BETA.73135

3 years ago

1.1.1-BETA.71002

3 years ago

1.1.1-BETA.65756

3 years ago

1.1.1-BETA.70346

3 years ago

1.1.1-BETA.63028

3 years ago

1.1.1-BETA.65336

3 years ago

1.1.1-BETA.63419

3 years ago

1.1.1-BETA.60027

3 years ago

1.1.1-BETA.62854

3 years ago

1.1.1-BETA.55746

3 years ago

1.1.1-BETA.61837

3 years ago

1.1.1-BETA.61716

3 years ago

1.1.1-BETA.94615

3 years ago

1.1.1-BETA.85130

3 years ago

1.1.1-BETA.83250

3 years ago

1.1.1-BETA.81821

3 years ago

1.1.1

3 years ago

1.1.0-BETA.82744

3 years ago

1.1.0

3 years ago