Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. deci, daca gasesti un document pe scribd.com care e vizibil doar inceputul, spre exemplu asta:
  2.  
  3. https://www.scribd.com/doc/173616998/Geopolitica-curs
  4.  
  5. apesi click dreapta pe pagina si alegi inspect ca aici: http://prntscr.com/n2j1bp
  6. dupa iti apare asa o chestie: http://prntscr.com/n2j1lw
  7. (la mine poate sa fie aranjata diferit!!!)
  8.  
  9. tie iti trebuie sectiunea "console" in Chrome sau Opera e aici: http://prntscr.com/n2j27a
  10. apesi pe console si vei vedea asa ceva: http://prntscr.com/n2j2jf
  11.  
  12. acum tu trebuie aici sa pui codul care eu l-am scris si sa apesi enter: http://prntscr.com/n2j2uv
  13. iata codul:
  14.  
  15. var css = document.createElement("style");
  16. css.type = "text/css";
  17. css.innerHTML = ".ie_fix > div > span { text-shadow: black 0px 0px 0px !important }";
  18. document.body.appendChild(css);
  19. var css = document.createElement("style");
  20. css.type = "text/css";
  21. css.innerHTML = ".promo { display: none }";
  22. document.body.appendChild(css);
  23.  
  24.  
  25. va arata cam asa: http://prntscr.com/n2j35n
  26. dupa ce apesi enter mare treaba nu se intampla, doar mai apare un rand cu ceva "cod" :D http://prntscr.com/n2j3br
  27. si gata, acum la fel nu poti descarca documentul dar il poti vedea in intregime fara probleme!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement