פנקס רשימות (כתבן) (מקור)
data:text/html,<html dir="rtl" contenteditable>
הסתרת הפאנל של נטפרי למשתמשי נטפרי (מקור)
javascript:var netFreePanel = document.getElementById('netfree-popup-window').style.display = (netFreePanel) ? '' : 'none'
הורדת סרטונים מיוטיוב (מקור)
javascript:(function(d){d.PwnBkmkVer=3;d.body.appendChild(d.createElement('script')).src='https://deturl.com/ld.asp?'+1*new Date;})(document);
תיקון תצוגת RTL (מקור)
javascript: (function() { var elements = document.getElementsByTagName("*"); for (e of elements) { if (!e.style) continue; if (!e.style.direction || e.style.direction === 'ltr' ) e.style.direction = 'rtl'; else e.style.direction = 'ltr'; } } )()
הפעלת לחצן ימני באתרים שהוא לא עובד (מקור)
javascript:void(document.oncontextmenu=null);
הורדת רצועת שמע בלבד מסרטונים למשתמשי נטפרי (מקור)
javascript:(function(){ var audioTagId = 'injection-by-extract-audio-service'; var audio = document.getElementById(audioTagId); if(audio){ audio.childNodes[0].src = audio.childNodes[0].src.replace(/time=.+$/, 'time=' + new Date().getTime()); audio.load(); audio.play(); return; } var extractUrl = "https://audio.video-tov.ml/extract-audio"; var video = document.getElementsByTagName('video')[0]; var oneSourceReplaced = false; var childNodes = video.childNodes; for(i = childNodes.length-1; i >= 0; i--){ var child = video.childNodes[i]; if(child.tagName != 'SOURCE') continue; if(oneSourceReplaced){ video.removeChild(child); continue; } var videoSrc = child.src; oneSourceReplaced = true; } var audio = document.createElement('audio'); audio.id = audioTagId; audio.controls = true; audio.loop = true; var source = document.createElement('source'); source.src = extractUrl + "?source=" + videoSrc + '&time=' + new Date().getTime(); source.type = "audio/mpeg"; audio.appendChild(source); document.body.insertBefore(audio, document.body.firstChild); audio.load(); audio.play(); })()