How to Remove Website ADs

PLM offers two solutions for users to filter ADs from frequently visited websites.

I. Add AD Links to the Blacklist

This method is relatively simple:

II. Write JavaScript to Remove Specific Web Page AD Elements

This method is more complex and requires users to have the ability to write JavaScript scripts. For details, refer to the relevant JS examples (xxxwebdlxxx_0.js/rmdown_0.js) under "PLM Installation Folder\config\web".

After writing a suitable .js script, save the .js file to the "PLM Installation Folder\config\web" folder.

Finally, you need to create a new website configuration or edit an existing one, and set the pre-load script or post-load script of its page path to the newly written .js file. For details, refer to the built-in website configuration such as "t66y".

  1. Open the PLM browser (click the "Browser" tool button at the top of the main interface).
  2. Click the "Sites Config" button in the upper right corner (Tai Chi icon).
  3. Create a new website entry or edit an existing one.
  4. Add or edit a specific entry in the "Page List".
  5. Fill in the correct web page path.
  6. Fill in/select the correct "Before load end" script according to the situation.
  7. Fill in/select the correct "After load" script according to the situation.
  8. Fill in "Remove IDs" (separate element names with ";") according to the situation.
  9. Save after clicking "OK" several times.



How to Remove Video ADs

For video files already imported into the media library, some have advertising content added during production, which is very annoying. PLM provides several mechanisms/methods to skip/remove these ADs.

1. Define AD parts

Users can perform part definition while playing the video, defining certain ranges of parts as "ADs". Then, the PLM player will skip these parts by default when playing them in the future.

2. Set Start/End Positions

Users can perform part definition while playing the video, defining a certain playback progress as the "Start position" and another position later as the "End position". Then, the PLM player will start playing directly from the start point and stop at the end point in the future.

3. Use the "Media Converter" in the "Tools" Menu to Remove ADs

The "Media Converter" provided by PLM can cut out AD parts of the same file very well. Please refer to Media Converter.