Added https
![]() ![]() |
hey, just threw this into the main remover area because some sites (fark) do this garbage via https
|
![]() ![]() |
Bug fix. Original script only removed every second like iframe. Apparently when you do the call fblike[cx].parentNode.removeChild(fblike[cx]) it changes the fblike array, so you don't need to increment your counter. Only if you find an iframe that you dont want to delete do you need to increment. (also, changed the array index to cx, I have had a hate on for using i as an array index ever sionce I stopped programming in fortran) // ==UserScript==
var fblike = document.getElementsByTagName("iframe"); if(fblike) {
|
![]() ![]() |
Forgive the formatting of the previous script... |

