Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Great script but need some fix to keep onmouseover function if
DIRECT_THUMBS
set tofalse
.Remove current line #31
document.body.innerHTML += '<div id="poster"></div>';
and replace this part of code (line #90):
/* embedded cover */ if ( (DIRECT_THUMBS) && (document.URL.indexOf('/torrent/')==-1) ) { http://www.rarbg.com/torrent/c4xmf7i elms = document.getElementsByTagName("a"); for (i=0; i < elms.length; i++) { if ( elms[i].getAttribute("onmouseover")!=null){
by this one:
/* embedded cover */ if ( (DIRECT_THUMBS) && (document.URL.indexOf('/torrent/')==-1) ) { document.body.innerHTML += '<div id="poster"></div>'; elms = document.getElementsByTagName("a"); for (i=0; i < elms.length; i++) { if ( elms[i].getAttribute("onmouseover")!==null){
BTW some Userscript header fix:
// @homepage https://openuserjs.org/scripts/Azev/rarbg_fixer // @icon http://www.rarbg.to/favicon.ico // @include http*://*rarbg.com/* // @include http*://*rarbg.to/*