Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     window.addEventListener("load", function () {
  3.         document.querySelector("#factory-fitted-link").addEventListener("click", function () {
  4.             document.querySelector("#accordion-tech--options").click();
  5.         })
  6.     })
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement