Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // ==UserScript==
  2. // @name AMZ colors count
  3. // @include /^https?://www\.amazon(\.com?)?\.[a-z]{2,3}/.*$/
  4. // @namespace /^https?://www\.amazon(\.com?)?\.[a-z]{2,3}/.*$/
  5. // ==/UserScript==
  6.  
  7. (function() {
  8. document.querySelector("#productTitle").innerHTML += "<strong style='display: block'>Kolory: <span style='color: #ff2b55'>" + document.querySelectorAll("#variation_color_name li").length + "</span></strong>";
  9. }())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement