Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function getDomain() {
- const hostnameArray = location.hostname.split('.')
- return hostnameArray.length === 2 ? location.hostname : hostnameArray.slice(hostnameArray.length - 2).join('.')
- }
- const sites = {
- 'dutchycorp.space': function() {
- if (window.showElem) {
- window.showElem('cl1')
- window.showElem('cl2')
- setTimeout(function() {
- document.getElementById('invisibleCaptchaShortlink')?.click()
- }, 1000)
- } else {
- waitForElement('.skip-ad > a').then(element => element.click())
- }
- },
- 'ccurl.net': function() {}
- }
- sites[getDomain()]?.()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement