Compare commits

...

2 commits

4 changed files with 32 additions and 24 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.2.9
// @version 93.2.11
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -753,6 +753,7 @@
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
// @include /delpez.com/
// @include /mendationforc.info/
// @include /paster.gg/
// @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.2.9
// @version 93.2.11
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -753,6 +753,7 @@
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
// @include /delpez.com/
// @include /mendationforc.info/
// @include /paster.gg/
// @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/
@ -2673,18 +2674,20 @@
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null;
// profitsfly partly skip timer
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => {
afterDOMLoaded(function() {
function setTimer() {
if (window.wT9882 > 5) {
window.wT9882 = 1;
}
}
window.wT9882 = 5;
setInterval(setTimer, 1000);
});
})() : null;
// /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => {
// afterDOMLoaded(function() {
// function setTimer() {
// if (window.wT9882 > 5) {
// window.wT9882 = 1;
// }
// }
// window.wT9882 = 5;
// setInterval(setTimer, 1000);
// });
// })() : null;
// sittingonclouds.com .net
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;
})();

View file

@ -204,6 +204,7 @@
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
// @include /delpez.com/
// @include /mendationforc.info/
// @include /paster.gg/
// @run-at document-start
// ==/UserScript==
@ -1147,18 +1148,20 @@
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null;
// profitsfly partly skip timer
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => {
afterDOMLoaded(function() {
function setTimer() {
if (window.wT9882 > 5) {
window.wT9882 = 1;
}
}
window.wT9882 = 5;
setInterval(setTimer, 1000);
});
})() : null;
// /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => {
// afterDOMLoaded(function() {
// function setTimer() {
// if (window.wT9882 > 5) {
// window.wT9882 = 1;
// }
// }
// window.wT9882 = 5;
// setInterval(setTimer, 1000);
// });
// })() : null;
// sittingonclouds.com .net
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;
})();

View file

@ -734,6 +734,7 @@ https://paster.so/*
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
/delpez.com/
/mendationforc.info/
/paster.gg/
/filecrypt.(cc|co)/
/(mega-enlace|acortados).com/
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/