René's URL Explorer Experiment


Title: some reason i cant get it to run · Issue #77 · basicBot/custom · GitHub

Open Graph Title: some reason i cant get it to run · Issue #77 · basicBot/custom

X Title: some reason i cant get it to run · Issue #77 · basicBot/custom

Description: (function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. function extend(1) { // If the bot hasn't been loaded proper...

Open Graph Description: (function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. function extend(1) {...

X Description: (function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. functi...

Opengraph URL: https://github.com/basicBot/custom/issues/77

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"some reason i cant get it to run","articleBody":"(function () {\r\n\r\n    // Change this to your GitHub username so you don't have to modify so many things.\r\n    var fork = \"2men23\";\r\n\r\n    // Define our function responsible for extending the bot.\r\n    function extend(1) {\r\n        // If the bot hasn't been loaded properly, try again in 1 second(s).\r\n        if (!window.bot) {\r\n          return setTimeout(extend, 1 * 1000);\r\n        }\r\n\r\n        // Precaution to make sure it is assigned properly.\r\n        var bot = window.bot;\r\n\r\n        // Load custom settings set below\r\n        bot.retrieveSettings(https://github.com/2men23/custom/blob/master/extension.js);\r\n\r\n        //Extend the bot here, either by calling another function or here directly.\r\n\r\n        // You can add more spam words to the bot.\r\n        var spamWords = ['spam1', 'spam2', 'spam3', 'spam4'];\r\n        for (var i = 0; i \u003c spamWords.length; i++) {\r\n          window.bot.chatUtilities.spam.push(spamWords[i]);\r\n        }\r\n\r\n        // Example code for a bot command:\r\n        bot.commands.baconCommand = {\r\n          command: 'bacon',  // The command to be called. With the standard command literal this would be: !bacon\r\n          rank: 'user', // Minimum user permission to use the command\r\n          type: 'exact', // Specify if it can accept variables or not (if so, these have to be handled yourself through the chat.message\r\n          functionality: function (chat, cmd) {\r\n            if (this.type === 'exact' \u0026\u0026 chat.message.length !== cmd.length) return void (0);\r\n            if (!bot.commands.executable(this.rank, chat)) return void (0);\r\n            else {\r\n              API.sendChat(\"/me Bacon!!!\");\r\n            }\r\n          }\r\n        };\r\n\r\n        // Load the chat package again to account for any changes\r\n        bot.loadChat(en.json);\r\n\r\n      }\r\n\r\n    //Change the bots default settings and make sure they are loaded on launch\r\n\r\n    localStorage.setItem(\"basicBotsettings\", JSON.stringify({\r\n      botName: \"animeFan#1\",\r\n      language: \"english\",\r\n      chatLink: \"https://rawgit.com/basicBot/source/master/lang/en.json\",\r\n      scriptLink: \"https://rawgit.com/basicBot/source/master/basicBot.js\",\r\n      roomLock: false, // Requires an extension to re-load the script\r\n      startupCap: 10, // 1-200\r\n            startupVolume: 100, // 0-100\r\n            startupEmoji: true, // true or false\r\n            autowoot: true,\r\n            autoskip: false,\r\n            smartSkip: true,\r\n            cmdDeletion: true,\r\n            maximumAfk: 10,\r\n            afkRemoval: true,\r\n            maximumDc: 60,\r\n            bouncerPlus: true,\r\n            blacklistEnabled: true,\r\n            lockdownEnabled: false,\r\n            lockGuard: false,\r\n            maximumLocktime: 10,\r\n            cycleGuard: true,\r\n            maximumCycletime: 10,\r\n            voteSkip: true,\r\n            voteSkipLimit: 10,\r\n            historySkip: true,\r\n            timeGuard: true,\r\n            maximumSongLength: 7,\r\n            autodisable: false,\r\n            commandCooldown: 30,\r\n            usercommandsEnabled: true,\r\n            thorCommand: false,\r\n            thorCooldown: 10,\r\n            skipPosition: 3,\r\n            skipReasons: [\r\n                ['theme', 'This song does not fit the room theme. '],\r\n                ['op', 'This song is on the OP list. '],\r\n                ['history', 'This song is in the history. '],\r\n                ['mix', 'You played a mix, which is against the rules. '],\r\n                ['sound', 'The song you played had bad sound quality or no sound. '],\r\n                ['nsfw', 'The song you contained was NSFW (image or sound). '],\r\n                ['unavailable', 'The song you played was not available for some users. ']\r\n            ],\r\n            afkpositionCheck: 15,\r\n            afkRankCheck: 'ambassador',\r\n            motdEnabled: false,\r\n            motdInterval: 5,\r\n            motd: 'welcome',\r\n            filterChat: true,\r\n            etaRestriction: false,\r\n            welcome: true,\r\n            opLink: string (),\r\n            rulesLink: string ('https://animearmy-plug-dj.weebly.com'),\r\n            themeLink: string ('https://animearmy-plug-dj.weebly.com'),\r\n            fbLink: string ('https://www.facebook.com/animearmy.plug.dj'),\r\n            discordLink: string ('https://discord.gg/JYNrCQC'),\r\n            youtubeLink: null,\r\n            website: string ('https://animearmy-plug-dj.weebly.com'),\r\n            intervalMessages: [5],\r\n            messageInterval: 5,\r\n            songstats: true,\r\n            commandLiteral: '!',\r\n            blacklists: {\r\n                NSFW: 'https://rawgit.com/basicBot/custom/master/blacklists/NSFWlist.json',\r\n                OP: 'https://rawgit.com/basicBot/custom/master/blacklists/OPlist.json',\r\n                BANNED: 'https://rawgit.com/basicBot/custom/master/blacklists/BANNEDlist.json'\r\n            }\r\n        },));\r\n\r\n    // Start the bot and extend it when it has loaded.\r\n    $.getScript(\"https://github.com/2men23/custom/blob/master/extension.js\", extend);\r\n\r\n}).call(this);","author":{"url":"https://github.com/2men23","@type":"Person","name":"2men23"},"datePublished":"2017-09-16T04:52:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":19},"url":"https://github.com/77/custom/issues/77"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:080b5d13-85cd-8278-eefa-4f580a6ab4aa
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA8B2:3D291C:1D619F5:28253CF:698DC623
html-safe-nonce4c3fb23f16270e9e8c29a6eb5d4e83e596030874674813bca4deeef5d200569d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOEIyOjNEMjkxQzoxRDYxOUY1OjI4MjUzQ0Y6Njk4REM2MjMiLCJ2aXNpdG9yX2lkIjoiNjg3NzU1NzM0NTA0MTEwNjQ2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0423405681db5ba51e0b4c9814abb9dad65f9971f76c787373b5c032b67b17a1
hovercard-subject-tagissue:258208259
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/basicBot/custom/77/issue_layout
twitter:imagehttps://opengraph.githubassets.com/73ffa49f69e4134287cee264750440c41280d97bf7988af6ac7e6480064bc635/basicBot/custom/issues/77
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/73ffa49f69e4134287cee264750440c41280d97bf7988af6ac7e6480064bc635/basicBot/custom/issues/77
og:image:alt(function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. function extend(1) {...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:username2men23
hostnamegithub.com
expected-hostnamegithub.com
None2457fd9a1b17ca7f38c3c2653895ccb2e0dd04f18f77446a21354e9bc4b7902f
turbo-cache-controlno-preview
go-importgithub.com/basicBot/custom git https://github.com/basicBot/custom.git
octolytics-dimension-user_id14091184
octolytics-dimension-user_loginbasicBot
octolytics-dimension-repository_id23425480
octolytics-dimension-repository_nwobasicBot/custom
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id23425480
octolytics-dimension-repository_network_root_nwobasicBot/custom
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release878672b82363fd98fbdc5bd0edb68e572c8a8d9b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/basicBot/custom/issues/77#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FbasicBot%2Fcustom%2Fissues%2F77
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FbasicBot%2Fcustom%2Fissues%2F77
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=basicBot%2Fcustom
Reloadhttps://patch-diff.githubusercontent.com/basicBot/custom/issues/77
Reloadhttps://patch-diff.githubusercontent.com/basicBot/custom/issues/77
Reloadhttps://patch-diff.githubusercontent.com/basicBot/custom/issues/77
basicBot https://patch-diff.githubusercontent.com/basicBot
customhttps://patch-diff.githubusercontent.com/basicBot/custom
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FbasicBot%2Fcustom
Fork 566 https://patch-diff.githubusercontent.com/login?return_to=%2FbasicBot%2Fcustom
Star 23 https://patch-diff.githubusercontent.com/login?return_to=%2FbasicBot%2Fcustom
Code https://patch-diff.githubusercontent.com/basicBot/custom
Issues 4 https://patch-diff.githubusercontent.com/basicBot/custom/issues
Pull requests 1 https://patch-diff.githubusercontent.com/basicBot/custom/pulls
Actions https://patch-diff.githubusercontent.com/basicBot/custom/actions
Projects 0 https://patch-diff.githubusercontent.com/basicBot/custom/projects
Security 0 https://patch-diff.githubusercontent.com/basicBot/custom/security
Insights https://patch-diff.githubusercontent.com/basicBot/custom/pulse
Code https://patch-diff.githubusercontent.com/basicBot/custom
Issues https://patch-diff.githubusercontent.com/basicBot/custom/issues
Pull requests https://patch-diff.githubusercontent.com/basicBot/custom/pulls
Actions https://patch-diff.githubusercontent.com/basicBot/custom/actions
Projects https://patch-diff.githubusercontent.com/basicBot/custom/projects
Security https://patch-diff.githubusercontent.com/basicBot/custom/security
Insights https://patch-diff.githubusercontent.com/basicBot/custom/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/basicBot/custom/issues/77
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/basicBot/custom/issues/77
some reason i cant get it to runhttps://patch-diff.githubusercontent.com/basicBot/custom/issues/77#top
https://github.com/2men23
https://github.com/2men23
2men23https://github.com/2men23
on Sep 16, 2017https://github.com/basicBot/custom/issues/77#issue-258208259
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.