Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tampermonkey

Jquery Works In Console But Not In .js File

$('ul#test a').click(function(){ $('this').closest('parent').find('tex… Read more Jquery Works In Console But Not In .js File

Favicon Disappears After Preventing Execution Of A Specific Inline Script Tag By Tampemonkey

I use this code in Tampermonkey to prevent certain script tag from executing: https://stackoverflow… Read more Favicon Disappears After Preventing Execution Of A Specific Inline Script Tag By Tampemonkey