Can you add Scrappy toolkit (https://mods.factorio.com/mod/scraptk) compatibility, it breaks advanced smelting by adding byproducts.
It can be done via scraptk API by setting ScrapIndustry.categories["advanced-smelting"] = {ignore=true}.
In data stage of scraptk API tables are generated and used at final-fixes, so it can be set at any time after data stage of scraptk.
On other hand, I make small compat mod for scrappy industry/chemistry (https://mods.factorio.com/mod/scrap-compat) and it is good idea to move in there.
Ant possibly fix up mess with 3 different sorts of bitumen from different mods.