mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 16:38:21 +00:00
[1.0] First commit
This commit is contained in:
3
contentScripts/addTorrent/accessAddTorrent.js
Normal file
3
contentScripts/addTorrent/accessAddTorrent.js
Normal file
@@ -0,0 +1,3 @@
|
||||
var downloadButton = document.querySelector('a.butt');
|
||||
downloadButton.onclick = function(){}
|
||||
downloadButton.removeAttribute('onclick');
|
||||
Reference in New Issue
Block a user