I'm trying to copy conditional formatting rules from one of my sheets to others, in Google Sheets. I know, I can just copy and use "paste special" to copy/paste them in, but I specifically want to use a script, because I've set up a script that automatically creates a new sheet, and I want to apply the conditional formatting to all of the sheets I make, because the whole spreadsheet is a sort of log, and the specific column that contains the conditional formatting applies to the entire sheet. Here's what I have:

Using the SpreadsheetApp functions and ConditionalFormatRuleBuilder class, you can create new rules from the rules in your sheet and insert them in the new sheet. I create the below code which works for getting all the rules from 'Merkler' sheet and insert them in 'New sheet', only if those rules are applied to the 'F' column.
You need to replace the SpreadsheetID.