├── LICENSE ├── README.md ├── background.js ├── contentScript.js ├── data ├── inject │ ├── CJd9TLHVA1sCsit.js │ ├── Dgav39DCdb3fBZn.js │ ├── NdDUsTMOaA9eZIR.js │ ├── QXUjFOs2zO59cpm.js │ ├── W0jChzYSmQDvvhE.js │ ├── WfTpJEdiZnC4MwV.js │ ├── hqlKuji2AztfIo1.js │ └── xPIU7lVB5aBMCrz.js ├── lib │ └── showdown.min.js └── nptel.json ├── images ├── NeoExamShieldBanner.png ├── icon128.png ├── icon16.png ├── icon256.png └── icon48.png ├── manifest.json ├── metadata.json ├── minifiedBackground.js ├── minifiedContent-script.js ├── nptel.txt ├── popup.html ├── popup.js └── rules.json /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024, NeoPass 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # <i>**`Free`** NeoPass Extension FIXED</i> 2 | 3 | This chrome extension is for students taking tests on the **`Iamneo portal`**, **`Wildlife Ecology NPTEL`**<br> and `other exam portals` that restrict your abilities 4 | 5 | --- 6 | 7 | ### [**Make sure to visit our website for the best experience!**](https://www.freeneopass.tech) 🌐 8 | 9 | <samp> 10 | 11 | > [!IMPORTANT] 12 | > **Get Your Credentials**: To obtain your credentials, it is essential to visit the website [freeneopass.tech](https://www.freeneopass.tech) and follow the instructions provided there. 13 | > Accessing the website is crucial for a seamless experience with the extension. 14 | 15 | > [!WARNING] 16 | > **Educational Purposes Only**: This extension is intended for educational purposes. Please use it responsibly and ethically. 17 | > We am not responsible for any actions taken, and we do not encourage or promote cheating in any way. 18 | > Be cautious when using the extension to maintain academic integrity. 19 | 20 | ## ✨ Features 21 | 22 | - **`NPTEL Integration`** : Solve NPTEL Wildlife ecology answers 23 | - **`NeoExamShield Bypass`** : Break free from Examly's limitations. NeoPass mimics the NeoExamShield extension, allowing you 24 | - **`NeoBrowser Bypass`** : Get instant answers with a single shortcut. [Download](https://drive.google.com/drive/u/1/folders/1Zz2icoyB0eaI2JBJKgP3C8zgAstK2rCs) 25 | - **`Chatbot With Stealth Mode`** : Leverage AI Chatbot to enhance your search capabilities 26 | - **`AI Search Answers/Code`** : Perform AI-powered searches, helping you find answers without switching tabs 27 | - **`Solve MCQ`** : Quicky Search MCQ Answers by simply selecting 28 | - **`Tab Switching Bypass`** : Prevents unwanted tab switch restrictions 29 | - **`Pasting When Restricted`** : Quickly paste answers with ease, reducing the time spent on manual entry 30 | - **`Remote Logout`** : Remote logout your account from the extension ensuring your identity is hidden. 31 | 32 | ## ⬇️ Installation 33 | 34 | 1. [Download](https://github.com/Max-Eee/NeoPass/archive/refs/heads/main.zip) the extension. 35 | 2. Open Chrome and go to the Extensions page by typing `chrome://extensions/`. 36 | 3. Enable **Developer mode** in the top right corner. 37 | 4. Click on **Load unpacked** and select the folder where the extension is located. 38 | 5. Your NeoPass extension is now installed! 39 | 40 | ### Installation Guide Video 41 | [*Click to watch the installation tutorial*](https://drive.google.com/file/d/1PKyvMHfq8J9gI8JR8uCc38OmubYEXfd2/view) 42 | 43 | ## 🛠️ Usage 44 | 45 | Once installed, **login with your credentials** obtained from our [website](https://www.freeneopass.tech). 46 | 47 | ## ⌨️ Shortcuts 48 | 49 | - <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>Q</kbd> : Solve Iam Neo MCQs/Coding Questions with 100% ACCURACY [HOT] 50 | - <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>A</kbd> : Solve Iam Neo MCQs/Coding Questions with using AI [Backup] 51 | - <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>T</kbd> : Type Iam Neo Coding Questions One by One [Stealth] 52 | - <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>N</kbd> : Solve NPTEL Wildlife Ecology and Conservation Economics MCQs [New] 53 | - <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>Z</kbd> : Search answers and code from selected text 54 | - <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>X</kbd> : Search MCQs from selected text 55 | - <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>V</kbd> : Paste content when blocked 56 | - <kbd>Alt</kbd> + <kbd>C</kbd> : Open/Close Chatbot [New] 57 | 58 | ## 🤝 Contribute or Add NPTEL Dataset 59 | 60 | If you want to contribute to the NPTEL question database, follow these steps: 61 | 62 | 1. Fork this repository 63 | 2. Open your NPTEL assignment page in the browser 64 | 3. Open browser developer tools (F12 or right-click > Inspect) 65 | 4. Go to the Console tab 66 | 5. Copy and paste the script from `nptel.txt` in the repository 67 | 6. Run the script by pressing Enter 68 | 7. The script will extract all questions and correct answers from the page 69 | 8. Copy the output JSON data 70 | 9. Update the `data/nptel.json` file with the new questions and answers 71 | 10. Create a pull request to contribute your additions back to the main repository 72 | 73 | This helps expand our database and improves the accuracy of the NPTEL question solving feature! 74 | 75 | ## 💬 Feedback 76 | 77 | We'd love to hear your thoughts! If you encounter any issues or have suggestions for improvement, please reach out. Your feedback is invaluable! 💌 78 | 79 | 📧 **Contact us at:** [freeneopass@gmail.com](mailto:freeneopass@gmail.com) 80 | 81 | ## License 82 | 83 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 84 | 85 | </samp> 86 | 87 | -------------------------------------------------------------------------------- /contentScript.js: -------------------------------------------------------------------------------- 1 | (function(_0x3746f5,_0x37c3f8){function _0x249aa1(_0x3c10e5,_0x54a024,_0xca7b93,_0x2f04b0){return _0x2254(_0x54a024- -0x1df,_0x2f04b0);}function _0xf3006c(_0x5736c2,_0x31326b,_0x20db9b,_0x445a6b){return _0x2254(_0x5736c2-0x278,_0x31326b);}const _0x2c09e2=_0x3746f5();while(!![]){try{const _0xfe1284=parseInt(_0xf3006c(0x2e5,0x2e9,0x2e4,0x2e8))/(0x2e*0x60+-0x1713+0x5d4)+parseInt(_0xf3006c(0x2e2,0x2de,0x2e7,0x2e0))/(0x33d*-0x3+-0x26*-0x96+-0x1*0xc8b)*(-parseInt(_0xf3006c(0x2ea,0x2ea,0x2ec,0x2ec))/(0x2558+-0x97*-0x2+-0x2683))+parseInt(_0xf3006c(0x2eb,0x2ec,0x2eb,0x2ee))/(-0x3f*-0xa+-0x1e45+0x1bd3)*(parseInt(_0xf3006c(0x2e9,0x2e3,0x2ea,0x2ee))/(0x1a*0x10c+0x2*-0x137+-0x18c5))+-parseInt(_0xf3006c(0x2e1,0x2de,0x2de,0x2de))/(-0xfd9*0x1+0x2200+-0x1221)*(-parseInt(_0xf3006c(0x2e8,0x2ee,0x2ed,0x2e6))/(0x1b46*-0x1+0x4b2+0x789*0x3))+-parseInt(_0xf3006c(0x2e4,0x2e1,0x2ea,0x2e1))/(0x25*-0xed+-0x7b*-0x3a+0x66b)*(parseInt(_0x249aa1(-0x170,-0x174,-0x178,-0x178))/(0xa40+0x21d1*0x1+-0x581*0x8))+-parseInt(_0xf3006c(0x2e0,0x2e6,0x2e2,0x2e3))/(-0xb7*-0x27+-0xb*-0xf9+0x268a*-0x1)+-parseInt(_0xf3006c(0x2e6,0x2e0,0x2e9,0x2ec))/(0x1*0xc05+0xf25*-0x2+0x1250)*(-parseInt(_0xf3006c(0x2e7,0x2ed,0x2e2,0x2e8))/(0x842+0x7e5*-0x3+0xf79*0x1));if(_0xfe1284===_0x37c3f8)break;else _0x2c09e2['push'](_0x2c09e2['shift']());}catch(_0x52c45f){_0x2c09e2['push'](_0x2c09e2['shift']());}}}(_0x1272,-0x2*0x196b7+0x4d41c+0x38a51));if(typeof chrome==='\x75\x6e\x64\x65\x66\x69\x6e\x65\x64'){}chrome['\x73\x74\x6f\x72\x61\x67\x65']['\x6c\x6f\x63\x61\x6c']['\x67\x65\x74'](['\x6c\x6f\x67\x67\x65\x64\x49\x6e'],function(_0x56a3fb){if(_0x56a3fb['\x6c\x6f\x67\x67\x65\x64\x49\x6e']===!![]){const _0x5bf858=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x63\x72\x69\x70\x74');_0x5bf858['\x73\x72\x63']=chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x67\x65\x74\x55\x52\x4c']('\x64\x61\x74\x61\x2f\x69\x6e\x6a\x65\x63'+'\x74\x2f\x78\x50\x49\x55\x37\x6c\x56\x42'+'\x35\x61\x42\x4d\x43\x72\x7a\x2e\x6a\x73'),_0x5bf858['\x6f\x6e\x6c\x6f\x61\x64']=function(){this['\x72\x65\x6d\x6f\x76\x65']();},(document['\x68\x65\x61\x64']||document['\x64\x6f\x63\x75\x6d\x65\x6e\x74\x45\x6c'+'\x65\x6d\x65\x6e\x74'])['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x5bf858);}else{}}),chrome['\x73\x74\x6f\x72\x61\x67\x65']['\x6c\x6f\x63\x61\x6c']['\x67\x65\x74'](['\x6c\x6f\x67\x67\x65\x64\x49\x6e'],function(_0x30d0af){if(_0x30d0af['\x6c\x6f\x67\x67\x65\x64\x49\x6e']===!![]){const _0x53e3c1=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x63\x72\x69\x70\x74');_0x53e3c1['\x73\x72\x63']=chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x67\x65\x74\x55\x52\x4c']('\x64\x61\x74\x61\x2f\x69\x6e\x6a\x65\x63'+'\x74\x2f\x51\x58\x55\x6a\x46\x4f\x73\x32'+'\x7a\x4f\x35\x39\x63\x70\x6d\x2e\x6a\x73'),(document['\x68\x65\x61\x64']||document['\x64\x6f\x63\x75\x6d\x65\x6e\x74\x45\x6c'+'\x65\x6d\x65\x6e\x74'])['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x53e3c1);}else{}});function _0x1272(){const _0x1049e4=['\x39\x33\x32\x30\x31\x6b\x74\x61\x6f\x54\x6c','\x34\x5a\x79\x6c\x65\x54\x54','\x34\x32\x38\x30\x31\x31\x30\x53\x56\x4b\x41\x4d\x71','\x34\x36\x37\x31\x35\x34\x6b\x41\x63\x4d\x4e\x45','\x31\x38\x56\x6d\x63\x57\x6c\x64','\x31\x31\x38\x38\x30\x76\x53\x4b\x72\x6a\x54','\x31\x30\x30\x30\x56\x51\x6f\x6e\x75\x50','\x33\x35\x36\x36\x31\x34\x55\x67\x46\x63\x52\x6a','\x36\x31\x33\x38\x51\x6d\x69\x61\x78\x58','\x36\x39\x30\x30\x57\x48\x53\x6b\x79\x55','\x31\x34\x59\x7a\x68\x68\x4d\x6f','\x31\x38\x39\x38\x32\x37\x35\x46\x49\x76\x44\x6c\x4c'];_0x1272=function(){return _0x1049e4;};return _0x1272();}function checkLoginStatusAndProceed(_0x128a9a){const _0xca51bd={};_0xca51bd['\x61\x63\x74\x69\x6f\x6e']='\x63\x68\x65\x63\x6b\x4c\x6f\x67\x69\x6e'+'\x53\x74\x61\x74\x75\x73',chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0xca51bd,function(_0x25b0fa){if(!_0x25b0fa['\x6c\x6f\x67\x67\x65\x64\x49\x6e']){const _0x2b4930={};_0x2b4930['\x61\x63\x74\x69\x6f\x6e']='\x73\x68\x6f\x77\x4c\x6f\x67\x69\x6e\x50'+'\x72\x6f\x6d\x70\x74',chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x2b4930),_0x128a9a['\x70\x72\x65\x76\x65\x6e\x74\x44\x65\x66'+'\x61\x75\x6c\x74'](),_0x128a9a['\x73\x74\x6f\x70\x50\x72\x6f\x70\x61\x67'+'\x61\x74\x69\x6f\x6e']();}else console['\x6c\x6f\x67']('\u2705\x20\x55\x73\x65\x72\x20\x69\x73\x20'+'\x6c\x6f\x67\x67\x65\x64\x20\x69\x6e\x2e'+'\x20\x50\x72\x6f\x63\x65\x65\x64\x69\x6e'+'\x67\x2e\x2e\x2e');});}const neoBrowserDownloadLink='\x68\x74\x74\x70\x73\x3a\x2f\x2f\x64\x72'+'\x69\x76\x65\x2e\x67\x6f\x6f\x67\x6c\x65'+'\x2e\x63\x6f\x6d\x2f\x64\x72\x69\x76\x65'+'\x2f\x75\x2f\x31\x2f\x66\x6f\x6c\x64\x65'+'\x72\x73\x2f\x31\x5a\x7a\x32\x69\x63\x6f'+'\x79\x42\x30\x65\x61\x49\x32\x4a\x42\x4a'+'\x4b\x67\x50\x33\x43\x38\x7a\x67\x41\x73'+'\x74\x4b\x32\x72\x43\x73';function replaceDownloadTextLink(){const _0x539de6=Array['\x66\x72\x6f\x6d'](document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x64\x69\x76'))['\x66\x69\x6e\x64'](_0xd023b1=>_0xd023b1['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74']['\x74\x72\x69\x6d']()==='\x44\x6f\x77\x6e\x6c\x6f\x61\x64\x20\x4e'+'\x65\x6f\x20\x42\x72\x6f\x77\x73\x65\x72');if(_0x539de6&&!_0x539de6['\x64\x61\x74\x61\x73\x65\x74']['\x72\x65\x70\x6c\x61\x63\x65\x64']){const _0x4dcfd4=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x61');_0x4dcfd4['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74']='\x44\x6f\x77\x6e\x6c\x6f\x61\x64\x20\x4e'+'\x65\x6f\x50\x61\x73\x73\x27\x73\x20\x4e'+'\x65\x6f\x42\x72\x6f\x77\x73\x65\x72',_0x4dcfd4['\x68\x72\x65\x66']=neoBrowserDownloadLink,_0x4dcfd4['\x74\x61\x72\x67\x65\x74']='\x5f\x62\x6c\x61\x6e\x6b',_0x4dcfd4['\x73\x74\x79\x6c\x65']['\x63\x73\x73\x54\x65\x78\x74']='\x0a\x20\x20\x20\x20\x20\x20\x63\x6f\x6c'+'\x6f\x72\x3a\x20\x23\x30\x30\x37\x30\x66'+'\x33\x3b\x0a\x20\x20\x20\x20\x20\x20\x66'+'\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74'+'\x3a\x20\x35\x30\x30\x3b\x0a\x20\x20\x20'+'\x20\x20\x20\x66\x6f\x6e\x74\x2d\x73\x69'+'\x7a\x65\x3a\x20\x31\x35\x70\x78\x3b\x0a'+'\x20\x20\x20\x20\x20\x20\x74\x65\x78\x74'+'\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f'+'\x6e\x3a\x20\x75\x6e\x64\x65\x72\x6c\x69'+'\x6e\x65\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x63\x75\x72\x73\x6f\x72\x3a\x20\x70\x6f'+'\x69\x6e\x74\x65\x72\x3b\x0a\x20\x20\x20'+'\x20\x20\x20\x77\x68\x69\x74\x65\x2d\x73'+'\x70\x61\x63\x65\x3a\x20\x6e\x6f\x77\x72'+'\x61\x70\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64'+'\x3a\x20\x6c\x69\x6e\x65\x61\x72\x2d\x67'+'\x72\x61\x64\x69\x65\x6e\x74\x28\x34\x35'+'\x64\x65\x67\x2c\x20\x23\x33\x62\x38\x32'+'\x66\x36\x2c\x20\x23\x38\x62\x35\x63\x66'+'\x36\x2c\x20\x23\x65\x63\x34\x38\x39\x39'+'\x29\x3b\x0a\x20\x20\x20\x20\x20\x20\x2d'+'\x77\x65\x62\x6b\x69\x74\x2d\x62\x61\x63'+'\x6b\x67\x72\x6f\x75\x6e\x64\x2d\x63\x6c'+'\x69\x70\x3a\x20\x74\x65\x78\x74\x3b\x0a'+'\x20\x20\x20\x20\x20\x20\x62\x61\x63\x6b'+'\x67\x72\x6f\x75\x6e\x64\x2d\x63\x6c\x69'+'\x70\x3a\x20\x74\x65\x78\x74\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x2d\x77\x65\x62\x6b'+'\x69\x74\x2d\x74\x65\x78\x74\x2d\x66\x69'+'\x6c\x6c\x2d\x63\x6f\x6c\x6f\x72\x3a\x20'+'\x74\x72\x61\x6e\x73\x70\x61\x72\x65\x6e'+'\x74\x3b\x0a\x20\x20\x20\x20',_0x539de6['\x72\x65\x70\x6c\x61\x63\x65\x57\x69\x74'+'\x68'](_0x4dcfd4),_0x539de6['\x64\x61\x74\x61\x73\x65\x74']['\x72\x65\x70\x6c\x61\x63\x65\x64']='\x74\x72\x75\x65';}}function replaceTakeTestButton(){const _0x14fc58=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x23\x74\x65\x73\x74\x42\x75\x74\x74\x6f'+'\x6e\x73\x49\x44\x20\x62\x75\x74\x74\x6f'+'\x6e');_0x14fc58['\x66\x6f\x72\x45\x61\x63\x68'](_0x5066d7=>{const _0x31b486=_0x5066d7['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74']['\x74\x72\x69\x6d']()==='\x54\x61\x6b\x65\x20\x74\x65\x73\x74\x20'+'\x6f\x6e\x6c\x79\x20\x69\x6e\x20\x4e\x65'+'\x6f\x20\x42\x72\x6f\x77\x73\x65\x72'&&_0x5066d7['\x63\x6c\x61\x73\x73\x4c\x69\x73\x74']['\x63\x6f\x6e\x74\x61\x69\x6e\x73']('\x64\x69\x73\x61\x62\x6c\x65\x64');if(_0x31b486&&!_0x5066d7['\x63\x6c\x6f\x73\x65\x73\x74']('\x23\x74\x65\x73\x74\x42\x75\x74\x74\x6f'+'\x6e\x73\x49\x44')?.['\x64\x61\x74\x61\x73\x65\x74']['\x72\x65\x70\x6c\x61\x63\x65\x64']){const _0x370413=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x61');_0x370413['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74']='\x54\x61\x6b\x65\x20\x74\x65\x73\x74\x20'+'\x6f\x6e\x6c\x79\x20\x69\x6e\x20\x4e\x65'+'\x6f\x50\x61\x73\x73\x27\x73\x20\x4e\x65'+'\x6f\x42\x72\x6f\x77\x73\x65\x72',_0x370413['\x68\x72\x65\x66']=neoBrowserDownloadLink,_0x370413['\x74\x61\x72\x67\x65\x74']='\x5f\x62\x6c\x61\x6e\x6b',_0x370413['\x73\x74\x79\x6c\x65']['\x63\x73\x73\x54\x65\x78\x74']='\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70'+'\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x20\x72'+'\x65\x6c\x61\x74\x69\x76\x65\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x64\x69\x73'+'\x70\x6c\x61\x79\x3a\x20\x69\x6e\x6c\x69'+'\x6e\x65\x2d\x62\x6c\x6f\x63\x6b\x3b\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61'+'\x64\x64\x69\x6e\x67\x3a\x20\x31\x30\x70'+'\x78\x20\x32\x30\x70\x78\x3b\x0a\x20\x20'+'\x20\x20\x20\x20\x20\x20\x66\x6f\x6e\x74'+'\x2d\x73\x69\x7a\x65\x3a\x20\x31\x35\x70'+'\x78\x3b\x0a\x20\x20\x20\x20\x20\x20\x20'+'\x20\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67'+'\x68\x74\x3a\x20\x35\x30\x30\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x6c'+'\x6f\x72\x3a\x20\x77\x68\x69\x74\x65\x3b'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62'+'\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x2d'+'\x63\x6f\x6c\x6f\x72\x3a\x20\x62\x6c\x61'+'\x63\x6b\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x62\x6f\x72\x64\x65\x72\x2d\x72'+'\x61\x64\x69\x75\x73\x3a\x20\x38\x70\x78'+'\x3b\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e'+'\x3a\x20\x63\x65\x6e\x74\x65\x72\x3b\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x74\x65'+'\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74'+'\x69\x6f\x6e\x3a\x20\x6e\x6f\x6e\x65\x3b'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63'+'\x75\x72\x73\x6f\x72\x3a\x20\x70\x6f\x69'+'\x6e\x74\x65\x72\x3b\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x7a\x2d\x69\x6e\x64\x65'+'\x78\x3a\x20\x31\x3b\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72'+'\x3a\x20\x31\x70\x78\x20\x73\x6f\x6c\x69'+'\x64\x20\x74\x72\x61\x6e\x73\x70\x61\x72'+'\x65\x6e\x74\x3b\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20\x74\x72\x61\x6e\x73\x69\x74'+'\x69\x6f\x6e\x3a\x20\x61\x6c\x6c\x20\x30'+'\x2e\x33\x73\x20\x65\x61\x73\x65\x3b\x0a'+'\x20\x20\x20\x20\x20\x20';const _0x4f7ff0=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x74\x79\x6c\x65');_0x4f7ff0['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74']='\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2e'+'\x6e\x65\x6f\x2d\x64\x6f\x77\x6e\x6c\x6f'+'\x61\x64\x2d\x62\x74\x6e\x20\x7b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70'+'\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x20\x72'+'\x65\x6c\x61\x74\x69\x76\x65\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x7a'+'\x2d\x69\x6e\x64\x65\x78\x3a\x20\x31\x3b'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x7d'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2e'+'\x6e\x65\x6f\x2d\x64\x6f\x77\x6e\x6c\x6f'+'\x61\x64\x2d\x62\x74\x6e\x3a\x62\x65\x66'+'\x6f\x72\x65\x20\x7b\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x63\x6f\x6e\x74'+'\x65\x6e\x74\x3a\x20\x27\x27\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70'+'\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x20\x61'+'\x62\x73\x6f\x6c\x75\x74\x65\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74'+'\x6f\x70\x3a\x20\x2d\x32\x70\x78\x3b\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x72\x69\x67\x68\x74\x3a\x20\x2d\x32\x70'+'\x78\x3b\x0a\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x62\x6f\x74\x74\x6f\x6d\x3a'+'\x20\x2d\x32\x70\x78\x3b\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x6c\x65\x66'+'\x74\x3a\x20\x2d\x32\x70\x78\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x62'+'\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a'+'\x20\x6c\x69\x6e\x65\x61\x72\x2d\x67\x72'+'\x61\x64\x69\x65\x6e\x74\x28\x34\x35\x64'+'\x65\x67\x2c\x20\x23\x33\x62\x38\x32\x66'+'\x36\x2c\x20\x23\x38\x62\x35\x63\x66\x36'+'\x2c\x20\x23\x65\x63\x34\x38\x39\x39\x29'+'\x3b\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x62\x6f\x72\x64\x65\x72\x2d\x72'+'\x61\x64\x69\x75\x73\x3a\x20\x39\x70\x78'+'\x3b\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x7a\x2d\x69\x6e\x64\x65\x78\x3a'+'\x20\x2d\x31\x3b\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73'+'\x69\x74\x69\x6f\x6e\x3a\x20\x6f\x70\x61'+'\x63\x69\x74\x79\x20\x30\x2e\x33\x73\x20'+'\x65\x61\x73\x65\x3b\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x6f\x70\x61\x63'+'\x69\x74\x79\x3a\x20\x30\x2e\x35\x3b\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x7d\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x6e'+'\x65\x6f\x2d\x64\x6f\x77\x6e\x6c\x6f\x61'+'\x64\x2d\x62\x74\x6e\x3a\x61\x66\x74\x65'+'\x72\x20\x7b\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x63\x6f\x6e\x74\x65\x6e'+'\x74\x3a\x20\x27\x27\x3b\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x70\x6f\x73'+'\x69\x74\x69\x6f\x6e\x3a\x20\x61\x62\x73'+'\x6f\x6c\x75\x74\x65\x3b\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x73'+'\x65\x74\x3a\x20\x31\x70\x78\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x62'+'\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a'+'\x20\x62\x6c\x61\x63\x6b\x3b\x0a\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x62\x6f'+'\x72\x64\x65\x72\x2d\x72\x61\x64\x69\x75'+'\x73\x3a\x20\x37\x70\x78\x3b\x0a\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x7a\x2d'+'\x69\x6e\x64\x65\x78\x3a\x20\x2d\x31\x3b'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x7d'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2e'+'\x6e\x65\x6f\x2d\x64\x6f\x77\x6e\x6c\x6f'+'\x61\x64\x2d\x62\x74\x6e\x3a\x68\x6f\x76'+'\x65\x72\x3a\x62\x65\x66\x6f\x72\x65\x20'+'\x7b\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x6f\x70\x61\x63\x69\x74\x79\x3a'+'\x20\x31\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x66\x69\x6c\x74\x65\x72'+'\x3a\x20\x62\x6c\x75\x72\x28\x32\x70\x78'+'\x29\x3b\x0a\x20\x20\x20\x20\x20\x20\x20'+'\x20\x7d\x0a\x20\x20\x20\x20\x20\x20\x20'+'\x20\x2e\x6e\x65\x6f\x2d\x64\x6f\x77\x6e'+'\x6c\x6f\x61\x64\x2d\x62\x74\x6e\x3a\x68'+'\x6f\x76\x65\x72\x20\x7b\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61'+'\x6e\x73\x66\x6f\x72\x6d\x3a\x20\x73\x63'+'\x61\x6c\x65\x28\x31\x2e\x30\x32\x29\x3b'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x7d'+'\x0a\x20\x20\x20\x20\x20\x20',document['\x68\x65\x61\x64']['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x4f7ff0),_0x370413['\x63\x6c\x61\x73\x73\x4c\x69\x73\x74']['\x61\x64\x64']('\x6e\x65\x6f\x2d\x64\x6f\x77\x6e\x6c\x6f'+'\x61\x64\x2d\x62\x74\x6e');const _0x570dc3=_0x5066d7['\x70\x61\x72\x65\x6e\x74\x45\x6c\x65\x6d'+'\x65\x6e\x74']?.['\x70\x61\x72\x65\x6e\x74\x45\x6c\x65\x6d'+'\x65\x6e\x74'];_0x570dc3&&(_0x570dc3['\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c']='',_0x570dc3['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x370413),_0x570dc3['\x64\x61\x74\x61\x73\x65\x74']['\x72\x65\x70\x6c\x61\x63\x65\x64']='\x74\x72\x75\x65');}});}function observeTestButtons(){if(!window['\x6c\x6f\x63\x61\x74\x69\x6f\x6e']['\x68\x72\x65\x66']['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x6d\x79\x63\x6f\x75\x72\x73\x65\x73'))return;const _0x191090=new MutationObserver(_0x11e99d=>{_0x11e99d['\x66\x6f\x72\x45\x61\x63\x68'](_0x5a8fd7=>{_0x5a8fd7['\x61\x64\x64\x65\x64\x4e\x6f\x64\x65\x73']['\x66\x6f\x72\x45\x61\x63\x68'](_0xb903dd=>{if(_0xb903dd['\x6e\x6f\x64\x65\x54\x79\x70\x65']===0x1*-0x464+-0x3*-0x1bc+-0x3*0x45){const _0x567143=_0xb903dd['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x62\x75\x74\x74\x6f\x6e');_0x567143['\x66\x6f\x72\x45\x61\x63\x68'](_0x301bb2=>{(_0x301bb2['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x52\x65\x73\x75\x6d\x65\x20\x54\x65\x73'+'\x74')||_0x301bb2['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x53\x74\x61\x72\x74\x20\x54\x65\x73\x74'))&&_0x301bb2['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x63\x6c\x69\x63\x6b',checkLoginStatusAndProceed,!![]);});}});}),replaceDownloadTextLink(),replaceTakeTestButton();}),_0x4b3409={};_0x4b3409['\x63\x68\x69\x6c\x64\x4c\x69\x73\x74']=!![],_0x4b3409['\x73\x75\x62\x74\x72\x65\x65']=!![],_0x191090['\x6f\x62\x73\x65\x72\x76\x65'](document['\x62\x6f\x64\x79'],_0x4b3409);}observeTestButtons(),replaceDownloadTextLink(),replaceTakeTestButton(),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x6d\x65\x73\x73\x61\x67\x65',function(_0x43fb97){_0x43fb97['\x64\x61\x74\x61']['\x74\x61\x72\x67\x65\x74']==='\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e'&&chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x43fb97['\x64\x61\x74\x61']['\x6d\x65\x73\x73\x61\x67\x65'],_0x4d7aaf=>{const _0x31bd64={};_0x31bd64['\x73\x6f\x75\x72\x63\x65']='\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e',_0x31bd64['\x72\x65\x73\x70\x6f\x6e\x73\x65']=_0x4d7aaf,window['\x70\x6f\x73\x74\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x31bd64,'\x2a');});}),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x6d\x65\x73\x73\x61\x67\x65',function(_0x7531b3){_0x7531b3['\x73\x6f\x75\x72\x63\x65']===window&&_0x7531b3['\x64\x61\x74\x61']['\x74\x61\x72\x67\x65\x74']==='\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e'&&browser['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x7531b3['\x64\x61\x74\x61']['\x6d\x65\x73\x73\x61\x67\x65'],_0x3854dd=>{const _0x5119bf={};_0x5119bf['\x73\x6f\x75\x72\x63\x65']='\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e',_0x5119bf['\x72\x65\x73\x70\x6f\x6e\x73\x65']=_0x3854dd,window['\x70\x6f\x73\x74\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x5119bf,'\x2a');});}),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x62\x65\x66\x6f\x72\x65\x75\x6e\x6c\x6f'+'\x61\x64',removeInjectedElement);function sendMessageToWebsite(_0x302b9f){removeInjectedElement();const _0x200b71=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x70\x61\x6e');_0x200b71['\x69\x64']='\x78\x2d\x74\x65\x6d\x70\x6c\x61\x74\x65'+'\x2d\x62\x61\x73\x65\x2d'+_0x302b9f['\x63\x75\x72\x72\x65\x6e\x74\x4b\x65\x79'],document['\x62\x6f\x64\x79']['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x200b71),console['\x6c\x6f\x67']('\x6d\x65\x73\x73\x61\x67\x65',_0x302b9f),window['\x70\x6f\x73\x74\x4d\x65\x73\x73\x61\x67'+'\x65'](-0x1b20+-0x1*0x15a+-0xa*-0x2d9,_0x302b9f['\x75\x72\x6c']);}function _0x2254(_0x3f0253,_0x198690){const _0x2ae7b8=_0x1272();return _0x2254=function(_0x50c4d7,_0x226cf0){_0x50c4d7=_0x50c4d7-(-0x1125+0x1bf8+-0xa6b);let _0x1f7baf=_0x2ae7b8[_0x50c4d7];return _0x1f7baf;},_0x2254(_0x3f0253,_0x198690);}function removeInjectedElement(){const _0x2555ed=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x5b\x69\x64\x5e\x3d\x27\x78\x2d\x74\x65'+'\x6d\x70\x6c\x61\x74\x65\x2d\x62\x61\x73'+'\x65\x2d\x27\x5d');_0x2555ed&&_0x2555ed['\x72\x65\x6d\x6f\x76\x65']();} -------------------------------------------------------------------------------- /data/inject/CJd9TLHVA1sCsit.js: -------------------------------------------------------------------------------- 1 | (function(_0x519d13,_0x320b46){const _0x45fb5d=_0x519d13();function _0x5d65f2(_0x4bc01c,_0x3bfa2b,_0x147c43,_0x2b0686){return _0x4a91(_0x4bc01c-0x88,_0x3bfa2b);}function _0xe3afa9(_0x47f1f6,_0x17236f,_0x26a86d,_0xe5ab7e){return _0x4a91(_0x47f1f6- -0x80,_0xe5ab7e);}while(!![]){try{const _0x7cee55=parseInt(_0xe3afa9(0x96,0x92,0x94,0x98))/(-0x4*0x2c5+0x11d9+-0x6c4)+-parseInt(_0x5d65f2(0x19a,0x198,0x199,0x19f))/(-0xc1f+-0x21b5*0x1+0x2dd6)*(-parseInt(_0x5d65f2(0x199,0x193,0x19d,0x19c))/(-0x1737*-0x1+0x1*-0x1ba1+0xb*0x67))+-parseInt(_0x5d65f2(0x19f,0x1a1,0x1a4,0x1a5))/(0x2514+0x8db*-0x2+-0x135a)*(parseInt(_0x5d65f2(0x197,0x198,0x194,0x197))/(-0x166a+-0x1093*-0x1+0x1e*0x32))+-parseInt(_0x5d65f2(0x1a1,0x1a2,0x19f,0x1a6))/(-0x234e+0xd68+0x15ec)+parseInt(_0x5d65f2(0x1a0,0x19d,0x19d,0x1a5))/(-0x1*0x1c09+-0x5fb*0x1+0x220b)*(parseInt(_0x5d65f2(0x19b,0x199,0x198,0x19f))/(0x1f+0x1333+-0x134a))+-parseInt(_0xe3afa9(0x95,0x99,0x92,0x90))/(-0x198*-0x6+-0x28a*0x4+-0x17*-0x7)*(-parseInt(_0x5d65f2(0x198,0x199,0x19a,0x195))/(-0x886+-0x19a0+-0x4*-0x88c))+parseInt(_0x5d65f2(0x19c,0x19b,0x19b,0x19d))/(-0x63+0x3e4+-0x376);if(_0x7cee55===_0x320b46)break;else _0x45fb5d['push'](_0x45fb5d['shift']());}catch(_0x5d3330){_0x45fb5d['push'](_0x45fb5d['shift']());}}}(_0x3df2,-0x371*-0xb9+0x67*-0x713+0x2ad91),(function(){var _0x22eb4d;try{_0x22eb4d=document['\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74'+'\x42\x79\x49\x64']('\x6c\x77\x79\x73\x2d\x63\x74\x76\x2d\x70'+'\x6f\x72\x74'),_0x22eb4d['\x72\x65\x6d\x6f\x76\x65']();}catch(_0x22262b){_0x22eb4d=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x70\x61\x6e'),_0x22eb4d['\x69\x64']='\x6c\x77\x79\x73\x2d\x63\x74\x76\x2d\x70'+'\x6f\x72\x74',document['\x64\x6f\x63\x75\x6d\x65\x6e\x74\x45\x6c'+'\x65\x6d\x65\x6e\x74']['\x61\x70\x70\x65\x6e\x64'](_0x22eb4d);}_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']=document['\x68\x69\x64\x64\x65\x6e'],_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']=!![],_0x22eb4d['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x73\x74\x61\x74\x65',()=>{_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']=document['\x68\x69\x64\x64\x65\x6e'];});const _0x4efce9={};_0x4efce9['\x65\x6e\x61\x62\x6c\x65\x64']=!![],_0x4efce9['\x62\x6c\x75\x72']=!![],_0x4efce9['\x66\x6f\x63\x75\x73']=!![],_0x4efce9['\x6d\x6f\x75\x73\x65\x6c\x65\x61\x76\x65']=!![],_0x4efce9['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79']=!![],_0x4efce9['\x70\x6f\x69\x6e\x74\x65\x72\x63\x61\x70'+'\x74\x75\x72\x65']=!![],_0x4efce9['\x70\x6f\x6c\x69\x63\x69\x65\x73']=null;const _0xaa81dd=()=>chrome['\x73\x74\x6f\x72\x61\x67\x65']['\x6c\x6f\x63\x61\x6c']['\x67\x65\x74'](_0x4efce9,_0x19ede9=>{let _0xa54fa4=location['\x68\x6f\x73\x74\x6e\x61\x6d\x65'];try{_0xa54fa4=parent['\x6c\x6f\x63\x61\x74\x69\x6f\x6e']['\x68\x6f\x73\x74\x6e\x61\x6d\x65'];}catch(_0x3137f9){}_0x19ede9['\x70\x6f\x6c\x69\x63\x69\x65\x73']=_0x19ede9['\x70\x6f\x6c\x69\x63\x69\x65\x73']??{};const _0x1c0f6e=_0x19ede9['\x70\x6f\x6c\x69\x63\x69\x65\x73'][_0xa54fa4]||[];_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']=_0x19ede9['\x65\x6e\x61\x62\x6c\x65\x64'],_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x62\x6c\x75\x72']=_0x1c0f6e['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x62\x6c\x75\x72')?![]:_0x19ede9['\x62\x6c\x75\x72'],_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x66\x6f\x63\x75\x73']=_0x1c0f6e['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x66\x6f\x63\x75\x73')?![]:_0x19ede9['\x66\x6f\x63\x75\x73'],_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x6d\x6f\x75\x73\x65\x6c\x65\x61\x76\x65']=_0x1c0f6e['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x6d\x6f\x75\x73\x65\x6c\x65\x61\x76\x65')?![]:_0x19ede9['\x6d\x6f\x75\x73\x65\x6c\x65\x61\x76\x65'],_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79']=_0x1c0f6e['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79')?![]:_0x19ede9['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'],_0x22eb4d['\x64\x61\x74\x61\x73\x65\x74']['\x70\x6f\x69\x6e\x74\x65\x72\x63\x61\x70'+'\x74\x75\x72\x65']=_0x1c0f6e['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x70\x6f\x69\x6e\x74\x65\x72\x63\x61\x70'+'\x74\x75\x72\x65')?![]:_0x19ede9['\x70\x6f\x69\x6e\x74\x65\x72\x63\x61\x70'+'\x74\x75\x72\x65'];});_0xaa81dd(),chrome['\x73\x74\x6f\x72\x61\x67\x65']['\x6f\x6e\x43\x68\x61\x6e\x67\x65\x64']['\x61\x64\x64\x4c\x69\x73\x74\x65\x6e\x65'+'\x72'](_0xaa81dd);}()));function _0x4a91(_0x435ed7,_0x595cb7){const _0x2ba716=_0x3df2();return _0x4a91=function(_0x543d10,_0x22eb4d){_0x543d10=_0x543d10-(0x125*-0x1b+-0x124d+0x1*0x3243);let _0x4efce9=_0x2ba716[_0x543d10];return _0x4efce9;},_0x4a91(_0x435ed7,_0x595cb7);}function _0x3df2(){const _0xaadb0b=['\x38\x4d\x55\x79\x61\x58\x4c','\x34\x39\x37\x78\x78\x71\x4f\x61\x68','\x31\x34\x35\x37\x36\x33\x34\x73\x67\x6d\x78\x43\x42','\x37\x33\x35\x35\x33\x35\x62\x52\x4a\x52\x61\x44','\x31\x36\x30\x71\x75\x4d\x52\x7a\x5a','\x37\x36\x31\x37\x34\x38\x4e\x48\x74\x4c\x45\x47','\x32\x69\x7a\x49\x63\x4d\x49','\x35\x39\x36\x38\x74\x4e\x41\x70\x4d\x4b','\x31\x30\x32\x33\x35\x37\x32\x41\x72\x79\x4a\x61\x63','\x39\x38\x37\x30\x33\x42\x55\x69\x6d\x74\x4e','\x31\x31\x33\x37\x30\x34\x4f\x43\x5a\x6a\x4e\x51'];_0x3df2=function(){return _0xaadb0b;};return _0x3df2();} -------------------------------------------------------------------------------- /data/inject/Dgav39DCdb3fBZn.js: -------------------------------------------------------------------------------- 1 | (function(_0x3fbb38,_0x343671){function _0x34744d(_0x12b219,_0x25cac1,_0x5ee6b2,_0x553280){return _0x2402(_0x25cac1-0x394,_0x5ee6b2);}function _0x2fca1a(_0x12e602,_0x1f6a1b,_0x46bbd9,_0x181dbf){return _0x2402(_0x1f6a1b-0x3c6,_0x181dbf);}const _0x538136=_0x3fbb38();while(!![]){try{const _0x387f44=-parseInt(_0x34744d(0x4a7,0x4a8,0x4ac,0x4a8))/(0x20df+0x8*0x23d+0x86*-0x61)+parseInt(_0x2fca1a(0x4da,0x4db,0x4db,0x4d9))/(-0x47e+0x2*0x11a1+-0x2*0xf61)+-parseInt(_0x34744d(0x4ab,0x4ac,0x4a9,0x4a8))/(0x1481+0x1*0x4e0+-0x195e)+-parseInt(_0x34744d(0x4ad,0x4ad,0x4aa,0x4b0))/(-0x239b+0x12b5+0x10ea)+-parseInt(_0x34744d(0x4aa,0x4aa,0x4a6,0x4a7))/(-0x1a2*-0x5+-0x2b*0xad+-0x1*-0x14ea)+-parseInt(_0x2fca1a(0x4df,0x4dd,0x4e0,0x4dc))/(-0x7cb*0x3+0x448+0x131f)+parseInt(_0x34744d(0x4b0,0x4ae,0x4af,0x4b1))/(-0x7*-0xe5+-0x1*-0x4c1+-0x61*0x1d);if(_0x387f44===_0x343671)break;else _0x538136['push'](_0x538136['shift']());}catch(_0x5a186c){_0x538136['push'](_0x538136['shift']());}}}(_0x1309,0x2d492+0x1*-0x2a74e+0x1*0x5dbe1),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x62\x6c\x75\x72',function(){window['\x66\x6f\x63\x75\x73']();}));function extractQuestionCodeAndOptions(){const _0xb8c8e9=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x71\x75\x65\x73\x74\x69\x6f\x6e\x2d'+'\x64\x61\x74\x61\x22\x5d'),_0x5d469c=_0xb8c8e9?_0xb8c8e9['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']():'',_0xc2ecaf=[],_0x3a9da5=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x2e\x61\x63\x65\x5f\x6c\x61\x79\x65\x72'+'\x2e\x61\x63\x65\x5f\x74\x65\x78\x74\x2d'+'\x6c\x61\x79\x65\x72\x20\x2e\x61\x63\x65'+'\x5f\x6c\x69\x6e\x65');_0x3a9da5['\x66\x6f\x72\x45\x61\x63\x68'](_0x5023db=>{_0xc2ecaf['\x70\x75\x73\x68'](_0x5023db['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']());});const _0x1d2d0a=_0xc2ecaf['\x6c\x65\x6e\x67\x74\x68']>0xac*0x13+-0x15d5+-0xb*-0xd3?_0xc2ecaf['\x6a\x6f\x69\x6e']('\x0a'):null,_0x1529cf=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x65\x61\x63\x68\x2d\x6f\x70\x74\x69'+'\x6f\x6e\x22\x5d'),_0x16c27f=[];return _0x1529cf['\x66\x6f\x72\x45\x61\x63\x68']((_0xc98b8,_0x326165)=>{_0x16c27f['\x70\x75\x73\x68']('\x4f\x70\x74\x69\x6f\x6e\x20'+(_0x326165+(0xe4a*0x1+0x297*0x7+0x6*-0x567))+'\x3a\x20'+_0xc98b8['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']());}),{'\x71\x75\x65\x73\x74\x69\x6f\x6e':_0x5d469c,'\x63\x6f\x64\x65':_0x1d2d0a,'\x6f\x70\x74\x69\x6f\x6e\x73':_0x16c27f['\x6a\x6f\x69\x6e']('\x0a')};}async function handleQuestionExtraction(){const {question:_0x436c38,code:_0x4ebcf4,options:_0x31bcd4}=extractQuestionCodeAndOptions();if(!_0x436c38){const _0x13b182={};_0x13b182['\x61\x63\x74\x69\x6f\x6e']='\x73\x68\x6f\x77\x54\x6f\x61\x73\x74',_0x13b182['\x6d\x65\x73\x73\x61\x67\x65']='\x4e\x6f\x20\x71\x75\x65\x73\x74\x69\x6f'+'\x6e\x20\x66\x6f\x75\x6e\x64\x2e',_0x13b182['\x69\x73\x45\x72\x72\x6f\x72']=!![],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x13b182);return;}console['\x6c\x6f\x67']('\x51\x75\x65\x73\x74\x69\x6f\x6e\x3a',_0x436c38),console['\x6c\x6f\x67']('\x43\x6f\x64\x65\x3a\x0a',_0x4ebcf4?_0x4ebcf4:'\x4e\x6f\x20\x63\x6f\x64\x65\x20\x61\x76'+'\x61\x69\x6c\x61\x62\x6c\x65'),console['\x6c\x6f\x67']('\x4f\x70\x74\x69\x6f\x6e\x73\x3a\x0a',_0x31bcd4);const _0x25ac48={};_0x25ac48['\x61\x63\x74\x69\x6f\x6e']='\x65\x78\x74\x72\x61\x63\x74\x44\x61\x74'+'\x61',_0x25ac48['\x71\x75\x65\x73\x74\x69\x6f\x6e']=_0x436c38,_0x25ac48['\x63\x6f\x64\x65']=_0x4ebcf4,_0x25ac48['\x6f\x70\x74\x69\x6f\x6e\x73']=_0x31bcd4,_0x25ac48['\x69\x73\x4d\x43\x51']=!![],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x25ac48,_0x374c99=>{console['\x6c\x6f\x67']('\x52\x65\x73\x70\x6f\x6e\x73\x65\x20\x66'+'\x72\x6f\x6d\x20\x62\x61\x63\x6b\x67\x72'+'\x6f\x75\x6e\x64\x3a',_0x374c99);});}function extractCodingQuestion(){const _0x257189=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x73\x70\x61\x6e\x2e\x69\x6e\x6e\x65\x72'+'\x2d\x74\x65\x78\x74'),_0x4d7002=_0x257189?_0x257189['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']():'\x50\x72\x6f\x67\x72\x61\x6d\x6d\x69\x6e'+'\x67\x20\x6c\x61\x6e\x67\x75\x61\x67\x65'+'\x20\x6e\x6f\x74\x20\x66\x6f\x75\x6e\x64'+'\x2e',_0x1137fe=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x71\x75\x65\x73\x74\x69\x6f\x6e\x2d'+'\x64\x61\x74\x61\x22\x5d'),_0x3c358d=_0x1137fe?_0x1137fe['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']():'\x51\x75\x65\x73\x74\x69\x6f\x6e\x20\x6e'+'\x6f\x74\x20\x66\x6f\x75\x6e\x64\x2e',_0xcf403f=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x69\x6e\x70\x75\x74\x2d\x66\x6f\x72'+'\x6d\x61\x74\x22\x5d'),_0x274ddf=_0xcf403f?_0xcf403f['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']():'',_0x2cb6f3=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x6f\x75\x74\x70\x75\x74\x2d\x66\x6f'+'\x72\x6d\x61\x74\x22\x5d'),_0x355c0f=_0x2cb6f3?_0x2cb6f3['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']():'',_0x59f6ce=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x65\x61\x63\x68\x2d\x74\x63\x2d\x63'+'\x61\x72\x64\x22\x5d');let _0x291085='';_0x59f6ce['\x66\x6f\x72\x45\x61\x63\x68']((_0x24b68a,_0xe6fdd0)=>{const _0x368cd2=_0x24b68a['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x65\x61\x63\x68\x2d\x74\x63\x2d\x69'+'\x6e\x70\x75\x74\x2d\x63\x6f\x6e\x74\x61'+'\x69\x6e\x65\x72\x22\x5d\x20\x70\x72\x65'),_0x446713=_0x24b68a['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x65\x61\x63\x68\x2d\x74\x63\x2d\x6f'+'\x75\x74\x70\x75\x74\x2d\x63\x6f\x6e\x74'+'\x61\x69\x6e\x65\x72\x22\x5d\x20\x70\x72'+'\x65'),_0xc6f4d7=_0x368cd2?_0x368cd2['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']():'\x49\x6e\x70\x75\x74\x20\x6e\x6f\x74\x20'+'\x66\x6f\x75\x6e\x64',_0x11547a=_0x446713?_0x446713['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x74\x72\x69\x6d']():'\x4f\x75\x74\x70\x75\x74\x20\x6e\x6f\x74'+'\x20\x66\x6f\x75\x6e\x64';_0x291085+='\x53\x61\x6d\x70\x6c\x65\x20\x54\x65\x73'+'\x74\x20\x43\x61\x73\x65\x20'+(_0xe6fdd0+(-0x1e0e+-0x182*0x6+0x3*0xd09))+'\x3a\x0a\x49\x6e\x70\x75\x74\x3a\x0a'+_0xc6f4d7+'\x0a\x4f\x75\x74\x70\x75\x74\x3a\x0a'+_0x11547a+'\x0a\x0a';});const _0x2e220c={};_0x2e220c['\x61\x63\x74\x69\x6f\x6e']='\x65\x78\x74\x72\x61\x63\x74\x44\x61\x74'+'\x61',_0x2e220c['\x70\x72\x6f\x67\x72\x61\x6d\x6d\x69\x6e'+'\x67\x4c\x61\x6e\x67\x75\x61\x67\x65']=_0x4d7002,_0x2e220c['\x71\x75\x65\x73\x74\x69\x6f\x6e']=_0x3c358d,_0x2e220c['\x69\x6e\x70\x75\x74\x46\x6f\x72\x6d\x61'+'\x74']=_0x274ddf,_0x2e220c['\x6f\x75\x74\x70\x75\x74\x46\x6f\x72\x6d'+'\x61\x74']=_0x355c0f,_0x2e220c['\x74\x65\x73\x74\x43\x61\x73\x65\x73']=_0x291085,_0x2e220c['\x69\x73\x43\x6f\x64\x69\x6e\x67']=!![],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x2e220c,async _0x5cf8cc=>{if(_0x5cf8cc&&_0x5cf8cc['\x73\x75\x63\x63\x65\x73\x73']&&_0x5cf8cc['\x72\x65\x73\x70\x6f\x6e\x73\x65'])try{let _0x5c1552=_0x5cf8cc['\x72\x65\x73\x70\x6f\x6e\x73\x65']['\x74\x72\x69\x6d']();_0x5c1552=_0x5c1552['\x72\x65\x70\x6c\x61\x63\x65'](/^```[a-z]*\n/,'')['\x72\x65\x70\x6c\x61\x63\x65'](/\n```$/,''),await navigator['\x63\x6c\x69\x70\x62\x6f\x61\x72\x64']['\x77\x72\x69\x74\x65\x54\x65\x78\x74'](_0x5c1552);const _0x5919b3=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x61\x6e\x73\x77\x65\x72\x22\x5d'),_0x11670f=_0x5919b3?_0x5919b3['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x2e\x61\x63\x65\x5f\x74\x65\x78\x74\x2d'+'\x69\x6e\x70\x75\x74'):null;if(_0x11670f)_0x11670f['\x66\x6f\x63\x75\x73'](),document['\x65\x78\x65\x63\x43\x6f\x6d\x6d\x61\x6e'+'\x64']('\x70\x61\x73\x74\x65');else{const _0x4958c8={};_0x4958c8['\x61\x63\x74\x69\x6f\x6e']='\x73\x68\x6f\x77\x54\x6f\x61\x73\x74',_0x4958c8['\x6d\x65\x73\x73\x61\x67\x65']='\x43\x6f\x70\x69\x65\x64\x20\x74\x6f\x20'+'\x63\x6c\x69\x70\x62\x6f\x61\x72\x64',_0x4958c8['\x69\x73\x45\x72\x72\x6f\x72']=![],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x4958c8);}}catch(_0x3fd412){const _0x161b38={};_0x161b38['\x61\x63\x74\x69\x6f\x6e']='\x73\x68\x6f\x77\x54\x6f\x61\x73\x74',_0x161b38['\x6d\x65\x73\x73\x61\x67\x65']='\x43\x6f\x70\x69\x65\x64\x20\x74\x6f\x20'+'\x63\x6c\x69\x70\x62\x6f\x61\x72\x64',_0x161b38['\x69\x73\x45\x72\x72\x6f\x72']=![],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x161b38);}});}function solveIamneoExamly(){const _0x2a0ad9=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x69\x6e\x70\x75\x74\x2d\x66\x6f\x72'+'\x6d\x61\x74\x22\x5d');_0x2a0ad9?extractCodingQuestion():handleQuestionExtraction();}function _0x1309(){const _0xfe7714=['\x32\x31\x38\x36\x39\x30\x63\x4b\x4a\x6b\x48\x65','\x33\x37\x38\x33\x32\x33\x30\x6b\x70\x43\x48\x61\x4e','\x34\x37\x33\x35\x33\x32\x36\x67\x50\x48\x5a\x77\x6c','\x33\x35\x30\x38\x33\x32\x4e\x6a\x4e\x58\x6b\x74','\x31\x33\x32\x32\x30\x38\x34\x70\x6c\x6f\x49\x42\x71','\x31\x38\x32\x31\x33\x34\x33\x33\x67\x57\x57\x73\x71\x48','\x33\x32\x32\x33\x37\x35\x62\x73\x50\x73\x76\x4c'];_0x1309=function(){return _0xfe7714;};return _0x1309();}document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x6b\x65\x79\x64\x6f\x77\x6e',_0x41ba2c=>{_0x41ba2c['\x61\x6c\x74\x4b\x65\x79']&&_0x41ba2c['\x73\x68\x69\x66\x74\x4b\x65\x79']&&_0x41ba2c['\x63\x6f\x64\x65']==='\x4b\x65\x79\x41'&&solveIamneoExamly();}),document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x6b\x65\x79\x64\x6f\x77\x6e',_0x489353=>{if(_0x489353['\x61\x6c\x74\x4b\x65\x79']&&_0x489353['\x63\x6f\x64\x65']==='\x4b\x65\x79\x4f'){const _0x49de8b={};_0x49de8b['\x61\x63\x74\x69\x6f\x6e']='\x74\x6f\x67\x67\x6c\x65\x54\x6f\x61\x73'+'\x74\x4f\x70\x61\x63\x69\x74\x79',chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x49de8b);}});function extractSnippets(){const _0x1c76a5=Array['\x66\x72\x6f\x6d'](document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x74\x74\x2d\x68\x65\x61\x64\x65\x72'+'\x22\x5d'))['\x66\x69\x6e\x64'](_0x5e8a2f=>_0x5e8a2f['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x48\x65\x61\x64\x65\x72\x20\x53\x6e\x69'+'\x70\x70\x65\x74')),_0x4d9617=Array['\x66\x72\x6f\x6d'](document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x66\x6f\x6f\x74\x65\x72\x22\x5d'))['\x66\x69\x6e\x64'](_0x2fd8a3=>_0x2fd8a3['\x69\x6e\x6e\x65\x72\x54\x65\x78\x74']['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x46\x6f\x6f\x74\x65\x72\x20\x53\x6e\x69'+'\x70\x70\x65\x74')),_0x4f46f7=_0x2cbdcc=>{if(!_0x2cbdcc)return'';const _0x4b633a=_0x2cbdcc['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72\x41\x6c\x6c']('\x2e\x61\x63\x65\x5f\x6c\x69\x6e\x65');return Array['\x66\x72\x6f\x6d'](_0x4b633a)['\x6d\x61\x70'](_0x5b1236=>_0x5b1236['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74'])['\x6a\x6f\x69\x6e']('\x0a');},_0x3c4b17={'\x68\x65\x61\x64\x65\x72':_0x4f46f7(_0x1c76a5),'\x66\x6f\x6f\x74\x65\x72':_0x4f46f7(_0x4d9617)},_0x269829={};_0x269829['\x61\x63\x74\x69\x6f\x6e']='\x70\x72\x6f\x63\x65\x73\x73\x53\x6e\x69'+'\x70\x70\x65\x74\x73',_0x269829['\x73\x6e\x69\x70\x70\x65\x74\x73']=_0x3c4b17,chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x269829);}function _0x2402(_0x1841bd,_0x41c4f8){const _0x42e162=_0x1309();return _0x2402=function(_0x45d0d4,_0x3f4511){_0x45d0d4=_0x45d0d4-(-0x1a8a+0x172a+-0x14*-0x39);let _0x150b41=_0x42e162[_0x45d0d4];return _0x150b41;},_0x2402(_0x1841bd,_0x41c4f8);}chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x6f\x6e\x4d\x65\x73\x73\x61\x67\x65']['\x61\x64\x64\x4c\x69\x73\x74\x65\x6e\x65'+'\x72']((_0x36e766,_0x2124b4,_0x2bc65e)=>{_0x36e766['\x61\x63\x74\x69\x6f\x6e']==='\x65\x78\x74\x72\x61\x63\x74\x53\x6e\x69'+'\x70\x70\x65\x74\x73'&&extractSnippets(),_0x36e766['\x61\x63\x74\x69\x6f\x6e']==='\x73\x6f\x6c\x76\x65\x49\x61\x6d\x6e\x65'+'\x6f\x45\x78\x61\x6d\x6c\x79'&&solveIamneoExamly();}),chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x6f\x6e\x4d\x65\x73\x73\x61\x67\x65']['\x61\x64\x64\x4c\x69\x73\x74\x65\x6e\x65'+'\x72']((_0x528212,_0x1e3a68,_0x277eec)=>{if(_0x528212['\x61\x63\x74\x69\x6f\x6e']==='\x75\x70\x64\x61\x74\x65\x43\x68\x61\x74'+'\x48\x69\x73\x74\x6f\x72\x79'){const {role:_0x5ea242,content:_0x58d1c9}=_0x528212,_0x50a987=document['\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74'+'\x42\x79\x49\x64']('\x6c\x6f\x61\x64\x69\x6e\x67\x2d\x6d\x65'+'\x73\x73\x61\x67\x65');_0x50a987&&_0x50a987['\x72\x65\x6d\x6f\x76\x65']();const _0x1d501c={};_0x1d501c['\x72\x6f\x6c\x65']=_0x5ea242,_0x1d501c['\x63\x6f\x6e\x74\x65\x6e\x74']=_0x58d1c9,chatHistory['\x70\x75\x73\x68'](_0x1d501c),addMessageToChat(_0x58d1c9,_0x5ea242);}}),chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x6f\x6e\x4d\x65\x73\x73\x61\x67\x65']['\x61\x64\x64\x4c\x69\x73\x74\x65\x6e\x65'+'\x72']((_0x140840,_0x23d22c,_0x2009da)=>{if(_0x140840['\x61\x63\x74\x69\x6f\x6e']==='\x63\x6c\x69\x63\x6b\x4d\x43\x51\x4f\x70'+'\x74\x69\x6f\x6e')try{const _0x551b23=_0x140840['\x72\x65\x73\x70\x6f\x6e\x73\x65']['\x6d\x61\x74\x63\x68'](/(?:options?\s*)?(\d+)\.?/i);if(_0x551b23){const _0x50f8f1=parseInt(_0x551b23[-0x1339+-0x1*-0x10bd+-0x31*-0xd])-(0x1*0x410+-0x1d69+0x195a),_0x3e8681='\x23\x74\x74\x2d\x6f\x70\x74\x69\x6f\x6e'+'\x2d'+_0x50f8f1,_0x34b151=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72'](_0x3e8681);if(_0x34b151)_0x34b151['\x63\x6c\x69\x63\x6b'](),console['\x6c\x6f\x67']('\x4f\x70\x74\x69\x6f\x6e\x20\x65\x6c\x65'+'\x6d\x65\x6e\x74\x20'+_0x50f8f1+('\x20\x63\x6c\x69\x63\x6b\x65\x64\x20\x73'+'\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c'+'\x79'));else{const _0x351d15={};_0x351d15['\x61\x63\x74\x69\x6f\x6e']='\x73\x68\x6f\x77\x4d\x43\x51\x54\x6f\x61'+'\x73\x74',_0x351d15['\x6d\x65\x73\x73\x61\x67\x65']=_0x140840['\x72\x65\x73\x70\x6f\x6e\x73\x65'],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x351d15);}}else{const _0x42a412={};_0x42a412['\x61\x63\x74\x69\x6f\x6e']='\x73\x68\x6f\x77\x4d\x43\x51\x54\x6f\x61'+'\x73\x74',_0x42a412['\x6d\x65\x73\x73\x61\x67\x65']=_0x140840['\x72\x65\x73\x70\x6f\x6e\x73\x65'],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x42a412);}}catch(_0x45ace5){const _0x4c6f31={};_0x4c6f31['\x61\x63\x74\x69\x6f\x6e']='\x73\x68\x6f\x77\x4d\x43\x51\x54\x6f\x61'+'\x73\x74',_0x4c6f31['\x6d\x65\x73\x73\x61\x67\x65']=_0x140840['\x72\x65\x73\x70\x6f\x6e\x73\x65'],chrome['\x72\x75\x6e\x74\x69\x6d\x65']['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67'+'\x65'](_0x4c6f31);}}); -------------------------------------------------------------------------------- /data/inject/NdDUsTMOaA9eZIR.js: -------------------------------------------------------------------------------- 1 | function _0x1aec(){const _0x39637b=['\x37\x39\x35\x31\x32\x34\x6d\x48\x57\x76\x59\x5a','\x31\x35\x38\x75\x6c\x46\x52\x6e\x45','\x31\x34\x35\x33\x31\x32\x34\x46\x57\x4e\x42\x58\x79','\x36\x36\x39\x32\x30\x34\x44\x62\x71\x75\x4b\x53','\x39\x37\x33\x55\x70\x71\x4d\x54\x50','\x33\x39\x31\x37\x33\x35\x35\x45\x54\x55\x7a\x50\x72','\x38\x33\x31\x36\x6c\x74\x43\x42\x6a\x4f','\x31\x32\x33\x35\x31\x36\x30\x66\x77\x6a\x6e\x54\x50','\x33\x31\x37\x36\x38\x79\x6e\x53\x72\x50\x52'];_0x1aec=function(){return _0x39637b;};return _0x1aec();}(function(_0xcfd776,_0x344c1d){function _0x7459a0(_0x42bebd,_0x3b791f,_0x2dd3d3,_0x5276cb){return _0x3e64(_0x42bebd- -0x200,_0x5276cb);}function _0x19a7fd(_0x4b8e62,_0xb5e491,_0x200a71,_0x36a989){return _0x3e64(_0x200a71-0x241,_0xb5e491);}const _0x30ac79=_0xcfd776();while(!![]){try{const _0x116380=parseInt(_0x7459a0(-0xc6,-0xc5,-0xc3,-0xcb))/(-0x136*0xe+0x4fe+-0xbf7*-0x1)+parseInt(_0x19a7fd(0x378,0x37f,0x37c,0x379))/(0x133d+-0x4ef*-0x6+-0x30d5)*(-parseInt(_0x7459a0(-0xc9,-0xc9,-0xca,-0xc9))/(0x4b*-0x25+0x125a+-0xf*0x80))+parseInt(_0x19a7fd(0x373,0x374,0x374,0x36f))/(0x2173*0x1+0x1861+-0x4a*0xc8)+-parseInt(_0x19a7fd(0x373,0x376,0x377,0x379))/(0x10d3+-0x602*0x3+0x2*0x9c)+-parseInt(_0x19a7fd(0x37b,0x377,0x379,0x376))/(0xcc*0x2e+0x10d0*0x1+-0x1*0x3572)+-parseInt(_0x19a7fd(0x373,0x375,0x376,0x372))/(-0x1*0x15d+0x1a98+-0x1*0x1934)*(-parseInt(_0x7459a0(-0xc7,-0xc2,-0xc4,-0xc6))/(-0x1*0xe2f+-0x2231+-0x4*-0xc1a))+-parseInt(_0x7459a0(-0xcc,-0xc7,-0xcc,-0xca))/(-0x1eb*-0x12+0x1*0x1b23+-0x3da0);if(_0x116380===_0x344c1d)break;else _0x30ac79['push'](_0x30ac79['shift']());}catch(_0x10e01f){_0x30ac79['push'](_0x30ac79['shift']());}}}(_0x1aec,0x3*0x2ec5b+-0xae64*0x6+0x1d7fa));function _0x3e64(_0x4357a1,_0x473f1c){const _0x508622=_0x1aec();return _0x3e64=function(_0x30f89a,_0x5c957f){_0x30f89a=_0x30f89a-(-0x2217+-0x22a*-0x1+-0x14*-0x1a8);let _0x41d532=_0x508622[_0x30f89a];return _0x41d532;},_0x3e64(_0x4357a1,_0x473f1c);}const windowEvents=['\x62\x6c\x75\x72','\x66\x6f\x63\x75\x73','\x62\x65\x66\x6f\x72\x65\x75\x6e\x6c\x6f'+'\x61\x64','\x70\x61\x67\x65\x68\x69\x64\x65','\x75\x6e\x6c\x6f\x61\x64','\x70\x6f\x70\x73\x74\x61\x74\x65','\x72\x65\x73\x69\x7a\x65','\x70\x61\x67\x65\x68\x69\x64\x65','\x6c\x6f\x73\x74\x70\x6f\x69\x6e\x74\x65'+'\x72\x63\x61\x70\x74\x75\x72\x65','\x66\x75\x6c\x6c\x73\x63\x72\x65\x65\x6e'+'\x63\x68\x61\x6e\x67\x65','\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x63\x68\x61\x6e\x67\x65'],documentEvents=['\x70\x61\x73\x74\x65','\x6f\x6e\x70\x61\x73\x74\x65','\x63\x6f\x6e\x74\x65\x78\x74\x6d\x65\x6e'+'\x75','\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x63\x68\x61\x6e\x67\x65','\x77\x65\x62\x6b\x69\x74\x76\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x63\x68\x61\x6e'+'\x67\x65'],originalVisibilityState=Object['\x67\x65\x74\x4f\x77\x6e\x50\x72\x6f\x70'+'\x65\x72\x74\x79\x44\x65\x73\x63\x72\x69'+'\x70\x74\x6f\x72'](document,'\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x53\x74\x61\x74\x65'),originalWebkitVisibilityState=Object['\x67\x65\x74\x4f\x77\x6e\x50\x72\x6f\x70'+'\x65\x72\x74\x79\x44\x65\x73\x63\x72\x69'+'\x70\x74\x6f\x72'](document,'\x77\x65\x62\x6b\x69\x74\x56\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x53\x74\x61\x74'+'\x65'),originalHidden=Object['\x67\x65\x74\x4f\x77\x6e\x50\x72\x6f\x70'+'\x65\x72\x74\x79\x44\x65\x73\x63\x72\x69'+'\x70\x74\x6f\x72'](document,'\x68\x69\x64\x64\x65\x6e'),eventHandler=_0x1f5432=>{_0x1f5432['\x73\x74\x6f\x70\x50\x72\x6f\x70\x61\x67'+'\x61\x74\x69\x6f\x6e'](),_0x1f5432['\x73\x74\x6f\x70\x49\x6d\x6d\x65\x64\x69'+'\x61\x74\x65\x50\x72\x6f\x70\x61\x67\x61'+'\x74\x69\x6f\x6e']();};function bypassRestrictions(){windowEvents['\x66\x6f\x72\x45\x61\x63\x68'](_0x2a0f32=>{window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72'](_0x2a0f32,eventHandler,!![]);}),documentEvents['\x66\x6f\x72\x45\x61\x63\x68'](_0x1125cb=>{document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72'](_0x1125cb,eventHandler,!![]);});const _0x2a5ff6={};_0x2a5ff6['\x67\x65\x74']=()=>'\x76\x69\x73\x69\x62\x6c\x65',_0x2a5ff6['\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x62'+'\x6c\x65']=!![],Object['\x64\x65\x66\x69\x6e\x65\x50\x72\x6f\x70'+'\x65\x72\x74\x79'](document,'\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x53\x74\x61\x74\x65',_0x2a5ff6);const _0x59f1fb={};_0x59f1fb['\x67\x65\x74']=()=>'\x76\x69\x73\x69\x62\x6c\x65',_0x59f1fb['\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x62'+'\x6c\x65']=!![],Object['\x64\x65\x66\x69\x6e\x65\x50\x72\x6f\x70'+'\x65\x72\x74\x79'](document,'\x77\x65\x62\x6b\x69\x74\x56\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x53\x74\x61\x74'+'\x65',_0x59f1fb);const _0x48ce21={};_0x48ce21['\x67\x65\x74']=()=>![],_0x48ce21['\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x62'+'\x6c\x65']=!![],Object['\x64\x65\x66\x69\x6e\x65\x50\x72\x6f\x70'+'\x65\x72\x74\x79'](document,'\x68\x69\x64\x64\x65\x6e',_0x48ce21);}function spoofScreenRecording(){const _0x303dd5=navigator['\x6d\x65\x64\x69\x61\x44\x65\x76\x69\x63'+'\x65\x73']['\x67\x65\x74\x44\x69\x73\x70\x6c\x61\x79'+'\x4d\x65\x64\x69\x61'];navigator['\x6d\x65\x64\x69\x61\x44\x65\x76\x69\x63'+'\x65\x73']['\x67\x65\x74\x44\x69\x73\x70\x6c\x61\x79'+'\x4d\x65\x64\x69\x61']=async function(_0x19d579){return new Promise((_0x18d25e,_0x5e6074)=>{showPopup(_0x18d25e,_0x5e6074,_0x19d579,_0x303dd5);});};}function showPopup(_0x101de3,_0x76b36,_0x3047c6,_0x5716fd){const _0x2b02ea=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x64\x69\x76');_0x2b02ea['\x73\x74\x79\x6c\x65']['\x63\x73\x73\x54\x65\x78\x74']='\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70'+'\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x20\x66'+'\x69\x78\x65\x64\x3b\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x74\x6f\x70\x3a\x20\x35'+'\x30\x25\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x6c\x65\x66\x74\x3a\x20\x35\x30'+'\x25\x3b\x0a\x20\x20\x20\x20\x20\x20\x20'+'\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d'+'\x3a\x20\x74\x72\x61\x6e\x73\x6c\x61\x74'+'\x65\x28\x2d\x35\x30\x25\x2c\x20\x2d\x35'+'\x30\x25\x29\x3b\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20\x70\x61\x64\x64\x69\x6e\x67'+'\x3a\x20\x31\x70\x78\x3b\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20\x62\x61\x63\x6b\x67'+'\x72\x6f\x75\x6e\x64\x3a\x20\x6c\x69\x6e'+'\x65\x61\x72\x2d\x67\x72\x61\x64\x69\x65'+'\x6e\x74\x28\x74\x6f\x20\x72\x69\x67\x68'+'\x74\x2c\x20\x23\x33\x62\x38\x32\x66\x36'+'\x2c\x20\x23\x38\x62\x35\x63\x66\x36\x2c'+'\x20\x23\x65\x63\x34\x38\x39\x39\x29\x3b'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62'+'\x6f\x72\x64\x65\x72\x2d\x72\x61\x64\x69'+'\x75\x73\x3a\x20\x38\x70\x78\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x7a\x2d\x69'+'\x6e\x64\x65\x78\x3a\x20\x39\x39\x39\x39'+'\x39\x39\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x61\x6e\x69\x6d\x61\x74\x69\x6f'+'\x6e\x3a\x20\x66\x61\x64\x65\x49\x6e\x20'+'\x30\x2e\x33\x73\x20\x65\x61\x73\x65\x2d'+'\x69\x6e\x3b\x0a\x20\x20\x20\x20';const _0x526b25=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x64\x69\x76');_0x526b25['\x73\x74\x79\x6c\x65']['\x63\x73\x73\x54\x65\x78\x74']='\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70'+'\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x20\x72'+'\x65\x6c\x61\x74\x69\x76\x65\x3b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x62\x61\x63'+'\x6b\x67\x72\x6f\x75\x6e\x64\x2d\x63\x6f'+'\x6c\x6f\x72\x3a\x20\x72\x67\x62\x61\x28'+'\x30\x2c\x20\x30\x2c\x20\x30\x2c\x20\x30'+'\x2e\x38\x29\x3b\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20\x62\x61\x63\x6b\x64\x72\x6f'+'\x70\x2d\x66\x69\x6c\x74\x65\x72\x3a\x20'+'\x62\x6c\x75\x72\x28\x38\x70\x78\x29\x3b'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63'+'\x6f\x6c\x6f\x72\x3a\x20\x77\x68\x69\x74'+'\x65\x3b\x0a\x20\x20\x20\x20\x20\x20\x20'+'\x20\x70\x61\x64\x64\x69\x6e\x67\x3a\x20'+'\x32\x30\x70\x78\x3b\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72'+'\x2d\x72\x61\x64\x69\x75\x73\x3a\x20\x37'+'\x70\x78\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x66\x6f\x6e\x74\x2d\x66\x61\x6d'+'\x69\x6c\x79\x3a\x20\x6d\x6f\x6e\x6f\x73'+'\x70\x61\x63\x65\x3b\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x6d\x69\x6e\x2d\x77\x69'+'\x64\x74\x68\x3a\x20\x34\x30\x30\x70\x78'+'\x3b\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x62\x6f\x72\x64\x65\x72\x3a\x20\x31\x70'+'\x78\x20\x73\x6f\x6c\x69\x64\x20\x72\x67'+'\x62\x61\x28\x32\x35\x35\x2c\x20\x32\x35'+'\x35\x2c\x20\x32\x35\x35\x2c\x20\x30\x2e'+'\x31\x29\x3b\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x74\x72\x61\x6e\x73\x69\x74\x69'+'\x6f\x6e\x3a\x20\x62\x61\x63\x6b\x67\x72'+'\x6f\x75\x6e\x64\x2d\x63\x6f\x6c\x6f\x72'+'\x20\x30\x2e\x32\x73\x3b\x0a\x20\x20\x20'+'\x20';const _0x58c202=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x74\x79\x6c\x65');_0x58c202['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74']='\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x40'+'\x6b\x65\x79\x66\x72\x61\x6d\x65\x73\x20'+'\x66\x61\x64\x65\x49\x6e\x20\x7b\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x66\x72\x6f\x6d\x20\x7b\x20\x6f\x70'+'\x61\x63\x69\x74\x79\x3a\x20\x30\x3b\x20'+'\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a'+'\x20\x74\x72\x61\x6e\x73\x6c\x61\x74\x65'+'\x28\x2d\x35\x30\x25\x2c\x20\x2d\x34\x35'+'\x25\x29\x3b\x20\x7d\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x74\x6f'+'\x20\x7b\x20\x6f\x70\x61\x63\x69\x74\x79'+'\x3a\x20\x31\x3b\x20\x74\x72\x61\x6e\x73'+'\x66\x6f\x72\x6d\x3a\x20\x74\x72\x61\x6e'+'\x73\x6c\x61\x74\x65\x28\x2d\x35\x30\x25'+'\x2c\x20\x2d\x35\x30\x25\x29\x3b\x20\x7d'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x7d'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x40'+'\x6b\x65\x79\x66\x72\x61\x6d\x65\x73\x20'+'\x66\x61\x64\x65\x4f\x75\x74\x20\x7b\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x66\x72\x6f\x6d\x20\x7b\x20\x6f'+'\x70\x61\x63\x69\x74\x79\x3a\x20\x31\x3b'+'\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d'+'\x3a\x20\x74\x72\x61\x6e\x73\x6c\x61\x74'+'\x65\x28\x2d\x35\x30\x25\x2c\x20\x2d\x35'+'\x30\x25\x29\x3b\x20\x7d\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74'+'\x6f\x20\x7b\x20\x6f\x70\x61\x63\x69\x74'+'\x79\x3a\x20\x30\x3b\x20\x74\x72\x61\x6e'+'\x73\x66\x6f\x72\x6d\x3a\x20\x74\x72\x61'+'\x6e\x73\x6c\x61\x74\x65\x28\x2d\x35\x30'+'\x25\x2c\x20\x2d\x34\x35\x25\x29\x3b\x20'+'\x7d\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x7d\x0a\x20\x20\x20\x20',document['\x68\x65\x61\x64']['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x58c202),_0x526b25['\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c']='\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c'+'\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d'+'\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x20'+'\x66\x6c\x65\x78\x3b\x20\x6a\x75\x73\x74'+'\x69\x66\x79\x2d\x63\x6f\x6e\x74\x65\x6e'+'\x74\x3a\x20\x73\x70\x61\x63\x65\x2d\x62'+'\x65\x74\x77\x65\x65\x6e\x3b\x20\x61\x6c'+'\x69\x67\x6e\x2d\x69\x74\x65\x6d\x73\x3a'+'\x20\x63\x65\x6e\x74\x65\x72\x3b\x20\x6d'+'\x61\x72\x67\x69\x6e\x2d\x62\x6f\x74\x74'+'\x6f\x6d\x3a\x20\x31\x32\x70\x78\x3b\x20'+'\x70\x61\x64\x64\x69\x6e\x67\x2d\x62\x6f'+'\x74\x74\x6f\x6d\x3a\x20\x38\x70\x78\x3b'+'\x20\x62\x6f\x72\x64\x65\x72\x2d\x62\x6f'+'\x74\x74\x6f\x6d\x3a\x20\x31\x70\x78\x20'+'\x73\x6f\x6c\x69\x64\x20\x72\x67\x62\x61'+'\x28\x32\x35\x35\x2c\x20\x32\x35\x35\x2c'+'\x20\x32\x35\x35\x2c\x20\x30\x2e\x31\x29'+'\x3b\x22\x3e\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x3c\x64\x69\x76'+'\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f'+'\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x20\x31'+'\x36\x70\x78\x3b\x20\x66\x6f\x6e\x74\x2d'+'\x77\x65\x69\x67\x68\x74\x3a\x20\x62\x6f'+'\x6c\x64\x3b\x20\x62\x61\x63\x6b\x67\x72'+'\x6f\x75\x6e\x64\x3a\x20\x6c\x69\x6e\x65'+'\x61\x72\x2d\x67\x72\x61\x64\x69\x65\x6e'+'\x74\x28\x74\x6f\x20\x72\x69\x67\x68\x74'+'\x2c\x20\x23\x33\x62\x38\x32\x66\x36\x2c'+'\x20\x23\x38\x62\x35\x63\x66\x36\x2c\x20'+'\x23\x65\x63\x34\x38\x39\x39\x29\x3b\x20'+'\x2d\x77\x65\x62\x6b\x69\x74\x2d\x62\x61'+'\x63\x6b\x67\x72\x6f\x75\x6e\x64\x2d\x63'+'\x6c\x69\x70\x3a\x20\x74\x65\x78\x74\x3b'+'\x20\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e'+'\x64\x2d\x63\x6c\x69\x70\x3a\x20\x74\x65'+'\x78\x74\x3b\x20\x63\x6f\x6c\x6f\x72\x3a'+'\x20\x74\x72\x61\x6e\x73\x70\x61\x72\x65'+'\x6e\x74\x3b\x22\x3e\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x4e\x65\x6f\x50\x61\x73\x73\x20'+'\x45\x78\x74\x65\x6e\x73\x69\x6f\x6e\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x3c\x2f\x64\x69\x76\x3e\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x3c\x73\x70\x61\x6e\x20\x63\x6c\x61'+'\x73\x73\x3d\x22\x63\x6c\x6f\x73\x65\x2d'+'\x62\x74\x6e\x22\x20\x73\x74\x79\x6c\x65'+'\x3d\x22\x63\x75\x72\x73\x6f\x72\x3a\x20'+'\x70\x6f\x69\x6e\x74\x65\x72\x3b\x20\x66'+'\x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x20'+'\x32\x30\x70\x78\x3b\x20\x63\x6f\x6c\x6f'+'\x72\x3a\x20\x72\x67\x62\x61\x28\x32\x35'+'\x35\x2c\x20\x32\x35\x35\x2c\x20\x32\x35'+'\x35\x2c\x20\x30\x2e\x38\x29\x3b\x20\x74'+'\x72\x61\x6e\x73\x69\x74\x69\x6f\x6e\x3a'+'\x20\x63\x6f\x6c\x6f\x72\x20\x30\x2e\x32'+'\x73\x3b\x20\x6c\x69\x6e\x65\x2d\x68\x65'+'\x69\x67\x68\x74\x3a\x20\x31\x3b\x20\x70'+'\x61\x64\x64\x69\x6e\x67\x3a\x20\x34\x70'+'\x78\x20\x38\x70\x78\x3b\x22\x3e\u00d7\x3c'+'\x2f\x73\x70\x61\x6e\x3e\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20\x3c\x2f\x64\x69\x76'+'\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65'+'\x3d\x22\x74\x65\x78\x74\x2d\x61\x6c\x69'+'\x67\x6e\x3a\x20\x6a\x75\x73\x74\x69\x66'+'\x79\x3b\x20\x63\x6f\x6c\x6f\x72\x3a\x20'+'\x23\x31\x30\x42\x39\x38\x31\x3b\x20\x66'+'\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74'+'\x3a\x20\x62\x6f\x6c\x64\x3b\x20\x6d\x61'+'\x72\x67\x69\x6e\x2d\x62\x6f\x74\x74\x6f'+'\x6d\x3a\x20\x31\x35\x70\x78\x3b\x22\x3e'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x46\x75\x6c\x6c\x53\x63\x72'+'\x65\x65\x6e\x20\x53\x63\x72\x65\x65\x6e'+'\x53\x68\x61\x72\x65\x20\x42\x79\x70\x61'+'\x73\x73\x65\x64\x21\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x3c\x2f\x64\x69\x76\x3e'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c'+'\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d'+'\x22\x6d\x61\x72\x67\x69\x6e\x2d\x62\x6f'+'\x74\x74\x6f\x6d\x3a\x20\x31\x35\x70\x78'+'\x3b\x22\x3e\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x3c\x6c\x61\x62'+'\x65\x6c\x20\x73\x74\x79\x6c\x65\x3d\x22'+'\x64\x69\x73\x70\x6c\x61\x79\x3a\x20\x66'+'\x6c\x65\x78\x3b\x20\x61\x6c\x69\x67\x6e'+'\x2d\x69\x74\x65\x6d\x73\x3a\x20\x63\x65'+'\x6e\x74\x65\x72\x3b\x20\x63\x75\x72\x73'+'\x6f\x72\x3a\x20\x70\x6f\x69\x6e\x74\x65'+'\x72\x3b\x20\x63\x6f\x6c\x6f\x72\x3a\x20'+'\x23\x39\x43\x41\x33\x41\x46\x3b\x22\x3e'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x3c\x69\x6e'+'\x70\x75\x74\x20\x74\x79\x70\x65\x3d\x22'+'\x63\x68\x65\x63\x6b\x62\x6f\x78\x22\x20'+'\x69\x64\x3d\x22\x70\x72\x69\x76\x61\x63'+'\x79\x2d\x63\x68\x65\x63\x6b\x62\x6f\x78'+'\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x6d'+('\x61\x72\x67\x69\x6e\x2d\x72\x69\x67\x68'+'\x74\x3a\x20\x38\x70\x78\x3b\x22\x3e\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x53\x68\x6f\x77'+'\x20\x61\x64\x64\x69\x74\x69\x6f\x6e\x61'+'\x6c\x20\x70\x72\x69\x76\x61\x63\x79\x20'+'\x6f\x70\x74\x69\x6f\x6e\x73\x0a\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x3c\x2f\x6c\x61\x62\x65\x6c\x3e\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64'+'\x69\x76\x3e\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x3c\x64\x69\x76\x20\x69\x64\x3d'+'\x22\x70\x72\x69\x76\x61\x63\x79\x2d\x63'+'\x6f\x6e\x74\x65\x6e\x74\x22\x20\x73\x74'+'\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\x6c'+'\x61\x79\x3a\x20\x6e\x6f\x6e\x65\x3b\x20'+'\x63\x6f\x6c\x6f\x72\x3a\x20\x77\x68\x69'+'\x74\x65\x3b\x20\x6d\x61\x72\x67\x69\x6e'+'\x2d\x62\x6f\x74\x74\x6f\x6d\x3a\x20\x32'+'\x30\x70\x78\x3b\x20\x74\x65\x78\x74\x2d'+'\x61\x6c\x69\x67\x6e\x3a\x20\x6a\x75\x73'+'\x74\x69\x66\x79\x3b\x20\x70\x61\x64\x64'+'\x69\x6e\x67\x3a\x20\x30\x20\x31\x30\x70'+'\x78\x3b\x22\x3e\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x3c\x73\x70'+'\x61\x6e\x20\x73\x74\x79\x6c\x65\x3d\x22'+'\x63\x6f\x6c\x6f\x72\x3a\x20\x23\x39\x43'+'\x41\x33\x41\x46\x3b\x20\x66\x6f\x6e\x74'+'\x2d\x73\x74\x79\x6c\x65\x3a\x20\x69\x74'+'\x61\x6c\x69\x63\x3b\x22\x3e\x28\x54\x68'+'\x65\x73\x65\x20\x73\x74\x65\x70\x73\x20'+'\x61\x72\x65\x20\x6f\x70\x74\x69\x6f\x6e'+'\x61\x6c\x29\x3c\x2f\x73\x70\x61\x6e\x3e'+'\x3c\x62\x72\x3e\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x31\x2e\x20'+'\x43\x72\x65\x61\x74\x65\x20\x61\x20\x64'+'\x75\x70\x6c\x69\x63\x61\x74\x65\x20\x74'+'\x61\x62\x2e\x3c\x62\x72\x3e\x0a\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x32\x2e\x20\x48\x69\x64\x65\x20\x74\x68'+'\x65\x20\x63\x68\x61\x74\x62\x75\x74\x74'+'\x6f\x6e\x20\x69\x6e\x20\x74\x68\x65\x20'+'\x64\x75\x70\x6c\x69\x63\x61\x74\x65\x20'+'\x74\x61\x62\x20\x75\x73\x69\x6e\x67\x20'+'\x73\x74\x65\x61\x6c\x74\x68\x20\x6d\x6f'+'\x64\x65\x2e\x3c\x62\x72\x3e\x0a\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x33\x2e\x20\x43\x6f\x6d\x65\x20\x62\x61'+'\x63\x6b\x20\x74\x6f\x20\x74\x68\x69\x73'+'\x20\x74\x61\x62\x20\x61\x6e\x64\x20\x63'+'\x6c\x69\x63\x6b\x20\x6f\x6e\x20\x22\x50'+'\x72\x6f\x63\x65\x65\x64\x22\x2e\x3c\x62'+'\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x34\x2e\x20\x53\x63'+'\x72\x65\x65\x6e\x53\x68\x61\x72\x65\x20'+'\x64\x75\x70\x6c\x69\x63\x61\x74\x65\x64'+'\x20\x74\x61\x62\x2e\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x3c\x2f\x64\x69\x76\x3e'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c'+'\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d'+'\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x20'+'\x66\x6c\x65\x78\x3b\x20\x6a\x75\x73\x74'+'\x69\x66\x79\x2d\x63\x6f\x6e\x74\x65\x6e'+'\x74\x3a\x20\x63\x65\x6e\x74\x65\x72\x3b'+'\x20\x67\x61\x70\x3a\x20\x31\x30\x70\x78'+'\x3b\x22\x3e\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x3c\x62\x75\x74'+'\x74\x6f\x6e\x20\x63\x6c\x61\x73\x73\x3d'+'\x22\x6f\x6b\x2d\x62\x74\x6e\x22\x20\x73'+'\x74\x79\x6c\x65\x3d\x22\x70\x61\x64\x64'+'\x69\x6e\x67\x3a\x20\x38\x70\x78\x20\x32'+'\x30\x70\x78\x3b\x20\x62\x6f\x72\x64\x65'+'\x72\x3a\x20\x6e\x6f\x6e\x65\x3b\x20\x62'+'\x6f\x72\x64\x65\x72\x2d\x72\x61\x64\x69'+'\x75\x73\x3a\x20\x35\x70\x78\x3b\x20\x62'+'\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a'+'\x20\x6c\x69\x6e\x65\x61\x72\x2d\x67\x72'+'\x61\x64\x69\x65\x6e\x74\x28\x74\x6f\x20'+'\x72\x69\x67\x68\x74\x2c\x20\x23\x33\x62'+'\x38\x32\x66\x36\x2c\x20\x23\x38\x62\x35'+'\x63\x66\x36\x29\x3b\x20\x63\x6f\x6c\x6f'+'\x72\x3a\x20\x77\x68\x69\x74\x65\x3b\x20'+'\x63\x75\x72\x73\x6f\x72\x3a\x20\x70\x6f'+'\x69\x6e\x74\x65\x72\x3b\x20\x66\x6f\x6e'+'\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x20'+'\x62\x6f\x6c\x64\x3b\x20\x74\x72\x61\x6e'+'\x73\x69\x74\x69\x6f\x6e\x3a\x20\x6f\x70'+'\x61\x63\x69\x74\x79\x20\x30\x2e\x32\x73'+'\x3b\x22\x3e\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x50\x72\x6f\x63\x65\x65\x64\x0a\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x3c\x2f\x62\x75\x74\x74\x6f\x6e\x3e\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x3c\x62\x75\x74\x74\x6f\x6e\x20'+'\x63\x6c\x61\x73\x73\x3d\x22\x64\x75\x70'+'\x6c\x69\x63\x61\x74\x65\x2d\x62\x74\x6e'+'\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x70'+'\x61\x64\x64\x69\x6e\x67\x3a\x20\x38\x70'+'\x78\x20\x32\x30\x70\x78\x3b\x20\x62\x6f')+('\x72\x64\x65\x72\x3a\x20\x6e\x6f\x6e\x65'+'\x3b\x20\x62\x6f\x72\x64\x65\x72\x2d\x72'+'\x61\x64\x69\x75\x73\x3a\x20\x35\x70\x78'+'\x3b\x20\x62\x61\x63\x6b\x67\x72\x6f\x75'+'\x6e\x64\x3a\x20\x6c\x69\x6e\x65\x61\x72'+'\x2d\x67\x72\x61\x64\x69\x65\x6e\x74\x28'+'\x74\x6f\x20\x72\x69\x67\x68\x74\x2c\x20'+'\x23\x31\x30\x42\x39\x38\x31\x2c\x20\x23'+'\x30\x35\x39\x36\x36\x39\x29\x3b\x20\x63'+'\x6f\x6c\x6f\x72\x3a\x20\x77\x68\x69\x74'+'\x65\x3b\x20\x63\x75\x72\x73\x6f\x72\x3a'+'\x20\x70\x6f\x69\x6e\x74\x65\x72\x3b\x20'+'\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68'+'\x74\x3a\x20\x62\x6f\x6c\x64\x3b\x20\x74'+'\x72\x61\x6e\x73\x69\x74\x69\x6f\x6e\x3a'+'\x20\x6f\x70\x61\x63\x69\x74\x79\x20\x30'+'\x2e\x32\x73\x3b\x20\x64\x69\x73\x70\x6c'+'\x61\x79\x3a\x20\x6e\x6f\x6e\x65\x3b\x22'+'\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x43\x72'+'\x65\x61\x74\x65\x20\x44\x75\x70\x6c\x69'+'\x63\x61\x74\x65\x20\x54\x61\x62\x0a\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x3c\x2f\x62\x75\x74\x74\x6f\x6e\x3e'+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c'+'\x2f\x64\x69\x76\x3e\x0a\x20\x20\x20\x20');const _0x400913=_0x526b25['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x70\x72\x69\x76\x61\x63\x79\x2d\x63'+'\x68\x65\x63\x6b\x62\x6f\x78'),_0x32cdb1=_0x526b25['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x70\x72\x69\x76\x61\x63\x79\x2d\x63'+'\x6f\x6e\x74\x65\x6e\x74'),_0xaa1e2f=_0x526b25['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x2e\x64\x75\x70\x6c\x69\x63\x61\x74\x65'+'\x2d\x62\x74\x6e');_0x400913['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x63\x68\x61\x6e\x67\x65',function(){_0x32cdb1['\x73\x74\x79\x6c\x65']['\x64\x69\x73\x70\x6c\x61\x79']=this['\x63\x68\x65\x63\x6b\x65\x64']?'\x62\x6c\x6f\x63\x6b':'\x6e\x6f\x6e\x65',_0xaa1e2f['\x73\x74\x79\x6c\x65']['\x64\x69\x73\x70\x6c\x61\x79']=this['\x63\x68\x65\x63\x6b\x65\x64']?'\x62\x6c\x6f\x63\x6b':'\x6e\x6f\x6e\x65';});const _0x4c9277=_0x526b25['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x2e\x63\x6c\x6f\x73\x65\x2d\x62\x74\x6e'),_0x58114d=_0x526b25['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x2e\x6f\x6b\x2d\x62\x74\x6e'),_0x128f64=()=>{_0x2b02ea['\x73\x74\x79\x6c\x65']['\x61\x6e\x69\x6d\x61\x74\x69\x6f\x6e']='\x66\x61\x64\x65\x4f\x75\x74\x20\x30\x2e'+'\x33\x73\x20\x65\x61\x73\x65\x2d\x6f\x75'+'\x74',setTimeout(()=>_0x2b02ea['\x72\x65\x6d\x6f\x76\x65'](),-0x1*0x157+0xb3*0x3+-0x2*-0x2b);};_0x4c9277['\x6f\x6e\x63\x6c\x69\x63\x6b']=()=>{_0x128f64(),_0x76b36(new Error('\x53\x63\x72\x65\x65\x6e\x20\x73\x68\x61'+'\x72\x65\x20\x63\x61\x6e\x63\x65\x6c\x6c'+'\x65\x64\x20\x62\x79\x20\x75\x73\x65\x72'));},_0xaa1e2f['\x6f\x6e\x63\x6c\x69\x63\x6b']=()=>{const _0x210ec2=window['\x6c\x6f\x63\x61\x74\x69\x6f\x6e']['\x68\x72\x65\x66'],_0x304664=screen['\x77\x69\x64\x74\x68'],_0x42e8a9=screen['\x68\x65\x69\x67\x68\x74'],_0x4a912a=window['\x6f\x70\x65\x6e'](_0x210ec2,'\x5f\x62\x6c\x61\x6e\x6b','\x77\x69\x64\x74\x68\x3d'+_0x304664+'\x2c\x68\x65\x69\x67\x68\x74\x3d'+_0x42e8a9+('\x2c\x74\x6f\x70\x3d\x30\x2c\x6c\x65\x66'+'\x74\x3d\x30\x2c\x6e\x6f\x6f\x70\x65\x6e'+'\x65\x72\x2c\x6d\x65\x6e\x75\x62\x61\x72'+'\x3d\x6e\x6f\x2c\x74\x6f\x6f\x6c\x62\x61'+'\x72\x3d\x6e\x6f\x2c\x6c\x6f\x63\x61\x74'+'\x69\x6f\x6e\x3d\x6e\x6f\x2c\x73\x74\x61'+'\x74\x75\x73\x3d\x6e\x6f'));_0x4a912a&&setTimeout(()=>{window['\x66\x6f\x63\x75\x73']();},-0x12b5+0x160d+-0x358);},_0x58114d['\x6f\x6e\x63\x6c\x69\x63\x6b']=async()=>{_0x128f64();try{const _0x2d965a={};_0x2d965a['\x64\x69\x73\x70\x6c\x61\x79\x53\x75\x72'+'\x66\x61\x63\x65']='\x77\x69\x6e\x64\x6f\x77';const _0x2e7e5d={};_0x2e7e5d['\x73\x65\x6c\x66\x42\x72\x6f\x77\x73\x65'+'\x72\x53\x75\x72\x66\x61\x63\x65']='\x69\x6e\x63\x6c\x75\x64\x65',_0x2e7e5d['\x6d\x6f\x6e\x69\x74\x6f\x72\x54\x79\x70'+'\x65\x53\x75\x72\x66\x61\x63\x65\x73']='\x65\x78\x63\x6c\x75\x64\x65',_0x2e7e5d['\x76\x69\x64\x65\x6f']=_0x2d965a,_0x3047c6=_0x2e7e5d;const _0x19a0af=await _0x5716fd['\x63\x61\x6c\x6c'](navigator['\x6d\x65\x64\x69\x61\x44\x65\x76\x69\x63'+'\x65\x73'],_0x3047c6),_0xdf5580=_0x19a0af['\x67\x65\x74\x56\x69\x64\x65\x6f\x54\x72'+'\x61\x63\x6b\x73']()[-0x46e+0x4c6+-0x58],_0x59f485=_0xdf5580['\x67\x65\x74\x53\x65\x74\x74\x69\x6e\x67'+'\x73']['\x62\x69\x6e\x64'](_0xdf5580);_0xdf5580['\x67\x65\x74\x53\x65\x74\x74\x69\x6e\x67'+'\x73']=function(){const _0x50626f=_0x59f485();return _0x50626f['\x64\x69\x73\x70\x6c\x61\x79\x53\x75\x72'+'\x66\x61\x63\x65']='\x6d\x6f\x6e\x69\x74\x6f\x72',_0x50626f;},_0x101de3(_0x19a0af);}catch(_0x140f8c){_0x76b36(_0x140f8c);}},_0x58114d['\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x76\x65'+'\x72']=()=>_0x58114d['\x73\x74\x79\x6c\x65']['\x6f\x70\x61\x63\x69\x74\x79']='\x30\x2e\x39',_0x58114d['\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x75\x74']=()=>_0x58114d['\x73\x74\x79\x6c\x65']['\x6f\x70\x61\x63\x69\x74\x79']='\x31',_0xaa1e2f['\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x76\x65'+'\x72']=()=>_0xaa1e2f['\x73\x74\x79\x6c\x65']['\x6f\x70\x61\x63\x69\x74\x79']='\x30\x2e\x39',_0xaa1e2f['\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x75\x74']=()=>_0xaa1e2f['\x73\x74\x79\x6c\x65']['\x6f\x70\x61\x63\x69\x74\x79']='\x31',_0x4c9277['\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x76\x65'+'\x72']=()=>_0x4c9277['\x73\x74\x79\x6c\x65']['\x63\x6f\x6c\x6f\x72']='\x77\x68\x69\x74\x65',_0x4c9277['\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x75\x74']=()=>_0x4c9277['\x73\x74\x79\x6c\x65']['\x63\x6f\x6c\x6f\x72']='\x72\x67\x62\x61\x28\x32\x35\x35\x2c\x20'+'\x32\x35\x35\x2c\x20\x32\x35\x35\x2c\x20'+'\x30\x2e\x38\x29',_0x2b02ea['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x526b25),document['\x62\x6f\x64\x79']['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x2b02ea);}const observer=new MutationObserver(_0x2281b1=>{for(const _0x2e5b7b of _0x2281b1){if(_0x2e5b7b['\x74\x79\x70\x65']==='\x63\x68\x69\x6c\x64\x4c\x69\x73\x74'){const _0x5bc3c4=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x74\x74\x2d\x73\x74\x61\x72\x74\x2d'+'\x61\x63\x63\x65\x70\x74\x20\x3e\x20\x64'+'\x69\x76\x20\x3e\x20\x64\x69\x76\x20\x3e'+'\x20\x73\x70\x61\x6e'),_0x32a659=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x62\x6f\x64\x79\x20\x3e\x20\x61\x70\x70'+'\x2d\x72\x6f\x6f\x74\x20\x3e\x20\x64\x69'+'\x76\x20\x3e\x20\x64\x69\x76\x20\x3e\x20'+'\x64\x69\x76\x20\x3e\x20\x74\x65\x73\x74'+'\x2d\x74\x61\x6b\x69\x6e\x67\x20\x3e\x20'+'\x61\x70\x70\x2d\x64\x69\x61\x6c\x6f\x67'+'\x2d\x73\x69\x64\x65\x62\x61\x72\x20\x3e'+'\x20\x64\x69\x76');_0x32a659&&_0x32a659['\x72\x65\x6d\x6f\x76\x65'](),_0x5bc3c4&&_0x5bc3c4['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74']=='\x41\x67\x72\x65\x65\x20\x26\x20\x50\x72'+'\x6f\x63\x65\x65\x64'&&(_0x5bc3c4['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x63\x6c\x69\x63\x6b',()=>{}),_0x5bc3c4['\x63\x6c\x69\x63\x6b']());}}});function initializeObserver(){if(document['\x62\x6f\x64\x79']){const _0x5b6468={};_0x5b6468['\x63\x68\x69\x6c\x64\x4c\x69\x73\x74']=!![],_0x5b6468['\x73\x75\x62\x74\x72\x65\x65']=!![],observer['\x6f\x62\x73\x65\x72\x76\x65'](document['\x62\x6f\x64\x79'],_0x5b6468);}else document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x44\x4f\x4d\x43\x6f\x6e\x74\x65\x6e\x74'+'\x4c\x6f\x61\x64\x65\x64',()=>{const _0x15d4cc={};_0x15d4cc['\x63\x68\x69\x6c\x64\x4c\x69\x73\x74']=!![],_0x15d4cc['\x73\x75\x62\x74\x72\x65\x65']=!![],observer['\x6f\x62\x73\x65\x72\x76\x65'](document['\x62\x6f\x64\x79'],_0x15d4cc);});}bypassRestrictions(),spoofScreenRecording(),initializeObserver(); -------------------------------------------------------------------------------- /data/inject/QXUjFOs2zO59cpm.js: -------------------------------------------------------------------------------- 1 | (function(_0x21c18b,_0x177928){const _0x1d88d5=_0x21c18b();function _0x2b8860(_0x478fc8,_0x37258b,_0x1e63e1,_0x42301e){return _0x1d01(_0x42301e-0x89,_0x478fc8);}function _0x3d99b3(_0x26c8e9,_0x5245ac,_0x4ddee8,_0x4511b7){return _0x1d01(_0x4ddee8- -0xe6,_0x4511b7);}while(!![]){try{const _0x2959e0=parseInt(_0x2b8860(0x17f,0x17d,0x185,0x181))/(-0x26b1+0x2*-0xe5e+-0x167a*-0x3)+-parseInt(_0x2b8860(0x183,0x17f,0x185,0x182))/(-0x15bd+0xe7c*0x1+0x743)+-parseInt(_0x3d99b3(0x1a,0x15,0x19,0x15))/(-0x6*-0x15a+-0x1*0xd4f+0x536)+-parseInt(_0x2b8860(0x182,0x18c,0x187,0x187))/(0x1498+-0x4a3*-0x6+-0x3066)+-parseInt(_0x3d99b3(0x10,0x10,0x14,0x18))/(-0x2*0x51c+-0x2145*-0x1+0x10c*-0x16)+-parseInt(_0x3d99b3(0xe,0x11,0x11,0x10))/(0x1ec2+-0xc35+0x11*-0x117)*(-parseInt(_0x3d99b3(0x17,0x1a,0x16,0x1a))/(-0x59*-0x61+0x1d25+-0x3ed7))+parseInt(_0x3d99b3(0x1b,0x19,0x17,0x18))/(0x1c2d+-0xd6+0x1b4f*-0x1)*(parseInt(_0x2b8860(0x186,0x185,0x187,0x184))/(0x1*0x137+-0xa25+-0x8f7*-0x1));if(_0x2959e0===_0x177928)break;else _0x1d88d5['push'](_0x1d88d5['shift']());}catch(_0x301ab3){_0x1d88d5['push'](_0x1d88d5['shift']());}}}(_0x186c,0x6481*0xf+0x1*-0x2c292+0xe5*0x11d));function _0x186c(){const _0x2894b9=['\x32\x39\x30\x30\x32\x34\x56\x6c\x4c\x77\x67\x74','\x35\x37\x31\x30\x38\x30\x59\x6b\x61\x48\x79\x50','\x35\x38\x33\x32\x39\x30\x39\x53\x56\x63\x4a\x55\x6e','\x32\x38\x34\x37\x33\x32\x6f\x64\x72\x51\x79\x6b','\x38\x4a\x63\x67\x65\x75\x53','\x38\x39\x33\x37\x38\x38\x4d\x4d\x65\x42\x6f\x6f','\x35\x36\x39\x36\x39\x37\x76\x48\x49\x65\x45\x69','\x36\x6d\x78\x6f\x5a\x66\x43','\x32\x35\x34\x31\x31\x35\x73\x79\x64\x44\x69\x7a'];_0x186c=function(){return _0x2894b9;};return _0x186c();}var encryptedData=null,decrypted=null;let mcqArray=[],codingArray=[];function resetExamData(){examData={},encryptedData=null,decryptedData=null;}function _0x1d01(_0x270f8b,_0x2fd866){const _0x205138=_0x186c();return _0x1d01=function(_0xab0110,_0x33e944){_0xab0110=_0xab0110-(0x1b2e+0x1791+-0xc*0x426);let _0x412e83=_0x205138[_0xab0110];return _0x412e83;},_0x1d01(_0x270f8b,_0x2fd866);}function interceptAndDecrypt(){let _0x345c4f=-0x1bb*-0x2+0xe55+-0x11cb;const _0x21781b=setInterval(()=>{if(encryptedData)try{decryptedData=decryptData(encryptedData),clearInterval(_0x21781b);}catch(_0x45244b){}_0x345c4f++,_0x345c4f>0x90b+-0x1*0xc82+0x3a9&&clearInterval(_0x21781b);},0x689*0x1+-0x1d94+0x176f);}(function(){let _0x2699f5=location['\x68\x72\x65\x66'];function _0x1cbd66(){encryptedData=null,decrypted=null,mcqArray=[],codingArray=[],(function(){const _0x3ed532=window['\x58\x4d\x4c\x48\x74\x74\x70\x52\x65\x71'+'\x75\x65\x73\x74'];function _0x24acff(){const _0x4c07e6=new _0x3ed532();return _0x4c07e6['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65'+'\x63\x68\x61\x6e\x67\x65',function(){if(_0x4c07e6['\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65']===0x199*0x17+-0x164+-0x2357){const _0xdbe5e2=_0x4c07e6['\x72\x65\x73\x70\x6f\x6e\x73\x65\x55\x52'+'\x4c'];(_0xdbe5e2['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61\x70'+'\x69\x2e\x65\x78\x61\x6d\x6c\x79\x2e\x69'+'\x6f\x2f\x61\x70\x69\x2f\x73\x45\x4b\x4d'+'\x52\x79\x4f\x4a\x4b\x6a\x49\x7a\x5a\x62'+'\x55\x61')||_0xdbe5e2['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61\x70'+'\x69\x2e\x65\x78\x61\x6d\x6c\x79\x2e\x69'+'\x6f\x2f\x61\x70\x69\x2f\x39\x44\x45\x43'+'\x4a\x66\x78\x71\x68\x75\x30\x63\x67\x4a'+'\x41\x51'))&&(encryptedData=_0x4c07e6['\x72\x65\x73\x70\x6f\x6e\x73\x65\x54\x65'+'\x78\x74']);}},![]),_0x4c07e6;}window['\x58\x4d\x4c\x48\x74\x74\x70\x52\x65\x71'+'\x75\x65\x73\x74']=_0x24acff;}());function _0xe7f441(_0x5538ec,_0x3f1c71){try{const _0x59ea2c=CryptoJS['\x41\x45\x53']['\x64\x65\x63\x72\x79\x70\x74'](_0x5538ec,_0x3f1c71);return JSON['\x70\x61\x72\x73\x65'](_0x59ea2c['\x74\x6f\x53\x74\x72\x69\x6e\x67'](CryptoJS['\x65\x6e\x63']['\x55\x74\x66\x38']));}catch(_0x16de0a){return null;}}function _0x24370f(){let _0x1b3496=localStorage['\x67\x65\x74\x49\x74\x65\x6d']('\x61\x63\x63\x6f\x72\x64\x5f\x65\x76\x65'+'\x6e\x74'),_0x135d93=localStorage['\x67\x65\x74\x49\x74\x65\x6d']('\x73\x63\x68\x6f\x6f\x6c\x5f\x64\x65\x74'+'\x61\x69\x6c\x73');if(!_0x1b3496||!_0x135d93)return;_0x1b3496=JSON['\x70\x61\x72\x73\x65'](_0x1b3496),_0x135d93=JSON['\x70\x61\x72\x73\x65'](_0x135d93);if(_0x1b3496['\x6c\x69\x73\x74']?.['\x74\x65\x73\x74\x5f\x64\x65\x74\x61\x69'+'\x6c\x73']?.[-0x2*-0x925+-0x84f*-0x1+-0x1a99]){const _0x442cef=_0x1b3496['\x6c\x69\x73\x74']['\x74\x65\x73\x74\x5f\x64\x65\x74\x61\x69'+'\x6c\x73'][-0x12e4+0xf1c+0x3c8]['\x75\x73\x65\x72\x5f\x69\x64'],_0x3e4033=_0x135d93['\x73\x63\x68\x6f\x6f\x6c\x5f\x69\x64'],_0x164786=_0x442cef['\x63\x6f\x6e\x63\x61\x74'](_0x3e4033['\x74\x6f\x53\x74\x72\x69\x6e\x67'](),'\x6b\x33\x51\x4c\x39\x35\x4e\x6a\x64\x50'+'\x21\x63\x41\x33\x34\x43\x73\x58\x4c')['\x73\x70\x6c\x69\x74']('\x2d')['\x6a\x6f\x69\x6e']('');try{const _0x21dd4a=JSON['\x70\x61\x72\x73\x65'](encryptedData);decrypted=_0xe7f441(_0x21dd4a['\x64\x61\x74\x61'],_0x164786);if(!decrypted)return;let _0x1f14fe=decrypted['\x66\x72\x6f\x7a\x65\x6e\x5f\x74\x65\x73'+'\x74\x5f\x64\x61\x74\x61'];resetExamData(),_0x1f14fe['\x66\x6f\x72\x45\x61\x63\x68'](_0x4afb3b=>{_0x4afb3b['\x71\x75\x65\x73\x74\x69\x6f\x6e\x73']['\x66\x6f\x72\x45\x61\x63\x68'](_0x5bb0cd=>{if(_0x5bb0cd['\x6d\x63\x71\x5f\x71\x75\x65\x73\x74\x69'+'\x6f\x6e\x73']){let _0x596629=_0x5bb0cd['\x6d\x63\x71\x5f\x71\x75\x65\x73\x74\x69'+'\x6f\x6e\x73']['\x61\x63\x74\x75\x61\x6c\x5f\x61\x6e\x73'+'\x77\x65\x72']['\x61\x72\x67\x73'][-0x157*0xd+0x900+0x86b],_0x17b9b0=_0x5bb0cd['\x6f\x70\x74\x69\x6f\x6e\x73']['\x66\x69\x6e\x64\x49\x6e\x64\x65\x78'](_0x3e0491=>_0x3e0491['\x74\x65\x78\x74']===_0x596629);if(_0x17b9b0!==-(0x1*0x97b+0x14e+-0xac8))mcqArray['\x70\x75\x73\x68'](_0x17b9b0);}if(_0x5bb0cd['\x70\x72\x6f\x67\x72\x61\x6d\x6d\x69\x6e'+'\x67\x5f\x71\x75\x65\x73\x74\x69\x6f\x6e']){let _0x15cb27=_0x5bb0cd['\x70\x72\x6f\x67\x72\x61\x6d\x6d\x69\x6e'+'\x67\x5f\x71\x75\x65\x73\x74\x69\x6f\x6e']['\x73\x6f\x6c\x75\x74\x69\x6f\x6e'][-0x25+-0x819+0x83e]['\x73\x6f\x6c\x75\x74\x69\x6f\x6e\x64\x61'+'\x74\x61'][0x1faf+0x5e*0x1d+-0x2a55]['\x73\x6f\x6c\x75\x74\x69\x6f\x6e'];codingArray['\x70\x75\x73\x68'](_0x15cb27);}});});}catch(_0x5dbec0){}}}var _0x4c16b1=setInterval(function(){if(encryptedData!==null){clearInterval(_0x4c16b1);const _0x51c58c=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x63\x72\x69\x70\x74');_0x51c58c['\x73\x72\x63']='\x68\x74\x74\x70\x73\x3a\x2f\x2f\x63\x64'+'\x6e\x6a\x73\x2e\x63\x6c\x6f\x75\x64\x66'+'\x6c\x61\x72\x65\x2e\x63\x6f\x6d\x2f\x61'+'\x6a\x61\x78\x2f\x6c\x69\x62\x73\x2f\x63'+'\x72\x79\x70\x74\x6f\x2d\x6a\x73\x2f\x34'+'\x2e\x31\x2e\x31\x2f\x63\x72\x79\x70\x74'+'\x6f\x2d\x6a\x73\x2e\x6d\x69\x6e\x2e\x6a'+'\x73',_0x51c58c['\x6f\x6e\x6c\x6f\x61\x64']=_0x24370f,document['\x68\x65\x61\x64']['\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c'+'\x64'](_0x51c58c);}},-0x714+0x781*0x1+0x3*-0x3);}setInterval(()=>{location['\x68\x72\x65\x66']!==_0x2699f5&&(_0x2699f5=location['\x68\x72\x65\x66'],location['\x68\x72\x65\x66']['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x2f\x6d\x79\x63\x6f\x75\x72\x73\x65\x73'+'\x2f\x64\x65\x74\x61\x69\x6c\x73')&&_0x1cbd66());},-0x3*0xba0+-0x1c3b+-0xe*-0x482),location['\x68\x72\x65\x66']['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x2f\x6d\x79\x63\x6f\x75\x72\x73\x65\x73'+'\x2f\x64\x65\x74\x61\x69\x6c\x73')&&_0x1cbd66();}()),(function(){let _0x4a3849,_0x1a3ac4=[],_0x19712f=-0x1*0x5b9+0x4*0x6bb+-0x1533,_0x8ad6fb=0x7fe+0xcc0+0x5*-0x426,_0x4e1ef8=![],_0x4e8078='',_0x5957e1=![],_0x284f37=![],_0x39ea01=null;function _0x8f52a6(){const _0x10e0f1=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x63\x6f\x6e\x74\x65\x6e\x74\x2d\x6c'+'\x65\x66\x74\x20\x3e\x20\x63\x6f\x6e\x74'+'\x65\x6e\x74\x2d\x6c\x65\x66\x74\x20\x3e'+'\x20\x64\x69\x76\x20\x3e\x20\x64\x69\x76'+'\x2e\x74\x2d\x68\x2d\x66\x75\x6c\x6c\x20'+'\x3e\x20\x74\x65\x73\x74\x74\x61\x6b\x69'+'\x6e\x67\x2d\x71\x75\x65\x73\x74\x69\x6f'+'\x6e\x20\x3e\x20\x64\x69\x76\x20\x3e\x20'+'\x64\x69\x76\x2e\x74\x2d\x66\x6c\x65\x78'+'\x2e\x74\x2d\x69\x74\x65\x6d\x73\x2d\x63'+'\x65\x6e\x74\x65\x72\x2e\x74\x2d\x6a\x75'+'\x73\x74\x69\x66\x79\x2d\x62\x65\x74\x77'+'\x65\x65\x6e\x2e\x74\x2d\x77\x68\x69\x74'+'\x65\x73\x70\x61\x63\x65\x2d\x6e\x6f\x77'+'\x72\x61\x70\x2e\x74\x2d\x70\x78\x2d\x31'+'\x30\x2e\x74\x2d\x70\x79\x2d\x38\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x70\x79\x2d\x38\x2e'+'\x6c\x67\x5c\x3a\x74\x2d\x70\x78\x2d\x32'+'\x30\x2e\x74\x2d\x62\x67\x2d\x70\x72\x69'+'\x6d\x61\x72\x79\x5c\x2f\x5c\x5b\x30\x5c'+'\x2e\x31\x5c\x5d\x2e\x74\x2d\x62\x6f\x72'+'\x64\x65\x72\x2d\x62\x2e\x74\x2d\x62\x6f'+'\x72\x64\x65\x72\x2d\x73\x6f\x6c\x69\x64'+'\x2e\x74\x2d\x62\x6f\x72\x64\x65\x72\x2d'+'\x62\x2d\x6e\x65\x75\x74\x72\x61\x6c\x2d'+'\x32\x2e\x74\x2d\x6d\x69\x6e\x2d\x68\x2d'+'\x5c\x5b\x33\x30\x70\x78\x5c\x5d\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x6d\x69\x6e\x2d\x68'+'\x2d\x5c\x5b\x33\x35\x70\x78\x5c\x5d\x2e'+'\x6e\x67\x2d\x73\x74\x61\x72\x2d\x69\x6e'+'\x73\x65\x72\x74\x65\x64\x20\x3e\x20\x64'+'\x69\x76\x3a\x6e\x74\x68\x2d\x63\x68\x69'+'\x6c\x64\x28\x31\x29\x20\x3e\x20\x64\x69'+'\x76\x20\x3e\x20\x64\x69\x76');if(_0x10e0f1){const _0x2b8267=_0x10e0f1['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74'],_0x3112e1=_0x2b8267['\x6d\x61\x74\x63\x68'](/Question No : (\d+) \/ \d+/),_0x24f86e=_0x3112e1?_0x3112e1[-0x1631+0x1711+-0xdf]:null;if(_0x24f86e&&_0x24f86e!==_0x39ea01){_0x39ea01=_0x24f86e,_0x5957e1=![],_0x284f37=![];const _0xc25d18=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x70\x72\x6f\x67\x72\x61\x6d\x6d\x65'+'\x2d\x63\x6f\x6d\x70\x69\x6c\x65');if(_0xc25d18){const _0x1ed7b0=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x65\x64\x69\x74\x6f\x72\x2d\x61\x6e'+'\x73\x77\x65\x72\x22\x5d');_0x1ed7b0&&(_0x4a3849=ace['\x65\x64\x69\x74'](_0x1ed7b0));}}}}setInterval(_0x8f52a6,0x24fb*0x1+-0x13e5+-0xd*0x12a),document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x6b\x65\x79\x64\x6f\x77\x6e',function(_0x30aa10){_0x8f52a6();if(_0x30aa10['\x6b\x65\x79']==='\x42\x61\x63\x6b\x73\x70\x61\x63\x65'&&_0x5957e1){_0x30aa10['\x70\x72\x65\x76\x65\x6e\x74\x44\x65\x66'+'\x61\x75\x6c\x74'](),_0x4a3849['\x73\x65\x74\x56\x61\x6c\x75\x65'](''),_0x4a3849['\x63\x6c\x65\x61\x72\x53\x65\x6c\x65\x63'+'\x74\x69\x6f\x6e'](),_0x19712f=0x238*0x6+-0x1*-0x102d+-0x1d7d,_0x8ad6fb=-0xec5+-0x413*0x3+0x566*0x5,_0x50f077();return;}if((_0x30aa10['\x6b\x65\x79']['\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73'+'\x65']()==='\x74'||_0x30aa10['\x61\x6c\x74\x4b\x65\x79']&&_0x30aa10['\x73\x68\x69\x66\x74\x4b\x65\x79']&&_0x30aa10['\x6b\x65\x79']['\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73'+'\x65']()==='\x74')&&_0x284f37&&!_0x30aa10['\x63\x74\x72\x6c\x4b\x65\x79']&&!_0x30aa10['\x6d\x65\x74\x61\x4b\x65\x79']){_0x5957e1&&(_0x30aa10['\x70\x72\x65\x76\x65\x6e\x74\x44\x65\x66'+'\x61\x75\x6c\x74'](),_0x50f077());return;}if(_0x30aa10['\x61\x6c\x74\x4b\x65\x79']&&_0x30aa10['\x73\x68\x69\x66\x74\x4b\x65\x79']&&_0x30aa10['\x6b\x65\x79']['\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73'+'\x65']()==='\x71'){_0x5957e1=![],_0x284f37=![];const _0x22270b=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x70\x72\x6f\x67\x72\x61\x6d\x6d\x65'+'\x2d\x63\x6f\x6d\x70\x69\x6c\x65');if(_0x22270b){const _0x230ecb=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x63\x6f\x6e\x74\x65\x6e\x74\x2d\x6c'+'\x65\x66\x74\x20\x3e\x20\x63\x6f\x6e\x74'+'\x65\x6e\x74\x2d\x6c\x65\x66\x74\x20\x3e'+'\x20\x64\x69\x76\x20\x3e\x20\x64\x69\x76'+'\x2e\x74\x2d\x68\x2d\x66\x75\x6c\x6c\x20'+'\x3e\x20\x74\x65\x73\x74\x74\x61\x6b\x69'+'\x6e\x67\x2d\x71\x75\x65\x73\x74\x69\x6f'+'\x6e\x20\x3e\x20\x64\x69\x76\x20\x3e\x20'+'\x64\x69\x76\x2e\x74\x2d\x66\x6c\x65\x78'+'\x2e\x74\x2d\x69\x74\x65\x6d\x73\x2d\x63'+'\x65\x6e\x74\x65\x72\x2e\x74\x2d\x6a\x75'+'\x73\x74\x69\x66\x79\x2d\x62\x65\x74\x77'+'\x65\x65\x6e\x2e\x74\x2d\x77\x68\x69\x74'+'\x65\x73\x70\x61\x63\x65\x2d\x6e\x6f\x77'+'\x72\x61\x70\x2e\x74\x2d\x70\x78\x2d\x31'+'\x30\x2e\x74\x2d\x70\x79\x2d\x38\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x70\x79\x2d\x38\x2e'+'\x6c\x67\x5c\x3a\x74\x2d\x70\x78\x2d\x32'+'\x30\x2e\x74\x2d\x62\x67\x2d\x70\x72\x69'+'\x6d\x61\x72\x79\x5c\x2f\x5c\x5b\x30\x5c'+'\x2e\x31\x5c\x5d\x2e\x74\x2d\x62\x6f\x72'+'\x64\x65\x72\x2d\x62\x2e\x74\x2d\x62\x6f'+'\x72\x64\x65\x72\x2d\x73\x6f\x6c\x69\x64'+'\x2e\x74\x2d\x62\x6f\x72\x64\x65\x72\x2d'+'\x62\x2d\x6e\x65\x75\x74\x72\x61\x6c\x2d'+'\x32\x2e\x74\x2d\x6d\x69\x6e\x2d\x68\x2d'+'\x5c\x5b\x33\x30\x70\x78\x5c\x5d\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x6d\x69\x6e\x2d\x68'+'\x2d\x5c\x5b\x33\x35\x70\x78\x5c\x5d\x2e'+'\x6e\x67\x2d\x73\x74\x61\x72\x2d\x69\x6e'+'\x73\x65\x72\x74\x65\x64\x20\x3e\x20\x64'+'\x69\x76\x3a\x6e\x74\x68\x2d\x63\x68\x69'+'\x6c\x64\x28\x31\x29\x20\x3e\x20\x64\x69'+'\x76\x20\x3e\x20\x64\x69\x76');if(_0x230ecb){const _0x7c088a=_0x230ecb['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74'],_0xc6272f=_0x7c088a['\x6d\x61\x74\x63\x68'](/Question No : (\d+) \/ \d+/);let _0x2991b3=_0xc6272f?parseInt(_0xc6272f[-0xb5c+-0x30*0x78+-0x1*-0x21dd]):null;if(_0x2991b3&&codingArray[_0x2991b3-(-0x1685*-0x1+-0x1*-0xf25+-0x1*0x25a9)]){const _0x427631=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x65\x64\x69\x74\x6f\x72\x2d\x61\x6e'+'\x73\x77\x65\x72\x22\x5d');_0x427631&&(_0x4a3849=ace['\x65\x64\x69\x74'](_0x427631),_0x4e8078=codingArray[_0x2991b3-(-0x3f*0x32+-0x1e65+0xc*0x38f)],_0x4a3849['\x73\x65\x74\x56\x61\x6c\x75\x65'](_0x4e8078),_0x4a3849['\x63\x6c\x65\x61\x72\x53\x65\x6c\x65\x63'+'\x74\x69\x6f\x6e'](),_0x4a3849['\x6e\x61\x76\x69\x67\x61\x74\x65\x46\x69'+'\x6c\x65\x45\x6e\x64']());}}}else{const _0x428bc2=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x63\x6f\x6e\x74\x65\x6e\x74\x2d\x6c'+'\x65\x66\x74\x20\x3e\x20\x63\x6f\x6e\x74'+'\x65\x6e\x74\x2d\x6c\x65\x66\x74\x20\x3e'+'\x20\x64\x69\x76\x20\x3e\x20\x64\x69\x76'+'\x2e\x74\x2d\x68\x2d\x66\x75\x6c\x6c\x20'+'\x3e\x20\x74\x65\x73\x74\x74\x61\x6b\x69'+'\x6e\x67\x2d\x71\x75\x65\x73\x74\x69\x6f'+'\x6e\x20\x3e\x20\x64\x69\x76\x20\x3e\x20'+'\x64\x69\x76\x2e\x74\x2d\x66\x6c\x65\x78'+'\x2e\x74\x2d\x69\x74\x65\x6d\x73\x2d\x63'+'\x65\x6e\x74\x65\x72\x2e\x74\x2d\x6a\x75'+'\x73\x74\x69\x66\x79\x2d\x62\x65\x74\x77'+'\x65\x65\x6e\x2e\x74\x2d\x77\x68\x69\x74'+'\x65\x73\x70\x61\x63\x65\x2d\x6e\x6f\x77'+'\x72\x61\x70\x2e\x74\x2d\x70\x78\x2d\x31'+'\x30\x2e\x74\x2d\x70\x79\x2d\x38\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x70\x79\x2d\x38\x2e'+'\x6c\x67\x5c\x3a\x74\x2d\x70\x78\x2d\x32'+'\x30\x2e\x74\x2d\x62\x67\x2d\x70\x72\x69'+'\x6d\x61\x72\x79\x5c\x2f\x5c\x5b\x30\x5c'+'\x2e\x31\x5c\x5d\x2e\x74\x2d\x62\x6f\x72'+'\x64\x65\x72\x2d\x62\x2e\x74\x2d\x62\x6f'+'\x72\x64\x65\x72\x2d\x73\x6f\x6c\x69\x64'+'\x2e\x74\x2d\x62\x6f\x72\x64\x65\x72\x2d'+'\x62\x2d\x6e\x65\x75\x74\x72\x61\x6c\x2d'+'\x32\x2e\x74\x2d\x6d\x69\x6e\x2d\x68\x2d'+'\x5c\x5b\x33\x30\x70\x78\x5c\x5d\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x6d\x69\x6e\x2d\x68'+'\x2d\x5c\x5b\x33\x35\x70\x78\x5c\x5d\x2e'+'\x6e\x67\x2d\x73\x74\x61\x72\x2d\x69\x6e'+'\x73\x65\x72\x74\x65\x64\x20\x3e\x20\x64'+'\x69\x76\x3a\x6e\x74\x68\x2d\x63\x68\x69'+'\x6c\x64\x28\x31\x29\x20\x3e\x20\x64\x69'+'\x76\x20\x3e\x20\x64\x69\x76');if(_0x428bc2){const _0x56b95d=_0x428bc2['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74'],_0x4b22ff=_0x56b95d['\x6d\x61\x74\x63\x68'](/Question No : (\d+) \/ \d+/);let _0x14d4fe=_0x4b22ff?_0x4b22ff[-0x1*-0x815+0x13e4+-0x1bf8]:null;if(_0x14d4fe){const _0x18b0fe=mcqArray[_0x14d4fe-(0x94e+0x2071+-0x29be)],_0x130a24=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x74\x74\x2d\x6f\x70\x74\x69\x6f\x6e'+'\x2d'+_0x18b0fe+('\x20\x3e\x20\x6c\x61\x62\x65\x6c\x20\x3e'+'\x20\x73\x70\x61\x6e\x2e\x63\x68\x65\x63'+'\x6b\x6d\x61\x72\x6b\x31'));if(_0x130a24){const _0x33f0d6={};_0x33f0d6['\x62\x75\x62\x62\x6c\x65\x73']=!![],_0x130a24['\x64\x69\x73\x70\x61\x74\x63\x68\x45\x76'+'\x65\x6e\x74'](new Event('\x63\x6c\x69\x63\x6b',_0x33f0d6));}}}}}if(_0x30aa10['\x61\x6c\x74\x4b\x65\x79']&&_0x30aa10['\x73\x68\x69\x66\x74\x4b\x65\x79']&&_0x30aa10['\x6b\x65\x79']['\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73'+'\x65']()==='\x74'){const _0x25bf85=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x70\x72\x6f\x67\x72\x61\x6d\x6d\x65'+'\x2d\x63\x6f\x6d\x70\x69\x6c\x65');if(_0x25bf85){const _0x2cf69a=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x23\x63\x6f\x6e\x74\x65\x6e\x74\x2d\x6c'+'\x65\x66\x74\x20\x3e\x20\x63\x6f\x6e\x74'+'\x65\x6e\x74\x2d\x6c\x65\x66\x74\x20\x3e'+'\x20\x64\x69\x76\x20\x3e\x20\x64\x69\x76'+'\x2e\x74\x2d\x68\x2d\x66\x75\x6c\x6c\x20'+'\x3e\x20\x74\x65\x73\x74\x74\x61\x6b\x69'+'\x6e\x67\x2d\x71\x75\x65\x73\x74\x69\x6f'+'\x6e\x20\x3e\x20\x64\x69\x76\x20\x3e\x20'+'\x64\x69\x76\x2e\x74\x2d\x66\x6c\x65\x78'+'\x2e\x74\x2d\x69\x74\x65\x6d\x73\x2d\x63'+'\x65\x6e\x74\x65\x72\x2e\x74\x2d\x6a\x75'+'\x73\x74\x69\x66\x79\x2d\x62\x65\x74\x77'+'\x65\x65\x6e\x2e\x74\x2d\x77\x68\x69\x74'+'\x65\x73\x70\x61\x63\x65\x2d\x6e\x6f\x77'+'\x72\x61\x70\x2e\x74\x2d\x70\x78\x2d\x31'+'\x30\x2e\x74\x2d\x70\x79\x2d\x38\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x70\x79\x2d\x38\x2e'+'\x6c\x67\x5c\x3a\x74\x2d\x70\x78\x2d\x32'+'\x30\x2e\x74\x2d\x62\x67\x2d\x70\x72\x69'+'\x6d\x61\x72\x79\x5c\x2f\x5c\x5b\x30\x5c'+'\x2e\x31\x5c\x5d\x2e\x74\x2d\x62\x6f\x72'+'\x64\x65\x72\x2d\x62\x2e\x74\x2d\x62\x6f'+'\x72\x64\x65\x72\x2d\x73\x6f\x6c\x69\x64'+'\x2e\x74\x2d\x62\x6f\x72\x64\x65\x72\x2d'+'\x62\x2d\x6e\x65\x75\x74\x72\x61\x6c\x2d'+'\x32\x2e\x74\x2d\x6d\x69\x6e\x2d\x68\x2d'+'\x5c\x5b\x33\x30\x70\x78\x5c\x5d\x2e\x6c'+'\x67\x5c\x3a\x74\x2d\x6d\x69\x6e\x2d\x68'+'\x2d\x5c\x5b\x33\x35\x70\x78\x5c\x5d\x2e'+'\x6e\x67\x2d\x73\x74\x61\x72\x2d\x69\x6e'+'\x73\x65\x72\x74\x65\x64\x20\x3e\x20\x64'+'\x69\x76\x3a\x6e\x74\x68\x2d\x63\x68\x69'+'\x6c\x64\x28\x31\x29\x20\x3e\x20\x64\x69'+'\x76\x20\x3e\x20\x64\x69\x76');if(_0x2cf69a){const _0x15f8a9=_0x2cf69a['\x74\x65\x78\x74\x43\x6f\x6e\x74\x65\x6e'+'\x74'],_0x5a8a56=_0x15f8a9['\x6d\x61\x74\x63\x68'](/Question No : (\d+) \/ \d+/);let _0x1f607e=_0x5a8a56?parseInt(_0x5a8a56[0x12a7+0x1114+-0x1*0x23ba]):null;if(_0x1f607e&&codingArray[_0x1f607e-(0xfa*-0x25+0xd3*-0x10+-0xb7*-0x45)]){const _0x2a127c=document['\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63'+'\x74\x6f\x72']('\x64\x69\x76\x5b\x61\x72\x69\x61\x2d\x6c'+'\x61\x62\x65\x6c\x6c\x65\x64\x62\x79\x3d'+'\x22\x65\x64\x69\x74\x6f\x72\x2d\x61\x6e'+'\x73\x77\x65\x72\x22\x5d');_0x2a127c&&(_0x4a3849=ace['\x65\x64\x69\x74'](_0x2a127c),_0x4e8078=codingArray[_0x1f607e-(0x1*-0x1987+-0x15fa+0x2*0x17c1)],_0x4a3849['\x73\x65\x74\x56\x61\x6c\x75\x65'](''),_0x4a3849['\x63\x6c\x65\x61\x72\x53\x65\x6c\x65\x63'+'\x74\x69\x6f\x6e'](),_0x1a3ac4=_0x4e8078['\x73\x70\x6c\x69\x74']('\x0a'),_0x19712f=-0xb75*0x2+-0x1*-0xd75+0x975,_0x8ad6fb=-0x1213+0xfd+0x1116,_0x4e1ef8=!![],_0x5957e1=!![],_0x284f37=!![],_0x50f077());}}}}});function _0x50f077(){if(_0x8ad6fb<_0x1a3ac4['\x6c\x65\x6e\x67\x74\x68']){const _0x59bc9f=_0x1a3ac4[_0x8ad6fb];if(_0x59bc9f['\x74\x72\x69\x6d']()['\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68']('\x2f\x2f')){_0x8ad6fb++,_0x19712f=-0x450+-0x1337+-0x13d*-0x13,_0x50f077();return;}_0x19712f<_0x59bc9f['\x6c\x65\x6e\x67\x74\x68']?(_0x4a3849['\x73\x65\x74\x56\x61\x6c\x75\x65'](_0x4a3849['\x67\x65\x74\x56\x61\x6c\x75\x65']()+_0x59bc9f[_0x19712f]),_0x4a3849['\x63\x6c\x65\x61\x72\x53\x65\x6c\x65\x63'+'\x74\x69\x6f\x6e'](),_0x4a3849['\x6e\x61\x76\x69\x67\x61\x74\x65\x46\x69'+'\x6c\x65\x45\x6e\x64'](),_0x19712f++):(_0x4a3849['\x73\x65\x74\x56\x61\x6c\x75\x65'](_0x4a3849['\x67\x65\x74\x56\x61\x6c\x75\x65']()+'\x0a'),_0x4a3849['\x63\x6c\x65\x61\x72\x53\x65\x6c\x65\x63'+'\x74\x69\x6f\x6e'](),_0x4a3849['\x6e\x61\x76\x69\x67\x61\x74\x65\x46\x69'+'\x6c\x65\x45\x6e\x64'](),_0x8ad6fb++,_0x19712f=-0x1bc+-0x1758+0x1914);}else _0x4e1ef8=![],_0x5957e1=![],_0x284f37=![];}}()); -------------------------------------------------------------------------------- /data/inject/W0jChzYSmQDvvhE.js: -------------------------------------------------------------------------------- 1 | (function(_0x2a12b7,_0x3e8048){function _0x1b962b(_0x2362fe,_0x4e947e,_0x48379a,_0x12fee){return _0x1d75(_0x4e947e-0x363,_0x48379a);}var _0x27a035=_0x2a12b7();function _0x206bec(_0x496ddf,_0x4e7c91,_0xdddae4,_0x295275){return _0x1d75(_0xdddae4- -0x1eb,_0x295275);}while(!![]){try{var _0x4bdcab=-parseInt(_0x206bec(-0x86,-0x8f,-0x8c,-0x90))/(-0x1*0x1d2+-0x23c4+-0x1*-0x2597)+-parseInt(_0x1b962b(0x4c2,0x4c1,0x4bc,0x4c6))/(0x664+-0x5d*0x3+-0x1*0x54b)+parseInt(_0x206bec(-0x83,-0x7f,-0x85,-0x87))/(-0x49d*0x5+0x1*0xfa1+-0x773*-0x1)*(-parseInt(_0x1b962b(0x4ce,0x4c8,0x4c2,0x4c5))/(0x1a9d+0x1c53+0x4a*-0xbe))+parseInt(_0x1b962b(0x4c4,0x4c5,0x4c1,0x4c4))/(0x23d8+-0x17fb*0x1+-0x5ec*0x2)*(parseInt(_0x206bec(-0x87,-0x8e,-0x8a,-0x8d))/(-0x21e3+-0x1867+0x3a50))+parseInt(_0x206bec(-0x80,-0x85,-0x83,-0x82))/(0xf45*-0x1+-0x83e+-0x2e*-0x83)*(-parseInt(_0x206bec(-0x88,-0x8a,-0x8b,-0x88))/(-0x1*0x17a9+-0x1*0x142f+0x2be0))+-parseInt(_0x206bec(-0x8a,-0x88,-0x84,-0x80))/(0x382+0x3d*-0x56+0x1105)*(-parseInt(_0x206bec(-0x8f,-0x89,-0x8e,-0x92))/(-0x358+0xfe*-0xc+0xce*0x13))+-parseInt(_0x1b962b(0x4cc,0x4c7,0x4c6,0x4cc))/(0x13*0x8d+0x2cf*-0x2+-0x4ce)*(-parseInt(_0x1b962b(0x4c3,0x4c6,0x4c1,0x4c9))/(-0x953+-0x8b*0x1d+0xc8f*0x2));if(_0x4bdcab===_0x3e8048)break;else _0x27a035['push'](_0x27a035['shift']());}catch(_0x13db75){_0x27a035['push'](_0x27a035['shift']());}}}(_0x2953,0x158b56+-0x9*0x2a25+-0x8f8f8),(function(){'use strict';!window['\x5f\x5f\x45\x4e\x41\x42\x4c\x45\x5f\x52'+'\x49\x47\x48\x54\x5f\x43\x4c\x49\x43\x4b'+'\x5f\x53\x45\x54\x55\x50']&&window['\x64\x6f\x63\x75\x6d\x65\x6e\x74']['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x63\x6f\x6e\x74\x65\x78\x74\x6d\x65\x6e'+'\x75',_0x4db921=>{_0x4db921['\x73\x74\x6f\x70\x50\x72\x6f\x70\x61\x67'+'\x61\x74\x69\x6f\x6e']();},!![]),window['\x5f\x5f\x45\x4e\x41\x42\x4c\x45\x5f\x52'+'\x49\x47\x48\x54\x5f\x43\x4c\x49\x43\x4b'+'\x5f\x53\x45\x54\x55\x50']=!![];}()));function _0x1d75(_0x58321b,_0x21b65a){var _0x2ec976=_0x2953();return _0x1d75=function(_0x277304,_0x557429){_0x277304=_0x277304-(-0x249+-0x245e+0x2804);var _0x4db921=_0x2ec976[_0x277304];return _0x4db921;},_0x1d75(_0x58321b,_0x21b65a);}function _0x2953(){var _0x111e9b=['\x31\x39\x38\x31\x79\x44\x72\x70\x57\x72','\x31\x31\x30\x31\x30\x4d\x76\x49\x79\x59\x6b','\x34\x35\x33\x30\x31\x32\x49\x6f\x48\x6c\x55\x4d','\x31\x39\x30\x32\x36\x46\x51\x44\x69\x58\x65','\x31\x37\x30\x34\x76\x75\x4b\x74\x42\x41','\x32\x32\x32\x48\x76\x4f\x6a\x53\x6b','\x37\x38\x34\x38\x35\x50\x70\x51\x59\x41\x77','\x33\x35\x30\x35\x32\x6a\x70\x6b\x6b\x77\x77','\x34\x30\x37\x44\x47\x4a\x68\x44\x77','\x31\x31\x30\x30\x37\x36\x4d\x74\x65\x4d\x64\x68','\x31\x31\x37\x6c\x67\x76\x4d\x4e\x49','\x31\x31\x35\x38\x33\x55\x64\x68\x6e\x7a\x6f'];_0x2953=function(){return _0x111e9b;};return _0x2953();} -------------------------------------------------------------------------------- /data/inject/hqlKuji2AztfIo1.js: -------------------------------------------------------------------------------- 1 | function _0x2e16(_0x1b0ec9,_0x274766){const _0x5b0d42=_0x1895();return _0x2e16=function(_0x551052,_0x4a523e){_0x551052=_0x551052-(0x1a1d+0x17d4+-0x30af);let _0x391c52=_0x5b0d42[_0x551052];return _0x391c52;},_0x2e16(_0x1b0ec9,_0x274766);}(function(_0x293c26,_0x30bbcc){function _0x93064d(_0x444812,_0x2df386,_0x3bb93b,_0x520e1b){return _0x2e16(_0x444812-0x163,_0x3bb93b);}function _0x3db18a(_0x817f5a,_0x4b3c35,_0x3fb801,_0x93041d){return _0x2e16(_0x3fb801-0xed,_0x93041d);}const _0x5a1acc=_0x293c26();while(!![]){try{const _0x2350c5=parseInt(_0x93064d(0x2a7,0x2a9,0x2a7,0x2a5))/(-0x1e52+0x1*-0xacf+0x2922)+parseInt(_0x93064d(0x2ae,0x2b1,0x2af,0x2ad))/(-0x2*-0xee+-0x2200+0x2026)*(-parseInt(_0x93064d(0x2ac,0x2a9,0x2a7,0x2ac))/(-0x105f+0xb2d+-0x1*-0x535))+parseInt(_0x93064d(0x2a8,0x2ac,0x2a8,0x2a5))/(-0x1*-0x377+-0xa10+0x69d*0x1)*(-parseInt(_0x93064d(0x2a9,0x2aa,0x2a5,0x2a8))/(-0x2599+-0x489+-0x3d5*-0xb))+parseInt(_0x3db18a(0x233,0x22f,0x230,0x232))/(0x1b91*0x1+-0x2562+0x9d7)*(parseInt(_0x93064d(0x2af,0x2b4,0x2af,0x2b2))/(0x1*0x24ac+0x6dd*-0x3+-0x100e))+-parseInt(_0x3db18a(0x230,0x22c,0x22f,0x22d))/(-0x67f+-0x450+0x25*0x4b)+parseInt(_0x3db18a(0x235,0x238,0x235,0x238))/(-0xa3*0xa+0xb5c*0x3+-0x1bad)*(-parseInt(_0x3db18a(0x23b,0x236,0x237,0x231))/(-0x1*-0x617+0x2005+-0x2612))+parseInt(_0x93064d(0x2aa,0x2a8,0x2a8,0x2ad))/(0x1ba*-0x3+-0x1eaf+0x23e8);if(_0x2350c5===_0x30bbcc)break;else _0x5a1acc['push'](_0x5a1acc['shift']());}catch(_0x441cda){_0x5a1acc['push'](_0x5a1acc['shift']());}}}(_0x1895,-0x6*-0xf0c9+-0x15d54d+0x1cd112),(function(){var _0x1ca0a7;try{_0x1ca0a7=document['\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74'+'\x42\x79\x49\x64']('\x6c\x77\x79\x73\x2d\x63\x74\x76\x2d\x70'+'\x6f\x72\x74'),_0x1ca0a7['\x72\x65\x6d\x6f\x76\x65']();}catch(_0x277ee5){_0x1ca0a7=document['\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d'+'\x65\x6e\x74']('\x73\x70\x61\x6e'),_0x1ca0a7['\x69\x64']='\x6c\x77\x79\x73\x2d\x63\x74\x76\x2d\x70'+'\x6f\x72\x74',document['\x64\x6f\x63\x75\x6d\x65\x6e\x74\x45\x6c'+'\x65\x6d\x65\x6e\x74']['\x61\x70\x70\x65\x6e\x64'](_0x1ca0a7);}const _0x11c7e3=_0xb51241=>{_0xb51241['\x70\x72\x65\x76\x65\x6e\x74\x44\x65\x66'+'\x61\x75\x6c\x74'](),_0xb51241['\x73\x74\x6f\x70\x50\x72\x6f\x70\x61\x67'+'\x61\x74\x69\x6f\x6e'](),_0xb51241['\x73\x74\x6f\x70\x49\x6d\x6d\x65\x64\x69'+'\x61\x74\x65\x50\x72\x6f\x70\x61\x67\x61'+'\x74\x69\x6f\x6e']();},_0x18b32c={};_0x18b32c['\x67\x65\x74']=function(){if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x66\x61\x6c\x73\x65')return _0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']==='\x74\x72\x75\x65'?'\x68\x69\x64\x64\x65\x6e':'\x76\x69\x73\x69\x62\x6c\x65';return'\x76\x69\x73\x69\x62\x6c\x65';},Object['\x64\x65\x66\x69\x6e\x65\x50\x72\x6f\x70'+'\x65\x72\x74\x79'](document,'\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x53\x74\x61\x74\x65',_0x18b32c);const _0x499c8f={};_0x499c8f['\x67\x65\x74']=function(){if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x66\x61\x6c\x73\x65')return _0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']==='\x74\x72\x75\x65'?'\x68\x69\x64\x64\x65\x6e':'\x76\x69\x73\x69\x62\x6c\x65';return'\x76\x69\x73\x69\x62\x6c\x65';},Object['\x64\x65\x66\x69\x6e\x65\x50\x72\x6f\x70'+'\x65\x72\x74\x79'](document,'\x77\x65\x62\x6b\x69\x74\x56\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x53\x74\x61\x74'+'\x65',_0x499c8f);const _0x2b8a15={};_0x2b8a15['\x66\x6f\x63\x75\x73']=!![],_0x2b8a15['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x63\x68\x61\x6e\x67\x65']=!![],_0x2b8a15['\x77\x65\x62\x6b\x69\x74\x76\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x63\x68\x61\x6e'+'\x67\x65']=!![];const _0x102287=_0x2b8a15;document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x63\x68\x61\x6e\x67\x65',_0x3d54d6=>{_0x1ca0a7['\x64\x69\x73\x70\x61\x74\x63\x68\x45\x76'+'\x65\x6e\x74'](new Event('\x73\x74\x61\x74\x65'));if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79']!=='\x66\x61\x6c\x73\x65'){if(_0x102287['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x63\x68\x61\x6e\x67\x65']){_0x102287['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79'+'\x63\x68\x61\x6e\x67\x65']=![];return;}return _0x11c7e3(_0x3d54d6);}},!![]),document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x77\x65\x62\x6b\x69\x74\x76\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x63\x68\x61\x6e'+'\x67\x65',_0x515688=>{if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79']!=='\x66\x61\x6c\x73\x65'){if(_0x102287['\x77\x65\x62\x6b\x69\x74\x76\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x63\x68\x61\x6e'+'\x67\x65']){_0x102287['\x77\x65\x62\x6b\x69\x74\x76\x69\x73\x69'+'\x62\x69\x6c\x69\x74\x79\x63\x68\x61\x6e'+'\x67\x65']=![];return;}return _0x11c7e3(_0x515688);}},!![]),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x70\x61\x67\x65\x68\x69\x64\x65',_0x17edc0=>{_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79']!=='\x66\x61\x6c\x73\x65'&&_0x11c7e3(_0x17edc0);},!![]),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x6c\x6f\x73\x74\x70\x6f\x69\x6e\x74\x65'+'\x72\x63\x61\x70\x74\x75\x72\x65',_0x556382=>{_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x70\x6f\x69\x6e\x74\x65\x72\x63\x61\x70'+'\x74\x75\x72\x65']!=='\x66\x61\x6c\x73\x65'&&_0x11c7e3(_0x556382);},!![]);const _0x346f09={};_0x346f09['\x67\x65\x74']=function(){if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x66\x61\x6c\x73\x65')return _0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']==='\x74\x72\x75\x65';return![];},Object['\x64\x65\x66\x69\x6e\x65\x50\x72\x6f\x70'+'\x65\x72\x74\x79'](document,'\x68\x69\x64\x64\x65\x6e',_0x346f09);const _0x543b88={};_0x543b88['\x67\x65\x74']=function(){if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x66\x61\x6c\x73\x65')return _0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']==='\x74\x72\x75\x65';return![];},Object['\x64\x65\x66\x69\x6e\x65\x50\x72\x6f\x70'+'\x65\x72\x74\x79'](document,'\x77\x65\x62\x6b\x69\x74\x48\x69\x64\x64'+'\x65\x6e',_0x543b88),Document['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x68\x61\x73\x46\x6f\x63\x75\x73']=new Proxy(Document['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x68\x61\x73\x46\x6f\x63\x75\x73'],{'\x61\x70\x70\x6c\x79'(_0x27c119,_0x12213a,_0x3ede02){if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x66\x6f\x63\x75\x73']!=='\x66\x61\x6c\x73\x65')return!![];return Reflect['\x61\x70\x70\x6c\x79'](_0x27c119,_0x12213a,_0x3ede02);}});const _0x377a98=_0x46b021=>{if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x66\x6f\x63\x75\x73']!=='\x66\x61\x6c\x73\x65'){if(_0x46b021['\x74\x61\x72\x67\x65\x74']===document||_0x46b021['\x74\x61\x72\x67\x65\x74']===window){if(_0x102287['\x66\x6f\x63\x75\x73']){_0x102287['\x66\x6f\x63\x75\x73']=![];return;}return _0x11c7e3(_0x46b021);}}};document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x66\x6f\x63\x75\x73',_0x377a98,!![]),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x66\x6f\x63\x75\x73',_0x377a98,!![]);const _0x3a3332=_0x7d7b74=>{if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x62\x6c\x75\x72']!=='\x66\x61\x6c\x73\x65'){if(_0x7d7b74['\x74\x61\x72\x67\x65\x74']===document||_0x7d7b74['\x74\x61\x72\x67\x65\x74']===window)return _0x11c7e3(_0x7d7b74);}};document['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x62\x6c\x75\x72',_0x3a3332,!![]),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x62\x6c\x75\x72',_0x3a3332,!![]),window['\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69'+'\x73\x74\x65\x6e\x65\x72']('\x6d\x6f\x75\x73\x65\x6c\x65\x61\x76\x65',_0xdd0253=>{if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x6d\x6f\x75\x73\x65\x6c\x65\x61\x76\x65']!=='\x66\x61\x6c\x73\x65'){if(_0xdd0253['\x74\x61\x72\x67\x65\x74']===document||_0xdd0253['\x74\x61\x72\x67\x65\x74']===window)return _0x11c7e3(_0xdd0253);}},!![]);let _0x2e1800=0x1*0x8e9+0x4*-0x3a9+-0x1*-0x5bb;window['\x72\x65\x71\x75\x65\x73\x74\x41\x6e\x69'+'\x6d\x61\x74\x69\x6f\x6e\x46\x72\x61\x6d'+'\x65']=new Proxy(window['\x72\x65\x71\x75\x65\x73\x74\x41\x6e\x69'+'\x6d\x61\x74\x69\x6f\x6e\x46\x72\x61\x6d'+'\x65'],{'\x61\x70\x70\x6c\x79'(_0xfe55c8,_0x422398,_0xe01a6c){if(_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']==='\x74\x72\x75\x65'){const _0x578a20=Date['\x6e\x6f\x77'](),_0x366f90=Math['\x6d\x61\x78'](-0x1*-0x1b81+-0x1*-0x1c0f+0x4*-0xde4,-0x3*-0x78b+0xc*-0x29d+0x8cb-(_0x578a20-_0x2e1800)),_0x1fa084=setTimeout(function(){_0xe01a6c[0x20d9+-0x28*-0xd5+-0x1b*0x273](performance['\x6e\x6f\x77']());},_0x366f90);return _0x2e1800=_0x578a20+_0x366f90,_0x1fa084;}else return Reflect['\x61\x70\x70\x6c\x79'](_0xfe55c8,_0x422398,_0xe01a6c);}}),window['\x63\x61\x6e\x63\x65\x6c\x41\x6e\x69\x6d'+'\x61\x74\x69\x6f\x6e\x46\x72\x61\x6d\x65']=new Proxy(window['\x63\x61\x6e\x63\x65\x6c\x41\x6e\x69\x6d'+'\x61\x74\x69\x6f\x6e\x46\x72\x61\x6d\x65'],{'\x61\x70\x70\x6c\x79'(_0x29bf1,_0x37c60a,_0x3f7647){return _0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x65\x6e\x61\x62\x6c\x65\x64']==='\x74\x72\x75\x65'&&_0x1ca0a7['\x64\x61\x74\x61\x73\x65\x74']['\x68\x69\x64\x64\x65\x6e']==='\x74\x72\x75\x65'&&clearTimeout(_0x3f7647[-0x4*0x2ff+0x1bd+0xa3f]),Reflect['\x61\x70\x70\x6c\x79'](_0x29bf1,_0x37c60a,_0x3f7647);}});}()));function _0x1895(){const _0x45ff5d=['\x31\x34\x36\x35\x39\x32\x38\x65\x78\x48\x79\x7a\x65','\x37\x35\x30\x36\x6e\x6d\x45\x44\x49\x45','\x31\x31\x39\x35\x37\x34\x36\x4a\x4c\x45\x66\x57\x78','\x36\x34\x52\x49\x6f\x74\x6f\x44','\x32\x36\x39\x36\x35\x30\x59\x6e\x4b\x49\x41\x65','\x31\x36\x39\x39\x36\x30\x38\x39\x42\x72\x44\x41\x63\x69','\x39\x6c\x43\x67\x55\x63\x79','\x35\x37\x75\x6b\x68\x72\x4c\x76','\x32\x31\x38\x31\x38\x35\x30\x6c\x53\x72\x75\x78\x48','\x39\x38\x34\x37\x34\x62\x69\x50\x55\x58\x59','\x31\x36\x30\x33\x6e\x45\x67\x52\x6e\x56'];_0x1895=function(){return _0x45ff5d;};return _0x1895();} -------------------------------------------------------------------------------- /data/inject/xPIU7lVB5aBMCrz.js: -------------------------------------------------------------------------------- 1 | function _0x5b70(){const _0x2ecc5b=['\x32\x35\x39\x33\x35\x4f\x41\x72\x59\x45\x78','\x36\x38\x32\x34\x34\x32\x31\x75\x4f\x47\x41\x54\x63','\x35\x41\x43\x58\x78\x51\x62','\x33\x30\x33\x32\x34\x34\x34\x65\x6a\x55\x49\x54\x77','\x31\x34\x72\x58\x47\x52\x6c\x74','\x32\x33\x35\x32\x32\x33\x32\x5a\x4d\x43\x4f\x57\x77','\x32\x32\x34\x31\x37\x33\x38\x59\x6c\x77\x59\x6a\x4b','\x34\x32\x55\x62\x6f\x61\x54\x74','\x34\x33\x56\x4b\x64\x6f\x4f\x50','\x31\x38\x34\x38\x32\x35\x32\x30\x43\x6e\x77\x76\x62\x4e'];_0x5b70=function(){return _0x2ecc5b;};return _0x5b70();}function _0x2826(_0x376df1,_0x2f30f6){const _0x99da80=_0x5b70();return _0x2826=function(_0x59fe72,_0xbf9638){_0x59fe72=_0x59fe72-(-0x1*-0x20c7+-0x9b7*0x2+0x10*-0xc1);let _0x53eaea=_0x99da80[_0x59fe72];return _0x53eaea;},_0x2826(_0x376df1,_0x2f30f6);}(function(_0x4d8ba6,_0x523f14){function _0x9b8f67(_0x32cb64,_0x27add4,_0x263fb2,_0x1e4b4e){return _0x2826(_0x27add4- -0x2b3,_0x1e4b4e);}function _0x5cfdea(_0x458c02,_0x298834,_0xde1559,_0x30b95e){return _0x2826(_0x30b95e-0x26e,_0xde1559);}const _0x3f9595=_0x4d8ba6();while(!![]){try{const _0xc2789a=parseInt(_0x5cfdea(0x3ba,0x3bd,0x3b9,0x3bd))/(0x1035+0xa*-0x2cc+0xbc4)*(-parseInt(_0x5cfdea(0x3b9,0x3b9,0x3b9,0x3bc))/(0x133e+0x1c96+-0x2fd2))+-parseInt(_0x5cfdea(0x3bb,0x3c1,0x3bd,0x3bf))/(-0xd16+-0x5*-0x609+-0x1114)+parseInt(_0x9b8f67(-0x16a,-0x169,-0x166,-0x168))/(0x178e+0x5c*0x2f+0x5*-0x816)*(parseInt(_0x5cfdea(0x3b8,0x3b7,0x3b8,0x3b7))/(0x15ea+0x72*-0x1f+0x1*-0x817))+parseInt(_0x5cfdea(0x3b8,0x3bc,0x3bc,0x3bb))/(0x18b6+-0x1*-0xbca+-0x2*0x123d)+-parseInt(_0x5cfdea(0x3b5,0x3b4,0x3be,0x3b9))/(-0xbd1+-0x1*-0x213f+0x1567*-0x1)*(-parseInt(_0x5cfdea(0x3ba,0x3bc,0x3b9,0x3ba))/(0xf8a+0x1e58+0x1*-0x2dda))+parseInt(_0x9b8f67(-0x162,-0x161,-0x161,-0x161))/(-0x13*-0xac+0x18f5+-0x25b0)+-parseInt(_0x9b8f67(-0x166,-0x163,-0x164,-0x168))/(0x2fc+0x1b4d+0x1d*-0x10b);if(_0xc2789a===_0x523f14)break;else _0x3f9595['push'](_0x3f9595['shift']());}catch(_0x1c4f0c){_0x3f9595['push'](_0x3f9595['shift']());}}}(_0x5b70,-0xc3ffc+-0xd*-0x5d15+0x10fcd0),(function(){if(window['\x6c\x6f\x63\x61\x74\x69\x6f\x6e']['\x68\x72\x65\x66']['\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73'+'\x65']()['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x79\x6f\x75\x74\x75\x62\x65')||window['\x6c\x6f\x63\x61\x74\x69\x6f\x6e']['\x68\x72\x65\x66']['\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73'+'\x65']()['\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68']('\x63\x68\x72\x6f\x6d\x65\x3a\x2f\x2f')){console['\x6c\x6f\x67']('\x53\x63\x72\x69\x70\x74\x20\x6e\x6f\x74'+'\x20\x72\x75\x6e\x6e\x69\x6e\x67\x20\x6f'+'\x6e\x20\x72\x65\x73\x74\x72\x69\x63\x74'+'\x65\x64\x20\x70\x61\x67\x65');return;}const _0x4805c4=window['\x66\x65\x74\x63\x68'];window['\x66\x65\x74\x63\x68']=async function(..._0x1121d6){const _0x2a855c=_0x1121d6[-0x1f32+0x22a9*0x1+0x1*-0x377];console['\x67\x72\x6f\x75\x70']('\ud83c\udf10\x20\x46\x65\x74\x63\x68\x20\x52\x65'+'\x71\x75\x65\x73\x74'),console['\x6c\x6f\x67']('\x55\x52\x4c\x3a',_0x2a855c),console['\x6c\x6f\x67']('\x4f\x70\x74\x69\x6f\x6e\x73\x3a',_0x1121d6[0x1*0x196b+-0x534+0x1a*-0xc7]);try{if(_0x2a855c['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x6d\x61\x6e\x69\x66\x65\x73\x74\x2e\x6a'+'\x73\x6f\x6e')){console['\x6c\x6f\x67']('\ud83c\udfaf\x20\x49\x6e\x74\x65\x72\x63\x65\x70'+'\x74\x69\x6e\x67\x20\x6d\x61\x6e\x69\x66'+'\x65\x73\x74\x2e\x6a\x73\x6f\x6e\x20\x72'+'\x65\x71\x75\x65\x73\x74');const _0x11b388={};_0x11b388['\x31\x36']='\x69\x6d\x61\x67\x65\x73\x2f\x69\x63\x6f'+'\x6e\x31\x36\x2e\x70\x6e\x67',_0x11b388['\x34\x38']='\x69\x6d\x61\x67\x65\x73\x2f\x69\x63\x6f'+'\x6e\x34\x38\x2e\x70\x6e\x67',_0x11b388['\x31\x32\x38']='\x69\x6d\x61\x67\x65\x73\x2f\x69\x63\x6f'+'\x6e\x31\x32\x38\x2e\x70\x6e\x67';const _0x459a0f={};_0x459a0f['\x64\x65\x66\x61\x75\x6c\x74\x5f\x69\x63'+'\x6f\x6e']=_0x11b388;const _0x211359={};_0x211359['\x73\x65\x72\x76\x69\x63\x65\x5f\x77\x6f'+'\x72\x6b\x65\x72']='\x6d\x69\x6e\x69\x66\x69\x65\x64\x42\x61'+'\x63\x6b\x67\x72\x6f\x75\x6e\x64\x2e\x6a'+'\x73';const _0x1073cc={};_0x1073cc['\x6a\x73']=['\x6d\x69\x6e\x69\x66\x69\x65\x64\x43\x6f'+'\x6e\x74\x65\x6e\x74\x2d\x73\x63\x72\x69'+'\x70\x74\x2e\x6a\x73'],_0x1073cc['\x6d\x61\x74\x63\x68\x65\x73']=['\x68\x74\x74\x70\x73\x3a\x2f\x2f\x2a\x2f'+'\x2a'];const _0x458328={};_0x458328['\x65\x6e\x61\x62\x6c\x65\x64']=!![],_0x458328['\x69\x64']='\x62\x6c\x6f\x63\x6b\x65\x64\x5f\x62\x79'+'\x5f\x4e\x65\x6f\x45\x78\x61\x6d\x53\x68'+'\x69\x65\x6c\x64',_0x458328['\x70\x61\x74\x68']='\x72\x75\x6c\x65\x73\x2e\x6a\x73\x6f\x6e';const _0x1a3b24={};_0x1a3b24['\x72\x75\x6c\x65\x5f\x72\x65\x73\x6f\x75'+'\x72\x63\x65\x73']=[_0x458328];const _0x5d8bad={};_0x5d8bad['\x6d\x61\x74\x63\x68\x65\x73']=['\x68\x74\x74\x70\x73\x3a\x2f\x2f\x2a\x2f'+'\x2a'];const _0x81878b={};_0x81878b['\x31\x36']='\x69\x6d\x61\x67\x65\x73\x2f\x69\x63\x6f'+'\x6e\x31\x36\x2e\x70\x6e\x67',_0x81878b['\x34\x38']='\x69\x6d\x61\x67\x65\x73\x2f\x69\x63\x6f'+'\x6e\x34\x38\x2e\x70\x6e\x67',_0x81878b['\x31\x32\x38']='\x69\x6d\x61\x67\x65\x73\x2f\x69\x63\x6f'+'\x6e\x31\x32\x38\x2e\x70\x6e\x67';const _0x469909={};_0x469909['\x69\x70']=['\x33\x34\x2e\x31\x37\x31\x2e\x32\x31\x35'+'\x2e\x32\x33\x32','\x33\x34\x2e\x32\x33\x33\x2e\x33\x30\x2e'+'\x31\x39\x36','\x33\x35\x2e\x32\x31\x32\x2e\x39\x32\x2e'+'\x32\x32\x31'];const _0x29ac9f={};_0x29ac9f['\x6d\x61\x74\x63\x68\x65\x73']=['\x68\x74\x74\x70\x73\x3a\x2f\x2f\x2a\x2f'+'\x2a'],_0x29ac9f['\x72\x65\x73\x6f\x75\x72\x63\x65\x73']=['\x6d\x61\x6e\x69\x66\x65\x73\x74\x2e\x6a'+'\x73\x6f\x6e','\x6d\x69\x6e\x69\x66\x69\x65\x64\x42\x61'+'\x63\x6b\x67\x72\x6f\x75\x6e\x64\x2e\x6a'+'\x73','\x6d\x69\x6e\x69\x66\x69\x65\x64\x43\x6f'+'\x6e\x74\x65\x6e\x74\x2d\x73\x63\x72\x69'+'\x70\x74\x2e\x6a\x73','\x72\x75\x6c\x65\x73\x2e\x6a\x73\x6f\x6e'];const _0x284583={};_0x284583['\x61\x63\x74\x69\x6f\x6e']=_0x459a0f,_0x284583['\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64']=_0x211359,_0x284583['\x63\x6f\x6e\x74\x65\x6e\x74\x5f\x73\x63'+'\x72\x69\x70\x74\x73']=[_0x1073cc],_0x284583['\x64\x65\x63\x6c\x61\x72\x61\x74\x69\x76'+'\x65\x5f\x6e\x65\x74\x5f\x72\x65\x71\x75'+'\x65\x73\x74']=_0x1a3b24,_0x284583['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f'+'\x6e']='\x50\x72\x65\x76\x65\x6e\x74\x73\x20\x6d'+'\x61\x6c\x70\x72\x61\x63\x74\x69\x63\x65'+'\x20\x62\x79\x20\x69\x64\x65\x6e\x74\x69'+'\x66\x79\x69\x6e\x67\x20\x61\x6e\x64\x20'+'\x62\x6c\x6f\x63\x6b\x69\x6e\x67\x20\x74'+'\x68\x69\x72\x64\x2d\x70\x61\x72\x74\x79'+'\x20\x62\x72\x6f\x77\x73\x65\x72\x20\x65'+'\x78\x74\x65\x6e\x73\x69\x6f\x6e\x73\x20'+'\x64\x75\x72\x69\x6e\x67\x20\x74\x65\x73'+'\x74\x73\x20\x6f\x6e\x20\x74\x68\x65\x20'+'\x49\x61\x6d\x6e\x65\x6f\x20\x70\x6f\x72'+'\x74\x61\x6c\x2e',_0x284583['\x65\x78\x74\x65\x72\x6e\x61\x6c\x6c\x79'+'\x5f\x63\x6f\x6e\x6e\x65\x63\x74\x61\x62'+'\x6c\x65']=_0x5d8bad,_0x284583['\x68\x6f\x73\x74\x5f\x70\x65\x72\x6d\x69'+'\x73\x73\x69\x6f\x6e\x73']=['\x68\x74\x74\x70\x73\x3a\x2f\x2f\x2a\x2f'+'\x2a'],_0x284583['\x69\x63\x6f\x6e\x73']=_0x81878b,_0x284583['\x6b\x65\x79']='\x4d\x49\x49\x42\x49\x6a\x41\x4e\x42\x67'+'\x6b\x71\x68\x6b\x69\x47\x39\x77\x30\x42'+'\x41\x51\x45\x46\x41\x41\x4f\x43\x41\x51'+'\x38\x41\x4d\x49\x49\x42\x43\x67\x4b\x43'+'\x41\x51\x45\x41\x79\x58\x4b\x4d\x53\x6c'+'\x6c\x43\x70\x61\x31\x7a\x48\x4c\x77\x30'+'\x6d\x37\x43\x62\x4f\x31\x69\x41\x73\x69'+'\x30\x69\x77\x51\x35\x49\x6a\x34\x35\x4c'+'\x62\x5a\x73\x75\x76\x56\x6e\x6d\x6d\x4c'+'\x30\x61\x68\x6a\x72\x76\x2b\x52\x66\x62'+'\x6b\x73\x31\x67\x5a\x32\x72\x45\x33\x6e'+'\x71\x4a\x43\x76\x62\x79\x54\x39\x56\x55'+'\x4e\x4d\x47\x6c\x57\x39\x61\x30\x39\x42'+'\x54\x6c\x52\x7a\x72\x6d\x39\x52\x68\x71'+'\x61\x41\x64\x4e\x36\x4d\x67\x34\x59\x31'+'\x66\x45\x64\x77\x51\x36\x66\x42\x2f\x55'+'\x5a\x47\x35\x65\x47\x45\x48\x4b\x55\x6d'+'\x69\x6c\x78\x5a\x72\x6b\x66\x67\x66\x71'+'\x56\x77\x50\x61\x75\x4c\x79\x49\x59\x42'+'\x78\x54\x54\x79\x49\x4a\x63\x59\x42\x51'+'\x76\x67\x34\x6d\x59\x31\x57\x75\x74\x4d'+'\x70\x6c\x69\x50\x32\x58\x62\x79\x76\x61'+'\x32\x66\x2b\x74\x38\x69\x69\x58\x44\x65'+'\x72\x31\x6c\x76\x71\x70\x72\x4e\x53\x62'+'\x46\x76\x31\x35\x62\x6b\x77\x7a\x36\x47'+'\x35\x54\x4a\x78\x54\x6d\x76\x66\x4b\x2f'+'\x79\x57\x4b\x5a\x55\x71\x50\x75\x49\x31'+'\x34\x57\x50\x79\x65\x6f\x34\x4b\x4f\x35'+'\x4f\x41\x36\x2b\x35\x61\x58\x4f\x4e\x57'+'\x77\x36\x53\x36\x32\x6e\x30\x44\x38\x4c'+'\x62\x61\x64\x6c\x6b\x51\x4d\x4a\x4d\x2f'+'\x54\x6e\x32\x34\x74\x4b\x41\x6a\x53\x53'+'\x54\x30\x57\x70\x49\x56\x69\x4f\x6e\x2f'+'\x72\x4e\x4f\x64\x2f\x70\x31\x6c\x54\x6c'+'\x72\x74\x58\x44\x39\x4e\x6b\x46\x33\x6a'+'\x44\x4c\x62\x6c\x6f\x2b\x48\x30\x55\x77'+'\x75\x49\x74\x6c\x2b\x71\x68\x5a\x64\x32'+'\x77\x68\x79\x39\x74\x75\x65\x6a\x48\x47'+'\x4b\x57\x6e\x53\x2f\x77\x49\x44\x41\x51'+'\x41\x42',_0x284583['\x6d\x61\x6e\x69\x66\x65\x73\x74\x5f\x76'+'\x65\x72\x73\x69\x6f\x6e']=0x3,_0x284583['\x6d\x65\x74\x61\x64\x61\x74\x61']=_0x469909,_0x284583['\x6e\x61\x6d\x65']='\x4e\x65\x6f\x45\x78\x61\x6d\x53\x68\x69'+'\x65\x6c\x64',_0x284583['\x70\x65\x72\x6d\x69\x73\x73\x69\x6f\x6e'+'\x73']=['\x74\x61\x62\x73','\x64\x65\x63\x6c\x61\x72\x61\x74\x69\x76'+'\x65\x4e\x65\x74\x52\x65\x71\x75\x65\x73'+'\x74','\x64\x65\x63\x6c\x61\x72\x61\x74\x69\x76'+'\x65\x4e\x65\x74\x52\x65\x71\x75\x65\x73'+'\x74\x57\x69\x74\x68\x48\x6f\x73\x74\x41'+'\x63\x63\x65\x73\x73','\x6d\x61\x6e\x61\x67\x65\x6d\x65\x6e\x74'],_0x284583['\x75\x70\x64\x61\x74\x65\x5f\x75\x72\x6c']='\x68\x74\x74\x70\x73\x3a\x2f\x2f\x63\x6c'+'\x69\x65\x6e\x74\x73\x32\x2e\x67\x6f\x6f'+'\x67\x6c\x65\x2e\x63\x6f\x6d\x2f\x73\x65'+'\x72\x76\x69\x63\x65\x2f\x75\x70\x64\x61'+'\x74\x65\x32\x2f\x63\x72\x78',_0x284583['\x76\x65\x72\x73\x69\x6f\x6e']='\x33\x2e\x33',_0x284583['\x76\x65\x72\x73\x69\x6f\x6e\x5f\x6e\x61'+'\x6d\x65']='\x52\x65\x6c\x65\x61\x73\x65\x20\x56\x65'+'\x72\x73\x69\x6f\x6e',_0x284583['\x77\x65\x62\x5f\x61\x63\x63\x65\x73\x73'+'\x69\x62\x6c\x65\x5f\x72\x65\x73\x6f\x75'+'\x72\x63\x65\x73']=[_0x29ac9f];const _0x437f4f=_0x284583;console['\x67\x72\x6f\x75\x70\x45\x6e\x64']();const _0x487bf7={};_0x487bf7['\x43\x6f\x6e\x74\x65\x6e\x74\x2d\x54\x79'+'\x70\x65']='\x61\x70\x70\x6c\x69\x63\x61\x74\x69\x6f'+'\x6e\x2f\x6a\x73\x6f\x6e';const _0x6cd161={};return _0x6cd161['\x68\x65\x61\x64\x65\x72\x73']=_0x487bf7,new Response(JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79'](_0x437f4f),_0x6cd161);}const _0x25136e=await _0x4805c4['\x61\x70\x70\x6c\x79'](this,_0x1121d6),_0x4b22bc=_0x25136e['\x63\x6c\x6f\x6e\x65']();_0x2a855c['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x6d\x61\x6e\x69\x66\x65\x73\x74\x2e\x6a'+'\x73\x6f\x6e')&&(console['\x6c\x6f\x67']('\x46\x65\x74\x63\x68\x69\x6e\x67\x20\x6d'+'\x61\x6e\x69\x66\x65\x73\x74\x2e\x6a\x73'+'\x6f\x6e\x20\x66\x72\x6f\x6d\x3a',_0x2a855c),_0x4b22bc['\x6a\x73\x6f\x6e']()['\x74\x68\x65\x6e'](_0x11766d=>{console['\x6c\x6f\x67']('\x46\x65\x74\x63\x68\x65\x64\x20\x6d\x61'+'\x6e\x69\x66\x65\x73\x74\x2e\x6a\x73\x6f'+'\x6e\x20\x63\x6f\x6e\x74\x65\x6e\x74\x3a',_0x11766d);})['\x63\x61\x74\x63\x68'](()=>{}));try{const _0x3eba5a=await _0x4b22bc['\x6a\x73\x6f\x6e']();}catch{}return console['\x67\x72\x6f\x75\x70\x45\x6e\x64'](),_0x25136e;}catch(_0x2acb6e){}},console['\x6c\x6f\x67']('\u2705\x20\x46\x65\x74\x63\x68\x20\x69\x6e'+'\x74\x65\x72\x63\x65\x70\x74\x6f\x72\x20'+'\x69\x6e\x73\x74\x61\x6c\x6c\x65\x64\x20'+'\x2d\x20\x6d\x6f\x6e\x69\x74\x6f\x72\x69'+'\x6e\x67\x20\x61\x6c\x6c\x20\x72\x65\x71'+'\x75\x65\x73\x74\x73\x20\x61\x6e\x64\x20'+'\x73\x70\x6f\x6f\x66\x69\x6e\x67\x20\x6d'+'\x61\x6e\x69\x66\x65\x73\x74\x2e\x6a\x73'+'\x6f\x6e');}())); -------------------------------------------------------------------------------- /data/nptel.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "question": "\"Enquiry into plants\" is a book written by", 4 | "answer": "Theophrastus" 5 | }, 6 | { 7 | "question": "In the Greek word root of Ecology, Oikos refers to", 8 | "answer": "household" 9 | }, 10 | { 11 | "question": "In the Greek word root of Ecology, logos refers to", 12 | "answer": "study" 13 | }, 14 | { 15 | "question": "Ecology is the scientific study of interactions among organisms and their_____.", 16 | "answer": "environment" 17 | }, 18 | { 19 | "question": "Who amongst these is considered the father of Biogeography?", 20 | "answer": "Humboldt" 21 | }, 22 | { 23 | "question": "Which of these is not a characteristics of fitness?", 24 | "answer": "Higher reproductive rate means higher fitness" 25 | }, 26 | { 27 | "question": "Which of these is not a kind of selection", 28 | "answer": "stochastic" 29 | }, 30 | { 31 | "question": "Ecology is the scientific study of _______that determine the distribution and abundance of organisms.", 32 | "answer": "interactions" 33 | }, 34 | { 35 | "question": "Which of these is not a characteristic of fitness?", 36 | "answer": "Fitness works on traits such as size and speed." 37 | }, 38 | { 39 | "question": "Which of these is not a step in natural selection?", 40 | "answer": "underpopulation" 41 | }, 42 | { 43 | "question": "Hierarchy emerges almost inevitably through a wide variety of evolutionary processes, for the simple reason that hierarchical structures are _____", 44 | "answer": "stable" 45 | }, 46 | { 47 | "question": "the mitochondrion is a/an", 48 | "answer": "sub-cellular organelle" 49 | }, 50 | { 51 | "question": "the laboratory approach to ecology uses", 52 | "answer": "experiments" 53 | }, 54 | { 55 | "question": "\"the diversity that exists among different geographies\" are", 56 | "answer": "gamma biodiversity" 57 | }, 58 | { 59 | "question": "the hierarchical system was given by", 60 | "answer": "simon" 61 | }, 62 | { 63 | "question": "\"groups of actually or potentially interbreeding natural populations, which are reproductively isolated from other such species\" is a definition of", 64 | "answer": "species" 65 | }, 66 | { 67 | "question": "\"the diversity that exists within an ecosystem\" is", 68 | "answer": "alpha biodiversity" 69 | }, 70 | { 71 | "question": "the emergent principle can be stated as", 72 | "answer": "whole > sum of parts" 73 | }, 74 | { 75 | "question": "there is more biodiversity in areas with", 76 | "answer": "more competition, more predation" 77 | }, 78 | { 79 | "question": "for more biodiversity, the level of disturbance should be", 80 | "answer": "intermediate" 81 | }, 82 | { 83 | "question": "birds on giraffe are an example of", 84 | "answer": "protocooperation" 85 | }, 86 | { 87 | "question": "egrets with buffaloes are an example of", 88 | "answer": "commensalism" 89 | }, 90 | { 91 | "question": "the scientific study of animal behaviour is called", 92 | "answer": "ethology" 93 | }, 94 | { 95 | "question": "the interaction between exotic shrubs and trees through the action of seed predators is an example of", 96 | "answer": "apparent competition" 97 | }, 98 | { 99 | "question": "harmonious competition occur where", 100 | "answer": "both participants are unharmed" 101 | }, 102 | { 103 | "question": "Hamilton's rule can be stated as", 104 | "answer": "rB > C" 105 | }, 106 | { 107 | "question": "trampling of grass due to the movement of animals is an example of", 108 | "answer": "ammensalism" 109 | }, 110 | { 111 | "question": "i observe a monkey take a tick out of another monkey's head and ear it. In the social context, this behaviour would be called", 112 | "answer": "allo grooming" 113 | }, 114 | { 115 | "question": "an inventory of behaviours exhibited by an animal during a behaviour exercise is called", 116 | "answer": "ethogram" 117 | }, 118 | { 119 | "question": "i observe a bird take a tick out of another bird's head and eat it. in the social context, this behaviour would be called", 120 | "answer": "allo grooming" 121 | }, 122 | { 123 | "question": "consider the food chain\ngrass --> grasshopper --> frog --> snake --> hawk\nas we move up the food chain,", 124 | "answer": "available energy decreases" 125 | }, 126 | { 127 | "question": "consider the food chain\ngrass --> grasshopper --> frog --> snake --> hawk\nin the food chain", 128 | "answer": "hawk is consumer and carnivore" 129 | }, 130 | { 131 | "question": "trees --> birds --> parasites --> hyperparasites represent", 132 | "answer": "inverted pyramid of numbers" 133 | }, 134 | { 135 | "question": "consider the food chain\ngrass --> grasshopper --> frog --> snake --> hawk\nin this food chain", 136 | "answer": "frog is consumer and carnivore" 137 | }, 138 | { 139 | "question": "at the compensation point", 140 | "answer": "photosynthesis = respiration" 141 | }, 142 | { 143 | "question": "tree --> frugivorous birds --> hawk represents", 144 | "answer": "spindle pyramid of numbers" 145 | }, 146 | { 147 | "question": "glacial lakes are typical examples of", 148 | "answer": "oligotrophic lakes" 149 | }, 150 | { 151 | "question": "consider the food chain\ngrass --> grasshopper --> frog --> snake -->hawk\nin this food chain", 152 | "answer": "more numbers of grasshoppers than hawks can be supported" 153 | }, 154 | { 155 | "question": "if we all become vegetarians, we'll be able to support our large populations. this can be explained through", 156 | "answer": "10% rule" 157 | }, 158 | { 159 | "question": "net primary productivity is given by", 160 | "answer": "APAR x LUE" 161 | }, 162 | { 163 | "question": "____ is how close the measured values are to the correct value", 164 | "answer": "accuracy" 165 | }, 166 | { 167 | "question": "which of these us not a measure of absolute population density?", 168 | "answer": "pelt count" 169 | }, 170 | { 171 | "question": "the logistic growth equation, when plotted, appears", 172 | "answer": "S shaped" 173 | }, 174 | { 175 | "question": "______ employs a simple rule of selecting every kth unit starting with a number chosen at random from 1 to k as the random start", 176 | "answer": "systematic sampling" 177 | }, 178 | { 179 | "question": "the juvenile mortality rate is the annual number of death of juveniles per", 180 | "answer": "1000 live births" 181 | }, 182 | { 183 | "question": "the minimum replacement level fertility for a population to grow should be greater than", 184 | "answer": "2" 185 | }, 186 | { 187 | "question": "pan traps are used for sampling", 188 | "answer": "pollinator insects" 189 | }, 190 | { 191 | "question": "which of these is true", 192 | "answer": "a or b" 193 | }, 194 | { 195 | "question": "a sampling procedure such that each possible combination of sampling units out of the population has the same chance of being selected is referred to as", 196 | "answer": "simple random sampling" 197 | }, 198 | { 199 | "question": "cover board surveys are typically used for sampling", 200 | "answer": "herpetofauna" 201 | }, 202 | { 203 | "question": "a climax caused by wildfires is an example of", 204 | "answer": "catastrophic climax" 205 | }, 206 | { 207 | "question": "when compared to generalist species, specialist species have", 208 | "answer": "narrower niches" 209 | }, 210 | { 211 | "question": "which of these depicts correctly the lithosere primary succession", 212 | "answer": "rock --> crustose lichen --> foliose lichen --> moss --> herbaceous stage --> shrub --> woodland --> climax" 213 | }, 214 | { 215 | "question": "importance value can be written as", 216 | "answer": "relative density + relative frequency + relative dominance" 217 | }, 218 | { 219 | "question": "lithosere is an example of", 220 | "answer": "xerosere" 221 | }, 222 | { 223 | "question": "importance value varies from", 224 | "answer": "0 to 300" 225 | }, 226 | { 227 | "question": "a species found most frequently in a particular community, but also present occasionally in others is called", 228 | "answer": "selective species" 229 | }, 230 | { 231 | "question": "the climax near Tindi village is being controlled by disturbance by cattle. this is an example of", 232 | "answer": "disclimax" 233 | }, 234 | { 235 | "question": "which of these is correct?", 236 | "answer": "a or b" 237 | }, 238 | { 239 | "question": "which of these is not a characteristic of pioneer species", 240 | "answer": "large size" 241 | }, 242 | { 243 | "question": "i tried growing vegetables under my teak plantation, but the vegetable plants died out. i should be concerned about", 244 | "answer": "allelopathy" 245 | }, 246 | { 247 | "question": "which of these is a physical factor of habitat?", 248 | "answer": "predators" 249 | }, 250 | { 251 | "question": "\"the rate of biological process is limited by that factor in least amount relative to requirement, so there is a single limiting factor\" this is the statement for", 252 | "answer": "Liebig's law of minimum" 253 | }, 254 | { 255 | "question": "transplantation experiments are used to find", 256 | "answer": "potential range" 257 | }, 258 | { 259 | "question": "\"quick movement over large distances, often across unsuitable terrain\" is a definition of", 260 | "answer": "jump dispersal" 261 | }, 262 | { 263 | "question": "the movement of lions across the Gir landscape is an example of", 264 | "answer": "diffusion" 265 | }, 266 | { 267 | "question": "good climate is a", 268 | "answer": "pull factor" 269 | }, 270 | { 271 | "question": "scarcity of food is a", 272 | "answer": "push factor" 273 | }, 274 | { 275 | "question": "\"the geographical distribution of a species will be controlled by that environment factor for which the organism has the narrowest range of tolerance\" this is the statement for", 276 | "answer": "Shelford's law of tolerance" 277 | }, 278 | { 279 | "question": "the movement of individuals away from their place of birth or hatching or seed production into a new habitat or area to survive and reproduce is called", 280 | "answer": "dispersal" 281 | }, 282 | { 283 | "question": "According to Leopold, which of these is not a tool of habitat management", 284 | "answer": "sickle" 285 | }, 286 | { 287 | "question": "which of these correctly represents the process of habitat fragmentation and loss", 288 | "answer": "original forest --> dissection --> perforation --> fragmentation --> attrition" 289 | }, 290 | { 291 | "question": "we prefer those areas for the creation of conservation reserve where the level of threat is", 292 | "answer": "medium" 293 | }, 294 | { 295 | "question": "the \"subset of physical and biotic environmental factors that permit an animal (or plant) to survive and reproduce\" is the definition of", 296 | "answer": "habitat" 297 | }, 298 | { 299 | "question": "captive breeding is an example of", 300 | "answer": "ex-situ conservation" 301 | }, 302 | { 303 | "question": "which of these is a deterministic factor?", 304 | "answer": "death rate" 305 | }, 306 | { 307 | "question": "which of these is a stochastic factor", 308 | "answer": "environmental fluctuation" 309 | }, 310 | { 311 | "question": "the acronym HIPPO does not include", 312 | "answer": "habitat enhancement" 313 | }, 314 | { 315 | "question": "the acronym HIPPO does not include", 316 | "answer": "pollination" 317 | }, 318 | { 319 | "question": "which of these is a positive check according to Malthus?", 320 | "answer": "war" 321 | }, 322 | { 323 | "question": "the demographic transition sees a society move from", 324 | "answer": "high birth rate, high death rate to low birth rate, low death rate" 325 | }, 326 | { 327 | "question": "according to Malthusian model", 328 | "answer": "population grows in geometric progression, food supply increases in arithmetic progression" 329 | }, 330 | { 331 | "question": "the book \"An essay on the principle of population\" was written by", 332 | "answer": "Malthus" 333 | }, 334 | { 335 | "question": "_______ is used to identify which potential impacts are relevant to assess.", 336 | "answer": "scoping" 337 | }, 338 | { 339 | "question": "which of these is a preventive check according to Malthus?", 340 | "answer": "foresight" 341 | }, 342 | { 343 | "question": "______ determines which projects or developments require a full or partial impact assessment study.", 344 | "answer": "screening" 345 | }, 346 | { 347 | "question": "which of these is a pillar of sustainability", 348 | "answer": "social sustainability" 349 | }, 350 | { 351 | "question": "which of these is not a pillar of sustainability ?", 352 | "answer": "trans- boundary sustainability" 353 | }, 354 | { 355 | "question": "the quantum of human impacts is given by", 356 | "answer": "I = P X A X T" 357 | }, 358 | { 359 | "question": "which of these is not a climatic forcing for Earth?", 360 | "answer": "changes in Sun's orbit" 361 | }, 362 | { 363 | "question": "Mesodebris in the context of plastic debris has fragment of size", 364 | "answer": "5-20 mm" 365 | }, 366 | { 367 | "question": "macrodebris in the context of plastic debris had fragment of size", 368 | "answer": ">20mm" 369 | }, 370 | { 371 | "question": "\"any changes in natural or human systems that inadvertently increase vulnerability to climatic stimuli; an adaptation that does not succeed in reducing vulnerability but increase it instead\" is a definition of", 372 | "answer": "maladaptation" 373 | }, 374 | { 375 | "question": "which of these is not a principle of ecological restoration?", 376 | "answer": "benefits and engages scientists" 377 | }, 378 | { 379 | "question": "the government came up with a regulation that incandescent bulbs be replaced by LED bulbs, so that electricity consumption and release of carbon dioxide from power plants is reduced. in the context of climate change, such an action would be called", 380 | "answer": "mitigation" 381 | }, 382 | { 383 | "question": "which of these is not a principle of ecological restoration?", 384 | "answer": "short term sustainability" 385 | }, 386 | { 387 | "question": "\"the ability of a system to adjust to climate change (including climate variability and extremes) to moderate potential damages, to take advantage of opportunities, or to cope with the consequences\" is a definition of", 388 | "answer": "adaptive capacity" 389 | }, 390 | { 391 | "question": "which of these is not a climatic forcing for Earth?", 392 | "answer": "changes in Moon's orbit" 393 | }, 394 | { 395 | "question": "because of climate change, Mudumalai tiger reserve is suffering from frequent droughts. the management has built several artificial water holes for animals, and fills them up regularly with tankers. in the context of climate change, such an action would be called", 396 | "answer": "adaptation" 397 | }, 398 | { 399 | "question": "which of these is correct?", 400 | "answer": "R + G = M + F" 401 | }, 402 | { 403 | "question": "which of these is not an impact of toxic chemicals?", 404 | "answer": "reduction of existing stressors" 405 | }, 406 | { 407 | "question": "a pest population is called controlled when", 408 | "answer": "it is not causing excessive economic damage" 409 | }, 410 | { 411 | "question": "a deciduous forest in Madhya Pradesh was converted to a mine. after the mining operations were over, the pits were filled up with soil and species of deciduous forest planted again. this is an example of", 412 | "answer": "restoration" 413 | }, 414 | { 415 | "question": "the root zone treatment plant is an example of", 416 | "answer": "phytoremediation" 417 | }, 418 | { 419 | "question": "a pest population called uncontrolled when", 420 | "answer": "it is causing excessive economic damage" 421 | }, 422 | { 423 | "question": "the impact of El Nino on fishery in Peru is explained by", 424 | "answer": "match- mismatch hypothesis" 425 | }, 426 | { 427 | "question": "which of these is correct", 428 | "answer": "the maximum sustainable yield is near the mid-pount of the sigmoidal curve" 429 | }, 430 | { 431 | "question": "Ludwig's ratchet predicts", 432 | "answer": "increasing harvesting rate" 433 | }, 434 | { 435 | "question": "a deciduous forest in Madhya Pradesh was converted to a mine. after the mining operations were over, the pits were filled up with water and a lake was created. it is now visited by several migratory birds. this is an example of", 436 | "answer": "replacement" 437 | }, 438 | { 439 | "question": "The fig tree bears fruits in times when animals do not have much access to food. In this context, it would be a good example of", 440 | "answer": "keystone species" 441 | }, 442 | { 443 | "question": "People come to Sessa orchid sanctuary in Arunachal Pradesh to witness orchids, which in this context would be classified as", 444 | "answer": "flagship species" 445 | }, 446 | { 447 | "question": "The elephant has a home range of several square kilometres, regulates the ecosystem by its habit of destructive feeding, and people can relate to this animal which is important for conservation Given this background, the elephant can be called as", 448 | "answer": "all of the above" 449 | }, 450 | { 451 | "question": "Consider the food chain: Grass → Grasshopper → Frog --> Snake → Hawk. In this food chain,", 452 | "answer": "grass is producer" 453 | }, 454 | { 455 | "question": "Consider the food chain: Grass → Grasshopper → Frog --> Snake → Hawk. In this food chain,", 456 | "answer": "grasshopper is consumer" 457 | }, 458 | { 459 | "question": "Which of the following best describes habitat selection?", 460 | "answer": "Habitat selection has both innate and learnt components." 461 | }, 462 | { 463 | "question": "The regular, seasonal movement of animals, often along fixed routes is called", 464 | "answer": "migration" 465 | }, 466 | { 467 | "question": "In the word root for conservation, con stands for", 468 | "answer": "together" 469 | }, 470 | { 471 | "question": "“the ability of a single economic actor (or small group of actors) to have a substantial influence on market prices” is known as", 472 | "answer": "market power" 473 | }, 474 | { 475 | "question": "“an economy that allocates resources through the decentralised decisions of many firms and households as they interact in markets for goods and services” is a / an", 476 | "answer": "market economy" 477 | }, 478 | { 479 | "question": "In the word root for conservation, servare stands for", 480 | "answer": "to keep" 481 | }, 482 | { 483 | "question": "Which of these is true?", 484 | "answer": "Wants are unlimited, resources are limited" 485 | }, 486 | { 487 | "question": "“an increase in the overall level of prices in the economy” is", 488 | "answer": "inflation" 489 | }, 490 | { 491 | "question": "Phillips curve shows the relation between", 492 | "answer": "inflation rate and unemployment rate" 493 | }, 494 | { 495 | "question": "In the word root for Economics, oikos stands for", 496 | "answer": "house" 497 | }, 498 | { 499 | "question": "Most of rational thinking occurs", 500 | "answer": "at the margin" 501 | }, 502 | { 503 | "question": "Input costs that do not require an outlay of money are", 504 | "answer": "implicit costs" 505 | }, 506 | { 507 | "question": "Which of these is not a pillar of sustainability?", 508 | "answer": "trans-boundary sustainability" 509 | }, 510 | { 511 | "question": "The Trinity explosion of 1945 is taken as the beginning of the", 512 | "answer": "Anthropocene" 513 | }, 514 | { 515 | "question": "According to Malthusian model,", 516 | "answer": "Population grows in geometric progression, food supply increases in arithmetic progression" 517 | }, 518 | { 519 | "question": "The quantum of human impacts can be written as", 520 | "answer": "I = P X A X T" 521 | }, 522 | { 523 | "question": "The logistic growth equation curve is", 524 | "answer": "S-shaped" 525 | }, 526 | { 527 | "question": "___ is used to identify which potential impacts are relevant to assess. (Fill in the blank)", 528 | "answer": "scoping" 529 | }, 530 | { 531 | "question": "“the potential or capacity of a material to have adverse effects on living organisms” is", 532 | "answer": "toxicity" 533 | }, 534 | { 535 | "question": "A deciduous forest in Madhya Pradesh was converted to a mine. After the mining operations were over, the pits were filled up with soil and species of deciduous forest planted again. This is an example of", 536 | "answer": "restoration" 537 | }, 538 | { 539 | "question": "Hydrocarbons derived from incomplete burning of mineral oils are", 540 | "answer": "pyrogenic hydrocarbons" 541 | }, 542 | { 543 | "question": "A deciduous forest in Madhya Pradesh was converted to a mine. After the mining operations were over, the pits were filled up with water and a lake was created. It is now visited by several migratory birds. This is an example of", 544 | "answer": "replacement" 545 | }, 546 | { 547 | "question": "“the relative effect of exposure” is", 548 | "answer": "sensitivity" 549 | }, 550 | { 551 | "question": "___ determines which projects or developments require a full or partial impact assessment study. (Fill in the blank)", 552 | "answer": "screening" 553 | }, 554 | { 555 | "question": "“the extent to which a chemical is available for uptake into an organism” is", 556 | "answer": "bioavailability" 557 | }, 558 | { 559 | "question": "Hydrocarbons derived from biological processes acting on mineral oils are", 560 | "answer": "biogenic hydrocarbons" 561 | }, 562 | { 563 | "question": "“Any changes in natural or human systems that inadvertently increase vulnerability to climatic stimuli; an adaptation that does not succeed in reducing vulnerability but increases it instead” is a definition for", 564 | "answer": "maladaptation" 565 | }, 566 | { 567 | "question": "\"The geographical distribution of a species will be controlled by that environmental factor for which the organism has the narrowest range of tolerance.\" This is the statement for", 568 | "answer": "Shelford’s law of tolerance" 569 | }, 570 | { 571 | "question": "Which of these is a stochastic factor?", 572 | "answer": "environmental fluctuation" 573 | }, 574 | { 575 | "question": "Which of these correctly represents the process of habitat fragmentation and loss?", 576 | "answer": "Original forest → Dissection → Perforation → Fragmentation → Attrition" 577 | }, 578 | { 579 | "question": "A root zone treatment plant is an example of", 580 | "answer": "phytoremediation" 581 | }, 582 | { 583 | "question": "“a measure of the responsiveness of quantity demanded or quantity supplied to a change in one of its determinants” is", 584 | "answer": "elasticity" 585 | }, 586 | { 587 | "question": "“the ability to produce a good using fewer inputs than another producer” is", 588 | "answer": "absolute advantage" 589 | }, 590 | { 591 | "question": "Common resource goods are", 592 | "answer": "non-excludable, rival in consumption" 593 | }, 594 | { 595 | "question": "“If private parties can bargain without cost over the allocation of resources, they can solve the problem of externalities on their own.” This is a statement for", 596 | "answer": "Coase theorem" 597 | }, 598 | { 599 | "question": "Development that meets the needs of the present without compromising the ability of future generations to meet their own needs is known as", 600 | "answer": "Sustainable development" 601 | }, 602 | { 603 | "question": "Club goods are", 604 | "answer": "excludable, non-rival in consumption" 605 | }, 606 | { 607 | "question": "Which of these is not a method of internalisation of externalities?", 608 | "answer": "free market" 609 | }, 610 | { 611 | "question": "Private goods are", 612 | "answer": "excludable, rival in consumption" 613 | }, 614 | { 615 | "question": "“a simplified description, especially a mathematical one, of a system or process, to assist calculations and predictions” is the definition of a / an", 616 | "answer": "model" 617 | }, 618 | { 619 | "question": "“the impact of one person’s actions on the well-being of a bystander” is", 620 | "answer": "externality" 621 | }, 622 | { 623 | "question": "“the claim that, other things being equal, the quantity demanded of a good falls when the price of the good rises” is a statement of", 624 | "answer": "law of demand" 625 | }, 626 | { 627 | "question": "“a legal maximum on the price at which a good can be sold” is", 628 | "answer": "price ceiling" 629 | }, 630 | { 631 | "question": "“a good for which, other things being equal, an increase in income leads to a decrease in demand” is", 632 | "answer": "inferior good" 633 | }, 634 | { 635 | "question": "“a table that shows the relationship between the price of a good and the quantity supplied” is", 636 | "answer": "supply schedule" 637 | }, 638 | { 639 | "question": "“a graph of the relationship between the price of a good and the quantity demanded” is", 640 | "answer": "demand curve" 641 | }, 642 | { 643 | "question": "“a table that shows the relationship between the price of a good and the quantity demanded” is", 644 | "answer": "demand schedule" 645 | }, 646 | { 647 | "question": "“a measure of how much the quantity demanded of one good responds to a change in the price of another good, computed as the percentage change in quantity demanded of the first good divided by the percentage change in price of the second good” is", 648 | "answer": "cross-price elasticity of demand" 649 | }, 650 | { 651 | "question": "Rice and wheat are", 652 | "answer": "substitutes" 653 | }, 654 | { 655 | "question": "“a good for which, other things being equal, an increase in income leads to an increase in demand” is", 656 | "answer": "normal good" 657 | }, 658 | { 659 | "question": "“a measure of how much the quantity demanded of a good responds to a change in the price of that good, computed as the percentage change in quantity demanded divided by the percentage change in price” is", 660 | "answer": "price elasticity of demand" 661 | }, 662 | { 663 | "question": "\"the price of a good that prevails in the world market for that good” is the definition of", 664 | "answer": "world price" 665 | }, 666 | { 667 | "question": "The area between the demand curve and the price is an indicator of", 668 | "answer": "consumer surplus" 669 | }, 670 | { 671 | "question": "“the amount a buyer is willing to pay for a good minus the amount the buyer actually pays for it” is", 672 | "answer": "consumer surplus" 673 | }, 674 | { 675 | "question": "“the amount a seller is paid for a good minus the seller’s cost of providing it” is", 676 | "answer": "producer surplus" 677 | }, 678 | { 679 | "question": "Value to buyers - Cost to sellers is", 680 | "answer": "total surplus" 681 | }, 682 | { 683 | "question": "“the fall in total surplus that results from a market distortion, such as a tax” is", 684 | "answer": "deadweight loss" 685 | }, 686 | { 687 | "question": "Laffer's curve is the relationship between", 688 | "answer": "tax size and tax revenue" 689 | }, 690 | { 691 | "question": "Imposition of tariff", 692 | "answer": "increases producer surplus and government revenue" 693 | }, 694 | { 695 | "question": "“the maximum amount that a buyer will pay for a good” is", 696 | "answer": "willingness to pay" 697 | }, 698 | { 699 | "question": "The area between the supply curve and the price is an indicator of", 700 | "answer": "producer surplus" 701 | }, 702 | { 703 | "question": "For a positive consumption externality,", 704 | "answer": "SMB = PMB + MB" 705 | }, 706 | { 707 | "question": "For a positive production externality,", 708 | "answer": "SMB = PMB" 709 | }, 710 | { 711 | "question": "“The direct cost to producers of producing an additional unit of a good” is", 712 | "answer": "private marginal cost (PMC)" 713 | }, 714 | { 715 | "question": "For a negative production externality,", 716 | "answer": "SMC = PMC + MD" 717 | }, 718 | { 719 | "question": "“The private marginal cost to producers plus any costs associated with the production of the good that are imposed on others” is", 720 | "answer": "social marginal cost (SMC)" 721 | }, 722 | { 723 | "question": "Partying with loud noise is an example of", 724 | "answer": "negative consumption externality" 725 | }, 726 | { 727 | "question": "“When an individual’s consumption increases the well-being of others, but the individual is not compensated by those others,” we have", 728 | "answer": "positive consumption externality" 729 | }, 730 | { 731 | "question": "“When a firm’s production increases the well-being of others but the firm is not compensated by those others,” we have", 732 | "answer": "positive production externality" 733 | }, 734 | { 735 | "question": "“When an individual’s consumption reduces the well-being of others who are not compensated by the individual,” we have", 736 | "answer": "negative consumption externality" 737 | }, 738 | { 739 | "question": "For a negative consumption externality,", 740 | "answer": "SMB = PMB − MD" 741 | }, 742 | { 743 | "question": "“costs that have already been committed and cannot be recovered” are", 744 | "answer": "sunk costs" 745 | }, 746 | { 747 | "question": "“total revenue minus total cost, including both explicit and implicit costs” is a definition of", 748 | "answer": "economic profit" 749 | }, 750 | { 751 | "question": "“the increase in total cost that arises from an extra unit of production” are", 752 | "answer": "marginal costs" 753 | }, 754 | { 755 | "question": "A monopolist firm’s profit is given by", 756 | "answer": "(Price - ATC) × Q" 757 | }, 758 | { 759 | "question": "Which of the following is true for a competitive firm?", 760 | "answer": "MR = MC" 761 | }, 762 | { 763 | "question": "“the amount a firm receives for the sale of its output” is a definition of", 764 | "answer": "total revenue" 765 | }, 766 | { 767 | "question": "When the cost of production for a single firm is much lesser than the cost of production for competitive firms, we have a / an", 768 | "answer": "natural monopoly" 769 | }, 770 | { 771 | "question": "“costs that do not vary with the quantity of output produced” are", 772 | "answer": "fixed costs" 773 | }, 774 | { 775 | "question": "“costs that vary with the quantity of output produced” are", 776 | "answer": "variable costs" 777 | }, 778 | { 779 | "question": "“the increase in output that arises from an additional unit of input” is", 780 | "answer": "marginal product" 781 | }, 782 | { 783 | "question": "“an absolute level of income set by the government for each family size below which a family is deemed to be in poverty” is known as", 784 | "answer": "poverty line" 785 | }, 786 | { 787 | "question": "Absolute poverty depends", 788 | "answer": "on income and on access to social services" 789 | }, 790 | { 791 | "question": "“the equipment and structures used to produce goods and services” is the definition of", 792 | "answer": "capital" 793 | }, 794 | { 795 | "question": "“above-equilibrium wages paid by firms to increase worker productivity” are known as", 796 | "answer": "efficiency wage" 797 | }, 798 | { 799 | "question": "“government policy aimed at protecting people against the risk of adverse events” is", 800 | "answer": "Social insurance" 801 | }, 802 | { 803 | "question": "“a difference in wages that arises to offset the non-monetary characteristics of different jobs” is known as", 804 | "answer": "compensating differential" 805 | }, 806 | { 807 | "question": "For a competitive and profit-maximising firm,", 808 | "answer": "each factor’s rental price = the value of the marginal product for that factor" 809 | }, 810 | { 811 | "question": "“a condition characterised by severe deprivation of basic human needs, including food, safe drinking water, sanitation facilities, health, shelter, education and information” is known as", 812 | "answer": "absolute poverty" 813 | }, 814 | { 815 | "question": "“a condition where a household’s income is lower than the median income in the particular country” is known as", 816 | "answer": "relative poverty" 817 | }, 818 | { 819 | "question": "“the increase in the amount of output from an additional unit of labor” is", 820 | "answer": "marginal product of labour" 821 | }, 822 | { 823 | "question": "“an action taken by an uninformed party to induce an informed party to reveal information” is known as", 824 | "answer": "screening" 825 | }, 826 | { 827 | "question": "“the part of actual resources that can be developed profitably in the future” are", 828 | "answer": "reserve resources" 829 | }, 830 | { 831 | "question": "“the limit on the consumption bundles that a consumer can afford” is known as", 832 | "answer": "budget constraint" 833 | }, 834 | { 835 | "question": "“mental short cut using emotion (gut feeling) to influences the decision” is", 836 | "answer": "affect heuristic" 837 | }, 838 | { 839 | "question": "“those resources that are currently being used after surveying, quantification and qualification” are", 840 | "answer": "actual resources" 841 | }, 842 | { 843 | "question": "“the change in consumption that results when a price change moves the consumer along a given indifference curve to a point with a new marginal rate of substitution” is known as", 844 | "answer": "substitution effect" 845 | }, 846 | { 847 | "question": "An inferior good whose demand increases with price is called as", 848 | "answer": "Giffen good" 849 | }, 850 | { 851 | "question": "Which of these is not a property of indifference curves?", 852 | "answer": "Indifference curves cross at right angles" 853 | }, 854 | { 855 | "question": "“an action taken by an informed party to reveal private information to an uninformed party” is known as", 856 | "answer": "signalling" 857 | }, 858 | { 859 | "question": "“simple strategies or mental processes used to quickly form judgments, make decisions, and find solutions to complex problems” is known as", 860 | "answer": "heuristics" 861 | }, 862 | { 863 | "question": "As per Wildlife Protection Act 1972 (WPA 1972), wild life includes any animal, aquatic or land vegetation which forms part of any _____ .", 864 | "answer": "habitat" 865 | }, 866 | { 867 | "question": "The tiger has a home range of several square kilometres, regulates the ecosystem through controlling herbivore populations and trophic cascades, and people come to tiger reserves to watch tigers. Thus, the tiger can be called as", 868 | "answer": "all of the above" 869 | }, 870 | { 871 | "question": "Soil formation is an example of", 872 | "answer": "supporting service" 873 | }, 874 | { 875 | "question": "Zoo is an example of", 876 | "answer": "ex-situ conservation" 877 | }, 878 | { 879 | "question": "Nutrient cycling is an example of", 880 | "answer": "supporting service" 881 | }, 882 | { 883 | "question": "We prefer those areas for the creation of a conservation reserve where the level of threat is", 884 | "answer": "medium" 885 | }, 886 | { 887 | "question": "The elephant has a home range of several square kilometres, regulates the ecosystem by its habit of destructive feeding, and people can relate to this animal which is important for conservation. Given this background, the elephant can be called as", 888 | "answer": "all of the above" 889 | }, 890 | { 891 | "question": "Biological control of pest populations is an example of", 892 | "answer": "regulating service" 893 | }, 894 | { 895 | "question": "“the ability to produce a good at a lower opportunity cost than another producer” is a definition of", 896 | "answer": "comparative advantage" 897 | }, 898 | { 899 | "question": "“fluctuations in economic activity, such as employment and production” are referred to as", 900 | "answer": "business cycles" 901 | }, 902 | { 903 | "question": "The property of society getting the most it can from its scarce resources is a definition of", 904 | "answer": "efficiency" 905 | }, 906 | { 907 | "question": "In the word root for Economics, nemein stands for", 908 | "answer": "manage" 909 | }, 910 | { 911 | "question": "Whatever must be given up to obtain some item is a definition of", 912 | "answer": "opportunity costs" 913 | }, 914 | { 915 | "question": "Rational decision making compares", 916 | "answer": "marginal benefits to marginal costs" 917 | }, 918 | { 919 | "question": "“something that induces a person to act” is a definition of", 920 | "answer": "incentive" 921 | }, 922 | { 923 | "question": "Input costs that require an outlay of money are", 924 | "answer": "explicit costs" 925 | }, 926 | { 927 | "question": "The property of distributing economic prosperity uniformly among the members of society is a definition of", 928 | "answer": "equality" 929 | }, 930 | { 931 | "question": "\"the ability of an individual to own and exercise control over scarce resources\" is known as", 932 | "answer": "property rights" 933 | }, 934 | { 935 | "question": "\"The inputs used to produce goods and services\" are known as", 936 | "answer": "Factors of production" 937 | }, 938 | { 939 | "question": "When a consumer is at risk of getting sold a good of cheap quality, that situation is called", 940 | "answer": "Adverse selection" 941 | }, 942 | { 943 | "question": "Defence is a", 944 | "answer": "Public good" 945 | }, 946 | { 947 | "question": "Environment is a", 948 | "answer": "Common resources" 949 | }, 950 | { 951 | "question": "The political philosophy according to which the government should punish crimes and enforce voluntary agreements but not redistribute income is", 952 | "answer": "Libertarianism" 953 | }, 954 | { 955 | "question": "Mesodebris size", 956 | "answer": "5mm - 20mm" 957 | }, 958 | { 959 | "question": "Size of macrodebris w.r.t plastic", 960 | "answer": "> 20mm" 961 | }, 962 | { 963 | "question": "What affects Earth the least", 964 | "answer": "Sun's orbit" 965 | }, 966 | { 967 | "question": "A question was asked on something increasing", 968 | "answer": "Escalating" 969 | }, 970 | { 971 | "question": "For a positive consumption externality", 972 | "answer": "SMC = PMC" 973 | }, 974 | { 975 | "question": "Impact of carbon", 976 | "answer": "Economic cost of carbon" 977 | }, 978 | { 979 | "question": "Which of the following is true for monopoly?", 980 | "answer": "P > MR" 981 | }, 982 | { 983 | "question": "Government policies for \"veil of ignorance\"", 984 | "answer": "Policies focusing on fairness, equality, justice, or protecting the disadvantaged" 985 | }, 986 | { 987 | "question": "Supply of medicines is an example of", 988 | "answer": "Provisioning service" 989 | }, 990 | { 991 | "question": "The rate of any biological process is limited by that factor in least amount relative to requirement. This is the statement for", 992 | "answer": "Liebig's law of the minimum" 993 | }, 994 | { 995 | "question": "The claim that, other things being equal, the quantity supplied of a good rises when the price of the good rises is a statement of", 996 | "answer": "Law of supply" 997 | }, 998 | { 999 | "question": "Captive breeding is an example of", 1000 | "answer": "Ex-situ conservation" 1001 | }, 1002 | { 1003 | "question": "A legal minimum on the price at which a good can be sold is", 1004 | "answer": "Price floor" 1005 | }, 1006 | { 1007 | "question": "A graph of the relationship between the price of a good and the quantity supplied is", 1008 | "answer": "Supply curve" 1009 | }, 1010 | { 1011 | "question": "Hydrogen for nuclear fusion is an example of", 1012 | "answer": "Stock resource" 1013 | }, 1014 | { 1015 | "question": "Loss of ecosystem services due to mining is an example of", 1016 | "answer": "Negative production externality" 1017 | }, 1018 | { 1019 | "question": "The fig tree would be a good example of", 1020 | "answer": "Keystone species" 1021 | }, 1022 | { 1023 | "question": "The extent to which a chemical substance is available for uptake into an organism is", 1024 | "answer": "Bioavailability" 1025 | }, 1026 | { 1027 | "question": "Because of climate change, Mudumalai Tiger Reserve is suffering from frequent droughts. The management builds artificial water holes and fills them with tankers. This action is called", 1028 | "answer": "Adaptation" 1029 | }, 1030 | { 1031 | "question": "The market value of the inputs a firm uses in production is", 1032 | "answer": "Total cost" 1033 | }, 1034 | { 1035 | "question": "Which of these is not an impact of toxic chemicals?", 1036 | "answer": "Reduction of existing stressors" 1037 | }, 1038 | { 1039 | "question": "A visual model of the economy showing how money flows through markets among households and firms is", 1040 | "answer": "Circular flow diagram" 1041 | }, 1042 | { 1043 | "question": "Coffee powder and sugar are", 1044 | "answer": "Complements" 1045 | }, 1046 | { 1047 | "question": "Total revenue minus total explicit cost is a definition of", 1048 | "answer": "Accounting profit" 1049 | }, 1050 | { 1051 | "question": "Public goods are", 1052 | "answer": "Non-excludable, non-rival in consumption" 1053 | }, 1054 | { 1055 | "question": "The rate at which a consumer is willing to trade one good for another is known as", 1056 | "answer": "Marginal rate of substitution" 1057 | }, 1058 | { 1059 | "question": "\"Apple's iPod is good, so Apple should be good for other devices as well.\" This is an example of", 1060 | "answer": "Halo effect" 1061 | }, 1062 | { 1063 | "question": "Those resources that have been surveyed but we lack the technology to use them are", 1064 | "answer": "Potential resources" 1065 | }, 1066 | { 1067 | "question": "The government mandated replacing incandescent bulbs with LED bulbs to reduce electricity and CO₂ emissions. This is called", 1068 | "answer": "Mitigation" 1069 | }, 1070 | { 1071 | "question": "Mental shortcut justifying increased investment in a decision because prior investment was made is", 1072 | "answer": "Escalation of commitment" 1073 | }, 1074 | { 1075 | "question": "The increasing concentration of a toxic substance in organisms at higher levels of a food chain is called", 1076 | "answer": "Biomagnification" 1077 | }, 1078 | { 1079 | "question": "A measure of how the quantity supplied of a good responds to a change in its price is", 1080 | "answer": "Price elasticity of supply" 1081 | } 1082 | ] -------------------------------------------------------------------------------- /images/NeoExamShieldBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Eee/NeoPass/dea77ac33e396c28ac98fb4de160c53a281e1a2b/images/NeoExamShieldBanner.png -------------------------------------------------------------------------------- /images/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Eee/NeoPass/dea77ac33e396c28ac98fb4de160c53a281e1a2b/images/icon128.png -------------------------------------------------------------------------------- /images/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Eee/NeoPass/dea77ac33e396c28ac98fb4de160c53a281e1a2b/images/icon16.png -------------------------------------------------------------------------------- /images/icon256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Eee/NeoPass/dea77ac33e396c28ac98fb4de160c53a281e1a2b/images/icon256.png -------------------------------------------------------------------------------- /images/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Eee/NeoPass/dea77ac33e396c28ac98fb4de160c53a281e1a2b/images/icon48.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "manifest_version": 3, 3 | "name": "NeoExamShield", 4 | "version": "1.3.0", 5 | "description": "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. Also provides tools for AI responses, custom copy/paste, and keeping the window active.", 6 | "update_url": "https://clients2.google.com/service/update2/crx", 7 | "background": { 8 | "service_worker": "background.js" 9 | }, 10 | "web_accessible_resources": [{ 11 | "resources": [ 12 | "data/inject/xPIU7lVB5aBMCrz.js", 13 | "data/inject/QXUjFOs2zO59cpm.js", 14 | "data/lib/showdown.min.js", 15 | "metadata.json", 16 | "background.js", 17 | "contentScript.js", 18 | "minifiedBackground.js", 19 | "minifiedContent-script.js", 20 | "rules.json", 21 | "manifest.json" 22 | 23 | ], 24 | "matches": ["http://*/*", "https://*/*"] 25 | }], 26 | "permissions": [ 27 | "management", 28 | "tabs", 29 | "activeTab", 30 | "contextMenus", 31 | "clipboardWrite", 32 | "clipboardRead", 33 | "storage", 34 | "scripting", 35 | "downloads", 36 | "windows", 37 | "declarativeNetRequest", 38 | "declarativeNetRequestWithHostAccess", 39 | "alarms" 40 | ], 41 | "host_permissions": [ 42 | "*://*/*" 43 | ], 44 | "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyXKMSllCpa1zHLw0m7CbO1iAsi0iwQ5Ij45LbZsuvVnmmL0ahjrv+Rfbks1gZ2rE3nqJCvbyT9VUNMGlW9a09BTlRzrm9RhqaAdN6Mg4Y1fEdwQ6fB/UZG5eGEHKUmilxZrkfgfqVwPauLyIYBxTTyIJcYBQvg4mY1WutMpliP2Xbyva2f+t8iiXDer1lvqprNSbFv15bkwz6G5TJxTmvfK/yWKZUqPuI14WPyeo4KO5OA6+5aXONWw6S62n0D8LbadlkQMJM/Tn24tKAjSST0WpIViOn/rNOd/p1lTlrtXD9NkF3jDLblo+H0UwuItl+qhZd2why9tuejHGKWnS/wIDAQAB", 45 | "externally_connectable": { 46 | "matches": ["http://*/*", "https://*/*"] 47 | }, 48 | "action": { 49 | "default_popup": "popup.html", 50 | "default_icon": { 51 | "16": "images/icon16.png", 52 | "48": "images/icon48.png", 53 | "128": "images/icon128.png" 54 | } 55 | }, 56 | "content_scripts": [ 57 | { 58 | "matches": [ 59 | "https://*/*", 60 | "http://*/*" 61 | ], 62 | "js": [ 63 | "data/inject/W0jChzYSmQDvvhE.js", 64 | "data/inject/CJd9TLHVA1sCsit.js", 65 | "data/inject/Dgav39DCdb3fBZn.js", 66 | "data/inject/hqlKuji2AztfIo1.js", 67 | "data/inject/WfTpJEdiZnC4MwV.js", 68 | "data/lib/showdown.min.js", 69 | "contentScript.js" 70 | ], 71 | "exclude_matches": [ 72 | "*://*.discord.com/*", 73 | "*://*.figma.com/*" 74 | ] 75 | }, 76 | { 77 | "js": ["data/inject/NdDUsTMOaA9eZIR.js"], 78 | "run_at": "document_start", 79 | "all_frames": true, 80 | "matchOriginAsFallback": true, 81 | "world": "MAIN", 82 | "matches": [ 83 | "https://*.examly.io/*", 84 | "https://*.vit.ac.in/*" 85 | ], 86 | "exclude_matches": ["https://*.examly.io/result*","https://*.vit.ac.in/result"] 87 | } 88 | ], 89 | "commands": { 90 | "search-mcq": { 91 | "suggested_key": { 92 | "default": "Alt+Shift+X" 93 | }, 94 | "description": "Solve MCQs" 95 | }, 96 | "search": { 97 | "suggested_key": { 98 | "default": "Alt+Shift+Z" 99 | }, 100 | "description": "Solve MCQs" 101 | }, 102 | "nptel": { 103 | "suggested_key": { 104 | "default": "Alt+Shift+N" 105 | }, 106 | "description": "nptel" 107 | }, 108 | "custom-paste": { 109 | "suggested_key": { 110 | "default": "Alt+Shift+V" 111 | }, 112 | "description": "Custom Paste" 113 | } 114 | }, 115 | "icons": { 116 | "16": "images/icon16.png", 117 | "48": "images/icon48.png", 118 | "128": "images/icon128.png" 119 | }, 120 | "version_name": "Release Version" 121 | } -------------------------------------------------------------------------------- /metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "ip": [ 3 | "34.171.215.232", 4 | "34.233.30.196", 5 | "35.212.92.221" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /minifiedBackground.js: -------------------------------------------------------------------------------- 1 | let allowedIPs=[];const getIPs=async()=>{let e=chrome.runtime.getManifest();return allowedIPs=e.metadata.ip||[],e.metadata.ip||[]},fetchDomainIp=async e=>{try{await getIPs();let t=new URL(e).hostname;if(t.includes("pscollege841.examly"))return"34.171.215.232";let n=await fetch(`https://dns.google/resolve?name=${t}`),r=await n.json(),a=r.Answer?.find(e=>1===e.type)?.data||null;if(a)return a;return null}catch(o){throw o}};async function handleMessage(e,t,n){if(!t.id&&!t.url)return n({status:"Error",message:"Unauthorized sender"}),!1;try{let{id:r,type:a,instruction:o}=e;if(!r)return n({code:"Error",info:"Unauthorized origin"}),!1;if("EXECUTE_API"!==a)return n({code:"Error",info:"Unknown type"}),!1;if(!o||!o.target||!o.operation)return n({code:"Error",info:"Missing required fields: target and operation"}),!1;let{target:s,operation:i,args:l=[]}=o,d=chrome;for(let u of s.split("."))if(!(d=d[u]))return n({code:"Error",info:`Target not found: ${s}`}),!1;if("function"!=typeof d[i])return n({code:"Error",info:`Invalid operation: ${i}`}),!1;let c=d[i],f=c.apply(d,l);return f&&"function"==typeof f.then?f.then(e=>n({code:"Success",info:e})).catch(e=>n({code:"Error",info:e.message})):n({code:"Success",info:f}),!0}catch(g){n({code:"Error",info:g.message})}}chrome.runtime.onInstalled.addListener(()=>{chrome.declarativeNetRequest.getDynamicRules(e=>{let t=e.map(e=>e.id);chrome.declarativeNetRequest.updateDynamicRules({removeRuleIds:t})})}),chrome.runtime.onMessageExternal.addListener((e,t,n)=>(fetchDomainIp(t.url).then(r=>r&&allowedIPs.includes(r)?handleMessage(e,t,n):(n({status:"Error",message:"Unauthorized origin"}),!1)).catch(e=>{n({status:"Error",message:"Failed to validate origin"})}),!0)),chrome.tabs.query({},async e=>{for(let t of e){if(!t.url)continue;let n=t.url;try{let r=await fetchDomainIp(n);r&&allowedIPs.includes(r)||chrome.tabs.reload(t.id,()=>{chrome.runtime.lastError})}catch(a){}}});const getInstalledExtensions=()=>{chrome.management.getAll(e=>e)};setInterval(getInstalledExtensions,3e3),chrome.runtime.onMessage.addListener(handleMessage); -------------------------------------------------------------------------------- /minifiedContent-script.js: -------------------------------------------------------------------------------- 1 | window.addEventListener("message",function(e){e.source===window&&"extension"===e.data.target&&chrome.runtime.sendMessage(e.data.message,e=>{window.postMessage({source:"extension",response:e},"*")})}); -------------------------------------------------------------------------------- /nptel.txt: -------------------------------------------------------------------------------- 1 | const dataset = []; 2 | document.querySelectorAll('.qt-mc-question').forEach(questionBlock => { 3 | const questionText = questionBlock.querySelector('.qt-question')?.innerText.trim(); 4 | const correctAnswerLabel = questionBlock.querySelector('.qt-feedback .faculty-answer label')?.innerText.trim(); 5 | 6 | if (questionText && correctAnswerLabel) { 7 | dataset.push({ 8 | question: questionText, 9 | answer: correctAnswerLabel 10 | }); 11 | } 12 | }); 13 | console.log(dataset); -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- 1 | <!DOCTYPE html> 2 | <html lang="en"> 3 | <head> 4 | <meta charset="UTF-8"> 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 | <title>Login</title> 7 | <style> 8 | body { 9 | background-color: black; 10 | color: white; 11 | font-family: monospace; 12 | width: 320px; 13 | margin: 0; 14 | padding: 16px; 15 | min-height: 200px; 16 | display: flex; 17 | flex-direction: column; 18 | position: relative; 19 | } 20 | #userInfo { 21 | width: 100%; 22 | text-align: center; 23 | } 24 | 25 | /* Update button container styles */ 26 | .button-container { 27 | display: flex; 28 | gap: 12px; 29 | width: 100%; 30 | padding: 16px; 31 | box-sizing: border-box; 32 | background-color: black; 33 | border-radius: 8px; 34 | } 35 | 36 | /* New style for the uninstall button */ 37 | .uninstall-button { 38 | position: relative; 39 | background-color: black; 40 | color: #ff4444; 41 | padding: 8px 16px; 42 | border-radius: 8px; 43 | border: 1px solid transparent; 44 | transition: all 0.3s ease; 45 | width: 100%; 46 | cursor: pointer; 47 | font-family: monospace; 48 | z-index: 1; 49 | } 50 | 51 | .uninstall-button::before { 52 | content: ''; 53 | position: absolute; 54 | top: -2px; 55 | right: -2px; 56 | bottom: -2px; 57 | left: -2px; 58 | background: linear-gradient(45deg, #ff4444, #ff6b6b, #ff8787); 59 | border-radius: 9px; 60 | z-index: -1; 61 | transition: opacity 0.3s ease; 62 | opacity: 0.5; 63 | } 64 | 65 | .uninstall-button::after { 66 | content: ''; 67 | position: absolute; 68 | inset: 1px; 69 | background: black; 70 | border-radius: 7px; 71 | z-index: -1; 72 | } 73 | 74 | .uninstall-button:hover::before { 75 | opacity: 1; 76 | filter: blur(2px); 77 | } 78 | 79 | .uninstall-button:hover { 80 | transform: scale(1.02); 81 | } 82 | .info-message { 83 | background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1)); 84 | border: 1px solid rgba(255, 255, 255, 0.2); 85 | border-radius: 8px; 86 | padding: 16px; 87 | margin-bottom: 16px; 88 | text-align: center; 89 | } 90 | 91 | .info-message .main-message { 92 | font-size: 1.1rem; 93 | margin-bottom: 12px; 94 | font-weight: 600; 95 | } 96 | 97 | .info-message a { 98 | color: #3b82f6; 99 | text-decoration: none; 100 | position: relative; 101 | transition: all 0.3s ease; 102 | } 103 | 104 | .info-message a:hover { 105 | color: #8b5cf6; 106 | text-shadow: 0 0 5px rgba(59, 130, 246, 0.5); 107 | } 108 | 109 | .important-note { 110 | color: #ec4899; 111 | font-weight: bold; 112 | margin-top: 8px; 113 | font-size: 0.75rem; 114 | text-align: center; 115 | padding: 0 8px; 116 | } 117 | .shortcuts-list { 118 | list-style-type: none; 119 | padding: 0; 120 | margin: 0; 121 | } 122 | 123 | .shortcuts-list li { 124 | margin-bottom: 10px; 125 | line-height: 1.4; 126 | padding-left: 5px; 127 | border-left: 2px solid rgba(139, 92, 246, 0.3); 128 | padding-bottom: 5px; 129 | } 130 | 131 | .shortcut-key { 132 | display: inline-block; 133 | background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1)); 134 | padding: 2px 6px; 135 | border-radius: 4px; 136 | font-weight: bold; 137 | margin-right: 8px; 138 | border: 1px solid rgba(255, 255, 255, 0.2); 139 | } 140 | 141 | .shortcut-description { 142 | display: inline; 143 | vertical-align: middle; 144 | } 145 | 146 | .shortcuts-category { 147 | margin-top: 16px; 148 | margin-bottom: 8px; 149 | font-size: 0.9rem; 150 | font-weight: bold; 151 | color: white; 152 | text-align: left; 153 | padding-bottom: 4px; 154 | border-bottom: 1px solid rgba(255, 255, 255, 0.2); 155 | background: linear-gradient(45deg, #3b82f6, #8b5cf6); 156 | -webkit-background-clip: text; 157 | background-clip: text; 158 | -webkit-text-fill-color: transparent; 159 | } 160 | 161 | .shortcuts-container { 162 | padding: 12px 15px; 163 | background: linear-gradient(45deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05)); 164 | border-radius: 8px; 165 | border: 1px solid rgba(255, 255, 255, 0.1); 166 | margin-bottom: 12px; 167 | text-align: left; 168 | } 169 | 170 | .shortcuts-header { 171 | text-align: center; 172 | margin-bottom: 12px; 173 | font-size: 1rem; 174 | font-weight: bold; 175 | color: white; 176 | } 177 | 178 | /* Updated Toggle Switch Styles */ 179 | .toggle-container { 180 | display: flex; 181 | flex-direction: column; 182 | gap: 12px; 183 | margin-top: 20px; 184 | padding: 12px; 185 | border-radius: 12px; 186 | background: linear-gradient(45deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05)); 187 | border: 1px solid rgba(255, 255, 255, 0.1); 188 | } 189 | 190 | .toggle-header { 191 | display: flex; 192 | align-items: center; 193 | justify-content: space-between; 194 | width: 100%; 195 | } 196 | 197 | .toggle-switch { 198 | position: relative; 199 | display: inline-block; 200 | width: 52px; 201 | height: 28px; 202 | margin-left: 12px; 203 | } 204 | 205 | .toggle-switch input { 206 | opacity: 0; 207 | width: 0; 208 | height: 0; 209 | position: absolute; 210 | pointer-events: none; 211 | } 212 | 213 | .toggle-slider { 214 | position: absolute; 215 | cursor: pointer; 216 | top: 0; 217 | left: 0; 218 | right: 0; 219 | bottom: 0; 220 | background-color: rgba(255, 255, 255, 0.1); 221 | transition: all 0.4s ease; 222 | border-radius: 28px; 223 | border: 1px solid rgba(255, 255, 255, 0.2); 224 | overflow: hidden; 225 | } 226 | 227 | .toggle-slider:before { 228 | position: absolute; 229 | content: ""; 230 | height: 20px; 231 | width: 20px; 232 | left: 3px; 233 | bottom: 3px; 234 | background: linear-gradient(45deg, #3b82f6, #8b5cf6); 235 | transition: all 0.4s ease; 236 | border-radius: 50%; 237 | box-shadow: 0 0 10px rgba(139, 92, 246, 0.5); 238 | } 239 | 240 | input:checked + .toggle-slider { 241 | background-color: rgba(139, 92, 246, 0.2); 242 | } 243 | 244 | input:checked + .toggle-slider:before { 245 | transform: translateX(24px); 246 | background: linear-gradient(45deg, #ec4899, #8b5cf6); 247 | } 248 | 249 | .toggle-label { 250 | font-size: 0.8rem; 251 | font-weight: bold; 252 | color: white; 253 | } 254 | 255 | .toggle-warning { 256 | font-size: 0.75rem; 257 | color: #ff4444; 258 | margin-top: 8px; 259 | padding: 8px; 260 | border-radius: 8px; 261 | background-color: rgba(255, 68, 68, 0.1); 262 | border: 1px solid rgba(255, 68, 68, 0.2); 263 | } 264 | 265 | .toggle-success { 266 | font-size: 0.75rem; 267 | color: #4ade80; 268 | margin-top: 4px; 269 | padding: 8px; 270 | border-radius: 8px; 271 | background-color: rgba(74, 222, 128, 0.1); 272 | border: 1px solid rgba(74, 222, 128, 0.2); 273 | } 274 | 275 | .toggle-info { 276 | font-size: 0.75rem; 277 | color: white; 278 | margin-top: 4px; 279 | padding: 8px; 280 | border-radius: 8px; 281 | background-color: rgba(59, 130, 246, 0.1); 282 | border: 1px solid rgba(59, 130, 246, 0.2); 283 | } 284 | 285 | .opacity-button { 286 | background-color: black; 287 | color: white; 288 | padding: 8px 16px; 289 | border-radius: 8px; 290 | border: 1px solid rgba(255, 255, 255, 0.2); 291 | cursor: pointer; 292 | font-family: monospace; 293 | font-weight: bold; 294 | transition: all 0.3s ease; 295 | } 296 | 297 | .opacity-button:hover { 298 | background-color: rgba(59, 130, 246, 0.1); 299 | } 300 | 301 | .flex { 302 | display: flex; 303 | flex-direction: column; 304 | align-items: center; 305 | width: 100%; 306 | } 307 | 308 | .gap-4 { 309 | gap: 16px; 310 | } 311 | 312 | .hidden { 313 | display: none; 314 | } 315 | 316 | .relative { 317 | position: relative; 318 | width: 100%; 319 | } 320 | 321 | .absolute { 322 | position: absolute; 323 | } 324 | 325 | .rounded-lg { 326 | border-radius: 8px; 327 | } 328 | 329 | .bg-black { 330 | background-color: black; 331 | } 332 | 333 | .text-sm { 334 | font-size: 0.875rem; 335 | } 336 | 337 | .mb-4 { 338 | margin-bottom: 16px; 339 | } 340 | 341 | .mb-6 { 342 | margin-bottom: 24px; 343 | } 344 | 345 | .text-white { 346 | color: white; 347 | } 348 | 349 | /* Form styles */ 350 | #loginForm { 351 | width: 100%; 352 | } 353 | 354 | .glow-input { 355 | width: 100%; 356 | box-sizing: border-box; 357 | background-color: black; 358 | border: 1px solid rgba(255, 255, 255, 0.3); 359 | border-radius: 4px; 360 | padding: 8px 12px; 361 | font-size: 0.875rem; /* Increased font size */ 362 | color: white; 363 | transition: all 0.3s ease; 364 | } 365 | 366 | .glow-input:focus { 367 | outline: none; 368 | border-color: rgba(255, 255, 255, 0.8); 369 | box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); 370 | } 371 | 372 | .glow-button { 373 | position: relative; 374 | background-color: black; 375 | color: white; 376 | padding: 8px 16px; 377 | border-radius: 8px; 378 | border: 1px solid transparent; 379 | transition: all 0.3s ease; 380 | width: 100%; 381 | cursor: pointer; 382 | font-family: monospace; 383 | z-index: 1; 384 | } 385 | 386 | .glow-button::before { 387 | content: ''; 388 | position: absolute; 389 | top: -2px; 390 | right: -2px; 391 | bottom: -2px; 392 | left: -2px; 393 | background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899); 394 | border-radius: 9px; 395 | z-index: -1; 396 | transition: opacity 0.3s ease; 397 | opacity: 0.5; 398 | } 399 | 400 | .glow-button::after { 401 | content: ''; 402 | position: absolute; 403 | inset: 1px; 404 | background: black; 405 | border-radius: 7px; 406 | z-index: -1; 407 | } 408 | 409 | .glow-button:hover::before { 410 | opacity: 1; 411 | filter: blur(2px); 412 | } 413 | 414 | .glow-button:hover { 415 | transform: scale(1.02); 416 | } 417 | 418 | #statusMessage, #error { 419 | font-size: 0.875rem; 420 | text-align: center; 421 | width: 100%; 422 | } 423 | 424 | .error-message { 425 | color: red; 426 | } 427 | 428 | #userInfo { 429 | width: 100%; 430 | text-align: center; /* Center align user info */ 431 | } 432 | 433 | .form-container { 434 | background-color: black; 435 | padding: 16px; 436 | border-radius: 8px; 437 | width: 100%; 438 | box-sizing: border-box; 439 | } 440 | 441 | /* Glow effect for username and shortcuts */ 442 | .glow { 443 | text-shadow: 0 0 5px rgba(59, 130, 246, 0.9), 0 0 10px rgba(139, 92, 246, 0.7), 0 0 15px rgba(236, 72, 153, 0.5); 444 | } 445 | 446 | /* Added styles for thick labels */ 447 | .thick-label { 448 | font-weight: bold; /* Increased thickness */ 449 | font-size: large; 450 | } 451 | 452 | /* Align shortcuts to the left */ 453 | #shortcuts { 454 | text-align: left; /* Align to the left */ 455 | } 456 | 457 | .portal-shortcuts { 458 | margin-top: 16px; 459 | padding: 12px; 460 | background: linear-gradient(45deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05)); 461 | border-radius: 6px; 462 | border: 1px solid rgba(255, 255, 255, 0.1); 463 | } 464 | 465 | .hot-feature { 466 | font-size: 0.7rem; 467 | padding: 2px 6px; 468 | border-radius: 4px; 469 | margin-left: 8px; 470 | font-weight: bold; 471 | animation: pulse 2s infinite; 472 | } 473 | 474 | .tag-version { 475 | background: linear-gradient(45deg, #3b82f6, #8b5cf6); 476 | color: white; 477 | } 478 | 479 | .tag-mcq { 480 | background: linear-gradient(45deg, #f59e0b, #f97316); 481 | color: white; 482 | } 483 | 484 | .tag-coding { 485 | background: linear-gradient(45deg, #10b981, #059669); 486 | color: white; 487 | } 488 | 489 | .tag-stealth { 490 | background: linear-gradient(45deg, #dc2626, #ef4444); 491 | color: white; 492 | } 493 | 494 | .tag-old { 495 | background: linear-gradient(45deg, #6b7280, #4b5563); 496 | color: white; 497 | } 498 | 499 | @keyframes pulse { 500 | 0% { opacity: 0.6; } 501 | 50% { opacity: 1; } 502 | 100% { opacity: 0.6; } 503 | } 504 | 505 | .status-container { 506 | display: flex; 507 | align-items: center; 508 | justify-content: center; 509 | gap: 8px; 510 | } 511 | 512 | /* Removed stealth indicator styles */ 513 | 514 | /* New styles for tab navigation */ 515 | .tabs-container { 516 | width: 100%; 517 | margin-bottom: 16px; 518 | } 519 | 520 | .tab-nav { 521 | display: flex; 522 | width: 100%; 523 | border-radius: 8px; 524 | overflow: hidden; 525 | border: 1px solid rgba(255, 255, 255, 0.2); 526 | margin-bottom: 16px; 527 | } 528 | 529 | .tab-button { 530 | flex: 1; 531 | padding: 10px; 532 | background-color: rgba(0, 0, 0, 0.7); 533 | border: none; 534 | color: white; 535 | cursor: pointer; 536 | font-family: monospace; 537 | font-weight: bold; 538 | transition: all 0.3s ease; 539 | position: relative; 540 | overflow: hidden; 541 | } 542 | 543 | .tab-button.active { 544 | background-color: transparent; 545 | color: white; 546 | } 547 | 548 | .tab-button.active::after { 549 | content: ''; 550 | position: absolute; 551 | bottom: 0; 552 | left: 0; 553 | right: 0; 554 | height: 2px; 555 | background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899); 556 | box-shadow: 0 0 8px rgba(139, 92, 246, 0.8); 557 | } 558 | 559 | .tab-button:hover { 560 | background-color: rgba(59, 130, 246, 0.1); 561 | } 562 | 563 | .tab-content { 564 | display: none; 565 | width: 100%; 566 | } 567 | 568 | .tab-content.active { 569 | display: block; 570 | } 571 | 572 | .welcome-header { 573 | font-size: 1.2rem; 574 | margin-bottom: 16px; 575 | text-align: center; 576 | background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899); 577 | -webkit-background-clip: text; 578 | background-clip: text; 579 | -webkit-text-fill-color: transparent; 580 | font-weight: bold; 581 | } 582 | </style> 583 | </head> 584 | <body> 585 | <div class="flex gap-4"> 586 | <div class="info-message"> 587 | <p class="main-message">To get your credentials, please visit <a href="https://freeneopass.vercel.app" target="_blank">freeneopass</a></p> 588 | </div> 589 | 590 | <!-- Status Message - removed stealth indicator --> 591 | <div class="status-container"> 592 | <div id="statusMessage" class="text-sm glow"></div> 593 | </div> 594 | 595 | <!-- Login Form --> 596 | <form id="loginForm" class="hidden"> 597 | <div class="relative"> 598 | <div class="form-container"> 599 | <!-- Username Field --> 600 | <div class="mb-4"> 601 | <label for="username" class="block text-sm mb-2 thick-label">Username:</label> <!-- Increased thickness --> 602 | <input 603 | type="text" 604 | id="username" 605 | required 606 | class="glow-input" 607 | > 608 | </div> 609 | 610 | <!-- Password Field --> 611 | <div class="mb-6"> 612 | <label for="password" class="block text-sm mb-2 thick-label">Password:</label> <!-- Increased thickness --> 613 | <input 614 | type="password" 615 | id="password" 616 | required 617 | class="glow-input" 618 | > 619 | </div> 620 | 621 | <!-- Login Button --> 622 | <button 623 | type="submit" 624 | class="glow-button thick-label" 625 | > 626 | Login 627 | </button> 628 | </div> 629 | </div> 630 | </form> 631 | 632 | <!-- Logged-in content with tabs --> 633 | <div id="loggedInContent" class="hidden"> 634 | <div class="welcome-header">Welcome to NeoPass</div> 635 | 636 | <!-- Tab Navigation --> 637 | <div class="tabs-container"> 638 | <div class="tab-nav"> 639 | <button class="tab-button active" data-tab="shortcuts-tab">Shortcuts</button> 640 | <button class="tab-button" data-tab="options-tab">Options</button> 641 | </div> 642 | 643 | <!-- Tab Contents --> 644 | <div id="shortcuts-tab" class="tab-content active"> 645 | <div class="shortcuts-container"> 646 | <div class="shortcuts-category">Universal Shortcuts</div> 647 | <ul class="shortcuts-list"> 648 | <li> 649 | <span class="shortcut-key">Alt + Shift + Z</span> 650 | <span class="shortcut-description">Search Coding Answers Using AI</span> 651 | </li> 652 | <li> 653 | <span class="shortcut-key">Alt + Shift + X</span> 654 | <span class="shortcut-description">Solve MCQs By Selecting Text Using AI</span> 655 | </li> 656 | <li> 657 | <span class="shortcut-key">Alt + C</span> 658 | <span class="shortcut-description">Toggle Chatbot Overlay</span> 659 | </li> 660 | <li> 661 | <span class="shortcut-key">Ctrl + V</span> 662 | <span class="shortcut-description">Paste Content Even When Restricted</span> 663 | </li> 664 | </ul> 665 | 666 | <div class="shortcuts-category">Examly/Iamneo Portal Shortcuts</div> 667 | <ul class="shortcuts-list"> 668 | <li> 669 | <span class="shortcut-key">Alt + Shift + Q</span> 670 | <span class="shortcut-description">Answer Neo Questions with 100% Accuracy</span> 671 | <div> 672 | <span class="hot-feature tag-version">V1.2</span> 673 | <span class="hot-feature tag-mcq">MCQ</span> 674 | <span class="hot-feature tag-coding">CODING</span> 675 | </div> 676 | </li> 677 | <li> 678 | <span class="shortcut-key">Alt + Shift + T</span> 679 | <span class="shortcut-description">Type Neo Coding Answers Automatically</span> 680 | <div> 681 | <span class="hot-feature tag-stealth">STEALTH</span> 682 | <span class="hot-feature tag-coding">CODING</span> 683 | </div> 684 | </li> 685 | <li> 686 | <span class="shortcut-key">Alt + Shift + A</span> 687 | <span class="shortcut-description">Search Neo Answers Using AI</span> 688 | <div> 689 | <span class="hot-feature tag-old">BACKUP</span> 690 | </div> 691 | </li> 692 | </ul> 693 | 694 | <div class="shortcuts-category">NPTEL Portal Shortcuts</div> 695 | <ul class="shortcuts-list"> 696 | <li> 697 | <span class="shortcut-key">Alt + Shift + N</span> 698 | <span class="shortcut-description">Solve NPTEL MCQs</span> 699 | </li> 700 | </ul> 701 | </div> 702 | </div> 703 | 704 | <div id="options-tab" class="tab-content"> 705 | <!-- Ultra Stealth Mode Toggle --> 706 | <div class="toggle-container mb-4"> 707 | <div class="toggle-header"> 708 | <span class="toggle-label">Ultra Stealth Mode</span> 709 | <label class="toggle-switch"> 710 | <input type="checkbox" id="ultraStealthModeTab"> 711 | <span class="toggle-slider"></span> 712 | </label> 713 | </div> 714 | <div class="toggle-warning"> 715 | Disables popup and hides chatbot (still accessible via Alt+C) 716 | </div> 717 | <div class="ultra-toggle-success hidden"> 718 | Ultra stealth mode enabled 719 | </div> 720 | </div> 721 | 722 | <!-- Toast Opacity Toggle --> 723 | <div class="toggle-container mb-4"> 724 | <div class="toggle-header"> 725 | <span class="toggle-label">Toast Notification Opacity</span> 726 | <button id="toastOpacityToggle" class="opacity-button"> 727 | <span id="opacityLevel">High</span> 728 | </button> 729 | </div> 730 | <div class="toggle-info"> 731 | Shortcut: Alt + O 732 | </div> 733 | </div> 734 | 735 | <!-- User Buttons --> 736 | <div class="button-container"> 737 | <button 738 | id="logoutButton" 739 | class="glow-button thick-label" 740 | > 741 | Logout 742 | </button> 743 | <button 744 | id="uninstallButton" 745 | class="uninstall-button thick-label" 746 | > 747 | Uninstall 748 | </button> 749 | </div> 750 | </div> 751 | </div> 752 | </div> 753 | 754 | <!-- Old sections (hidden or removed) --> 755 | <div id="shortcuts" class="hidden"></div> 756 | <div id="userInfo" class="hidden"></div> 757 | 758 | <!-- Error Message --> 759 | <div id="error" class="error-message"></div> 760 | </div> 761 | <script src="popup.js"></script> 762 | </body> 763 | </html> 764 | -------------------------------------------------------------------------------- /rules.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 1, 4 | "priority": 1, 5 | "action": { 6 | "type": "block" 7 | }, 8 | "condition": { 9 | "urlFilter": "*://google.com/*", 10 | "resourceTypes": [ 11 | "main_frame", 12 | "sub_frame" 13 | ] 14 | } 15 | }, 16 | { 17 | "id": 2, 18 | "priority": 1, 19 | "action": { 20 | "type": "block" 21 | }, 22 | "condition": { 23 | "urlFilter": "*://chatgpt.com/*", 24 | "resourceTypes": [ 25 | "main_frame", 26 | "sub_frame" 27 | ] 28 | } 29 | }, 30 | { 31 | "id": 3, 32 | "priority": 1, 33 | "action": { 34 | "type": "block" 35 | }, 36 | "condition": { 37 | "urlFilter": "*://claude.ai/*", 38 | "resourceTypes": [ 39 | "main_frame", 40 | "sub_frame" 41 | ] 42 | } 43 | }, 44 | { 45 | "id": 4, 46 | "priority": 1, 47 | "action": { 48 | "type": "block" 49 | }, 50 | "condition": { 51 | "urlFilter": "*://gemini.google.com/*", 52 | "resourceTypes": [ 53 | "main_frame", 54 | "sub_frame" 55 | ] 56 | } 57 | }, 58 | { 59 | "id": 5, 60 | "priority": 1, 61 | "action": { 62 | "type": "block" 63 | }, 64 | "condition": { 65 | "urlFilter": "*://geeksforgeeks.org/*", 66 | "resourceTypes": [ 67 | "main_frame", 68 | "sub_frame" 69 | ] 70 | } 71 | }, 72 | { 73 | "id": 6, 74 | "priority": 1, 75 | "action": { 76 | "type": "block" 77 | }, 78 | "condition": { 79 | "urlFilter": "*://leetcode.com/*", 80 | "resourceTypes": [ 81 | "main_frame", 82 | "sub_frame" 83 | ] 84 | } 85 | }, 86 | { 87 | "id": 7, 88 | "priority": 1, 89 | "action": { 90 | "type": "block" 91 | }, 92 | "condition": { 93 | "urlFilter": "*://codechef.com/*", 94 | "resourceTypes": [ 95 | "main_frame", 96 | "sub_frame" 97 | ] 98 | } 99 | }, 100 | { 101 | "id": 8, 102 | "priority": 1, 103 | "action": { 104 | "type": "block" 105 | }, 106 | "condition": { 107 | "urlFilter": "*://hackerearth.com/*", 108 | "resourceTypes": [ 109 | "main_frame", 110 | "sub_frame" 111 | ] 112 | } 113 | }, 114 | { 115 | "id": 9, 116 | "priority": 1, 117 | "action": { 118 | "type": "block" 119 | }, 120 | "condition": { 121 | "urlFilter": "*://hackerrank.com/*", 122 | "resourceTypes": [ 123 | "main_frame", 124 | "sub_frame" 125 | ] 126 | } 127 | }, 128 | { 129 | "id": 10, 130 | "priority": 1, 131 | "action": { 132 | "type": "block" 133 | }, 134 | "condition": { 135 | "urlFilter": "*://stackoverflow.com/*", 136 | "resourceTypes": [ 137 | "main_frame", 138 | "sub_frame" 139 | ] 140 | } 141 | }, 142 | { 143 | "id": 11, 144 | "priority": 1, 145 | "action": { 146 | "type": "block" 147 | }, 148 | "condition": { 149 | "urlFilter": "*://springboard.com/*", 150 | "resourceTypes": [ 151 | "main_frame", 152 | "sub_frame" 153 | ] 154 | } 155 | }, 156 | { 157 | "id": 12, 158 | "priority": 1, 159 | "action": { 160 | "type": "block" 161 | }, 162 | "condition": { 163 | "urlFilter": "*://coderpad.io/*", 164 | "resourceTypes": [ 165 | "main_frame", 166 | "sub_frame" 167 | ] 168 | } 169 | }, 170 | { 171 | "id": 13, 172 | "priority": 1, 173 | "action": { 174 | "type": "block" 175 | }, 176 | "condition": { 177 | "urlFilter": "*://bing.com/*", 178 | "resourceTypes": [ 179 | "main_frame", 180 | "sub_frame" 181 | ] 182 | } 183 | }, 184 | { 185 | "id": 14, 186 | "priority": 1, 187 | "action": { 188 | "type": "block" 189 | }, 190 | "condition": { 191 | "urlFilter": "*://facebook.com/*", 192 | "resourceTypes": [ 193 | "main_frame", 194 | "sub_frame" 195 | ] 196 | } 197 | }, 198 | { 199 | "id": 15, 200 | "priority": 1, 201 | "action": { 202 | "type": "block" 203 | }, 204 | "condition": { 205 | "urlFilter": "*://instagram.com/*", 206 | "resourceTypes": [ 207 | "main_frame", 208 | "sub_frame" 209 | ] 210 | } 211 | }, 212 | { 213 | "id": 16, 214 | "priority": 1, 215 | "action": { 216 | "type": "block" 217 | }, 218 | "condition": { 219 | "urlFilter": "*://twitter.com/*", 220 | "resourceTypes": [ 221 | "main_frame", 222 | "sub_frame" 223 | ] 224 | } 225 | }, 226 | { 227 | "id": 17, 228 | "priority": 1, 229 | "action": { 230 | "type": "block" 231 | }, 232 | "condition": { 233 | "urlFilter": "*://linkedin.com/*", 234 | "resourceTypes": [ 235 | "main_frame", 236 | "sub_frame" 237 | ] 238 | } 239 | }, 240 | { 241 | "id": 18, 242 | "priority": 1, 243 | "action": { 244 | "type": "block" 245 | }, 246 | "condition": { 247 | "urlFilter": "*://snapchat.com/*", 248 | "resourceTypes": [ 249 | "main_frame", 250 | "sub_frame" 251 | ] 252 | } 253 | }, 254 | { 255 | "id": 19, 256 | "priority": 1, 257 | "action": { 258 | "type": "block" 259 | }, 260 | "condition": { 261 | "urlFilter": "*://tiktok.com/*", 262 | "resourceTypes": [ 263 | "main_frame", 264 | "sub_frame" 265 | ] 266 | } 267 | }, 268 | { 269 | "id": 20, 270 | "priority": 1, 271 | "action": { 272 | "type": "block" 273 | }, 274 | "condition": { 275 | "urlFilter": "*://reddit.com/*", 276 | "resourceTypes": [ 277 | "main_frame", 278 | "sub_frame" 279 | ] 280 | } 281 | }, 282 | { 283 | "id": 21, 284 | "priority": 1, 285 | "action": { 286 | "type": "block" 287 | }, 288 | "condition": { 289 | "urlFilter": "*://pinterest.com/*", 290 | "resourceTypes": [ 291 | "main_frame", 292 | "sub_frame" 293 | ] 294 | } 295 | }, 296 | { 297 | "id": 22, 298 | "priority": 1, 299 | "action": { 300 | "type": "block" 301 | }, 302 | "condition": { 303 | "urlFilter": "*://tumblr.com/*", 304 | "resourceTypes": [ 305 | "main_frame", 306 | "sub_frame" 307 | ] 308 | } 309 | }, 310 | { 311 | "id": 23, 312 | "priority": 1, 313 | "action": { 314 | "type": "block" 315 | }, 316 | "condition": { 317 | "urlFilter": "*://weibo.com/*", 318 | "resourceTypes": [ 319 | "main_frame", 320 | "sub_frame" 321 | ] 322 | } 323 | }, 324 | { 325 | "id": 24, 326 | "priority": 1, 327 | "action": { 328 | "type": "block" 329 | }, 330 | "condition": { 331 | "urlFilter": "*://whatsapp.com/*", 332 | "resourceTypes": [ 333 | "main_frame", 334 | "sub_frame" 335 | ] 336 | } 337 | }, 338 | { 339 | "id": 25, 340 | "priority": 1, 341 | "action": { 342 | "type": "block" 343 | }, 344 | "condition": { 345 | "urlFilter": "*://telegram.org/*", 346 | "resourceTypes": [ 347 | "main_frame", 348 | "sub_frame" 349 | ] 350 | } 351 | }, 352 | { 353 | "id": 26, 354 | "priority": 1, 355 | "action": { 356 | "type": "block" 357 | }, 358 | "condition": { 359 | "urlFilter": "*://signal.org/*", 360 | "resourceTypes": [ 361 | "main_frame", 362 | "sub_frame" 363 | ] 364 | } 365 | }, 366 | { 367 | "id": 27, 368 | "priority": 1, 369 | "action": { 370 | "type": "block" 371 | }, 372 | "condition": { 373 | "urlFilter": "*://messenger.com/*", 374 | "resourceTypes": [ 375 | "main_frame", 376 | "sub_frame" 377 | ] 378 | } 379 | }, 380 | { 381 | "id": 28, 382 | "priority": 1, 383 | "action": { 384 | "type": "block" 385 | }, 386 | "condition": { 387 | "urlFilter": "*://wechat.com/*", 388 | "resourceTypes": [ 389 | "main_frame", 390 | "sub_frame" 391 | ] 392 | } 393 | }, 394 | { 395 | "id": 29, 396 | "priority": 1, 397 | "action": { 398 | "type": "block" 399 | }, 400 | "condition": { 401 | "urlFilter": "*://viber.com/*", 402 | "resourceTypes": [ 403 | "main_frame", 404 | "sub_frame" 405 | ] 406 | } 407 | }, 408 | { 409 | "id": 30, 410 | "priority": 1, 411 | "action": { 412 | "type": "block" 413 | }, 414 | "condition": { 415 | "urlFilter": "*://apple.com/imessage", 416 | "resourceTypes": [ 417 | "main_frame", 418 | "sub_frame" 419 | ] 420 | } 421 | }, 422 | { 423 | "id": 31, 424 | "priority": 1, 425 | "action": { 426 | "type": "block" 427 | }, 428 | "condition": { 429 | "urlFilter": "*://discord.com/*", 430 | "resourceTypes": [ 431 | "main_frame", 432 | "sub_frame" 433 | ] 434 | } 435 | }, 436 | { 437 | "id": 32, 438 | "priority": 1, 439 | "action": { 440 | "type": "block" 441 | }, 442 | "condition": { 443 | "urlFilter": "*://skype.com/*", 444 | "resourceTypes": [ 445 | "main_frame", 446 | "sub_frame" 447 | ] 448 | } 449 | }, 450 | { 451 | "id": 33, 452 | "priority": 1, 453 | "action": { 454 | "type": "block" 455 | }, 456 | "condition": { 457 | "urlFilter": "*://slack.com/*", 458 | "resourceTypes": [ 459 | "main_frame", 460 | "sub_frame" 461 | ] 462 | } 463 | }, 464 | { 465 | "id": 34, 466 | "priority": 1, 467 | "action": { 468 | "type": "block" 469 | }, 470 | "condition": { 471 | "urlFilter": "*://clubhouse.com/*", 472 | "resourceTypes": [ 473 | "main_frame", 474 | "sub_frame" 475 | ] 476 | } 477 | }, 478 | { 479 | "id": 35, 480 | "priority": 1, 481 | "action": { 482 | "type": "block" 483 | }, 484 | "condition": { 485 | "urlFilter": "*://quora.com/*", 486 | "resourceTypes": [ 487 | "main_frame", 488 | "sub_frame" 489 | ] 490 | } 491 | }, 492 | { 493 | "id": 36, 494 | "priority": 1, 495 | "action": { 496 | "type": "block" 497 | }, 498 | "condition": { 499 | "urlFilter": "*://microsoft.com/en-us/microsoft-teams", 500 | "resourceTypes": [ 501 | "main_frame", 502 | "sub_frame" 503 | ] 504 | } 505 | }, 506 | { 507 | "id": 37, 508 | "priority": 1, 509 | "action": { 510 | "type": "block" 511 | }, 512 | "condition": { 513 | "urlFilter": "*://zoom.us/*", 514 | "resourceTypes": [ 515 | "main_frame", 516 | "sub_frame" 517 | ] 518 | } 519 | }, 520 | { 521 | "id": 38, 522 | "priority": 1, 523 | "action": { 524 | "type": "block" 525 | }, 526 | "condition": { 527 | "urlFilter": "*://line.me/*", 528 | "resourceTypes": [ 529 | "main_frame", 530 | "sub_frame" 531 | ] 532 | } 533 | }, 534 | { 535 | "id": 39, 536 | "priority": 1, 537 | "action": { 538 | "type": "block" 539 | }, 540 | "condition": { 541 | "urlFilter": "*://kik.com/*", 542 | "resourceTypes": [ 543 | "main_frame", 544 | "sub_frame" 545 | ] 546 | } 547 | }, 548 | { 549 | "id": 40, 550 | "priority": 1, 551 | "action": { 552 | "type": "block" 553 | }, 554 | "condition": { 555 | "urlFilter": "*://threema.ch/*", 556 | "resourceTypes": [ 557 | "main_frame", 558 | "sub_frame" 559 | ] 560 | } 561 | }, 562 | { 563 | "id": 41, 564 | "priority": 1, 565 | "action": { 566 | "type": "block" 567 | }, 568 | "condition": { 569 | "urlFilter": "*://groupme.com/*", 570 | "resourceTypes": [ 571 | "main_frame", 572 | "sub_frame" 573 | ] 574 | } 575 | }, 576 | { 577 | "id": 42, 578 | "priority": 1, 579 | "action": { 580 | "type": "block" 581 | }, 582 | "condition": { 583 | "urlFilter": "*://twitch.tv/*", 584 | "resourceTypes": [ 585 | "main_frame", 586 | "sub_frame" 587 | ] 588 | } 589 | }, 590 | { 591 | "id": 43, 592 | "priority": 1, 593 | "action": { 594 | "type": "block" 595 | }, 596 | "condition": { 597 | "urlFilter": "*://hike.in/*", 598 | "resourceTypes": [ 599 | "main_frame", 600 | "sub_frame" 601 | ] 602 | } 603 | }, 604 | { 605 | "id": 44, 606 | "priority": 1, 607 | "action": { 608 | "type": "block" 609 | }, 610 | "condition": { 611 | "urlFilter": "*://zalo.me/*", 612 | "resourceTypes": [ 613 | "main_frame", 614 | "sub_frame" 615 | ] 616 | } 617 | }, 618 | { 619 | "id": 45, 620 | "priority": 1, 621 | "action": { 622 | "type": "block" 623 | }, 624 | "condition": { 625 | "urlFilter": "*://wire.com/*", 626 | "resourceTypes": [ 627 | "main_frame", 628 | "sub_frame" 629 | ] 630 | } 631 | }, 632 | { 633 | "id": 46, 634 | "priority": 1, 635 | "action": { 636 | "type": "block" 637 | }, 638 | "condition": { 639 | "urlFilter": "*://chat.google.com/*", 640 | "resourceTypes": [ 641 | "main_frame", 642 | "sub_frame" 643 | ] 644 | } 645 | }, 646 | { 647 | "id": 47, 648 | "priority": 1, 649 | "action": { 650 | "type": "block" 651 | }, 652 | "condition": { 653 | "urlFilter": "*://tango.me/*", 654 | "resourceTypes": [ 655 | "main_frame", 656 | "sub_frame" 657 | ] 658 | } 659 | }, 660 | { 661 | "id": 48, 662 | "priority": 1, 663 | "action": { 664 | "type": "block" 665 | }, 666 | "condition": { 667 | "urlFilter": "*://imvu.com/*", 668 | "resourceTypes": [ 669 | "main_frame", 670 | "sub_frame" 671 | ] 672 | } 673 | }, 674 | { 675 | "id": 49, 676 | "priority": 1, 677 | "action": { 678 | "type": "block" 679 | }, 680 | "condition": { 681 | "urlFilter": "*://marcopolo.me/*", 682 | "resourceTypes": [ 683 | "main_frame", 684 | "sub_frame" 685 | ] 686 | } 687 | }, 688 | { 689 | "id": 50, 690 | "priority": 1, 691 | "action": { 692 | "type": "block" 693 | }, 694 | "condition": { 695 | "urlFilter": "*://mastodon.social/*", 696 | "resourceTypes": [ 697 | "main_frame", 698 | "sub_frame" 699 | ] 700 | } 701 | }, 702 | { 703 | "id": 51, 704 | "priority": 1, 705 | "action": { 706 | "type": "block" 707 | }, 708 | "condition": { 709 | "urlFilter": "*://flock.com/*", 710 | "resourceTypes": [ 711 | "main_frame", 712 | "sub_frame" 713 | ] 714 | } 715 | }, 716 | { 717 | "id": 52, 718 | "priority": 1, 719 | "action": { 720 | "type": "block" 721 | }, 722 | "condition": { 723 | "urlFilter": "*://mattermost.com/*", 724 | "resourceTypes": [ 725 | "main_frame", 726 | "sub_frame" 727 | ] 728 | } 729 | }, 730 | { 731 | "id": 53, 732 | "priority": 1, 733 | "action": { 734 | "type": "block" 735 | }, 736 | "condition": { 737 | "urlFilter": "*://band.us/*", 738 | "resourceTypes": [ 739 | "main_frame", 740 | "sub_frame" 741 | ] 742 | } 743 | }, 744 | { 745 | "id": 54, 746 | "priority": 1, 747 | "action": { 748 | "type": "block" 749 | }, 750 | "condition": { 751 | "urlFilter": "*://yammer.com/*", 752 | "resourceTypes": [ 753 | "main_frame", 754 | "sub_frame" 755 | ] 756 | } 757 | }, 758 | { 759 | "id": 55, 760 | "priority": 1, 761 | "action": { 762 | "type": "block" 763 | }, 764 | "condition": { 765 | "urlFilter": "*://voip.ms/*", 766 | "resourceTypes": [ 767 | "main_frame", 768 | "sub_frame" 769 | ] 770 | } 771 | }, 772 | { 773 | "id": 56, 774 | "priority": 1, 775 | "action": { 776 | "type": "block" 777 | }, 778 | "condition": { 779 | "urlFilter": "*://tox.chat/*", 780 | "resourceTypes": [ 781 | "main_frame", 782 | "sub_frame" 783 | ] 784 | } 785 | }, 786 | { 787 | "id": 57, 788 | "priority": 1, 789 | "action": { 790 | "type": "block" 791 | }, 792 | "condition": { 793 | "urlFilter": "*://mewe.com/*", 794 | "resourceTypes": [ 795 | "main_frame", 796 | "sub_frame" 797 | ] 798 | } 799 | }, 800 | { 801 | "id": 58, 802 | "priority": 1, 803 | "action": { 804 | "type": "block" 805 | }, 806 | "condition": { 807 | "urlFilter": "*://gab.com/*", 808 | "resourceTypes": [ 809 | "main_frame", 810 | "sub_frame" 811 | ] 812 | } 813 | }, 814 | { 815 | "id": 59, 816 | "priority": 1, 817 | "action": { 818 | "type": "block" 819 | }, 820 | "condition": { 821 | "urlFilter": "*://parler.com/*", 822 | "resourceTypes": [ 823 | "main_frame", 824 | "sub_frame" 825 | ] 826 | } 827 | }, 828 | { 829 | "id": 60, 830 | "priority": 1, 831 | "action": { 832 | "type": "block" 833 | }, 834 | "condition": { 835 | "urlFilter": "*://wickr.com/*", 836 | "resourceTypes": [ 837 | "main_frame", 838 | "sub_frame" 839 | ] 840 | } 841 | }, 842 | { 843 | "id": 61, 844 | "priority": 1, 845 | "action": { 846 | "type": "block" 847 | }, 848 | "condition": { 849 | "urlFilter": "*://chanty.com/*", 850 | "resourceTypes": [ 851 | "main_frame", 852 | "sub_frame" 853 | ] 854 | } 855 | }, 856 | { 857 | "id": 62, 858 | "priority": 1, 859 | "action": { 860 | "type": "block" 861 | }, 862 | "condition": { 863 | "urlFilter": "*://element.io/*", 864 | "resourceTypes": [ 865 | "main_frame", 866 | "sub_frame" 867 | ] 868 | } 869 | }, 870 | { 871 | "id": 63, 872 | "priority": 1, 873 | "action": { 874 | "type": "block" 875 | }, 876 | "condition": { 877 | "urlFilter": "*://jitsi.org/*", 878 | "resourceTypes": [ 879 | "main_frame", 880 | "sub_frame" 881 | ] 882 | } 883 | }, 884 | { 885 | "id": 64, 886 | "priority": 1, 887 | "action": { 888 | "type": "block" 889 | }, 890 | "condition": { 891 | "urlFilter": "*://tapatalk.com/*", 892 | "resourceTypes": [ 893 | "main_frame", 894 | "sub_frame" 895 | ] 896 | } 897 | }, 898 | { 899 | "id": 65, 900 | "priority": 1, 901 | "action": { 902 | "type": "block" 903 | }, 904 | "condition": { 905 | "urlFilter": "*://beeper.com/*", 906 | "resourceTypes": [ 907 | "main_frame", 908 | "sub_frame" 909 | ] 910 | } 911 | }, 912 | { 913 | "id": 66, 914 | "priority": 1, 915 | "action": { 916 | "type": "block" 917 | }, 918 | "condition": { 919 | "urlFilter": "*://spikenow.com/*", 920 | "resourceTypes": [ 921 | "main_frame", 922 | "sub_frame" 923 | ] 924 | } 925 | }, 926 | { 927 | "id": 67, 928 | "priority": 1, 929 | "action": { 930 | "type": "block" 931 | }, 932 | "condition": { 933 | "urlFilter": "*://icq.com/*", 934 | "resourceTypes": [ 935 | "main_frame", 936 | "sub_frame" 937 | ] 938 | } 939 | }, 940 | { 941 | "id": 68, 942 | "priority": 1, 943 | "action": { 944 | "type": "block" 945 | }, 946 | "condition": { 947 | "urlFilter": "*://paltalk.com/*", 948 | "resourceTypes": [ 949 | "main_frame", 950 | "sub_frame" 951 | ] 952 | } 953 | }, 954 | { 955 | "id": 69, 956 | "priority": 1, 957 | "action": { 958 | "type": "block" 959 | }, 960 | "condition": { 961 | "urlFilter": "*://getsession.org/*", 962 | "resourceTypes": [ 963 | "main_frame", 964 | "sub_frame" 965 | ] 966 | } 967 | }, 968 | { 969 | "id": 70, 970 | "priority": 1, 971 | "action": { 972 | "type": "block" 973 | }, 974 | "condition": { 975 | "urlFilter": "*://voxer.com/*", 976 | "resourceTypes": [ 977 | "main_frame", 978 | "sub_frame" 979 | ] 980 | } 981 | }, 982 | { 983 | "id": 71, 984 | "priority": 1, 985 | "action": { 986 | "type": "block" 987 | }, 988 | "condition": { 989 | "urlFilter": "*://walkie-talkie.io/*", 990 | "resourceTypes": [ 991 | "main_frame", 992 | "sub_frame" 993 | ] 994 | } 995 | }, 996 | { 997 | "id": 72, 998 | "priority": 1, 999 | "action": { 1000 | "type": "block" 1001 | }, 1002 | "condition": { 1003 | "urlFilter": "*://walla.me/*", 1004 | "resourceTypes": [ 1005 | "main_frame", 1006 | "sub_frame" 1007 | ] 1008 | } 1009 | }, 1010 | { 1011 | "id": 73, 1012 | "priority": 1, 1013 | "action": { 1014 | "type": "block" 1015 | }, 1016 | "condition": { 1017 | "urlFilter": "*://heytell.com/*", 1018 | "resourceTypes": [ 1019 | "main_frame", 1020 | "sub_frame" 1021 | ] 1022 | } 1023 | }, 1024 | { 1025 | "id": 74, 1026 | "priority": 1, 1027 | "action": { 1028 | "type": "block" 1029 | }, 1030 | "condition": { 1031 | "urlFilter": "*://tutanota.com/*", 1032 | "resourceTypes": [ 1033 | "main_frame", 1034 | "sub_frame" 1035 | ] 1036 | } 1037 | }, 1038 | { 1039 | "id": 75, 1040 | "priority": 1, 1041 | "action": { 1042 | "type": "block" 1043 | }, 1044 | "condition": { 1045 | "urlFilter": "*://proton.me/*", 1046 | "resourceTypes": [ 1047 | "main_frame", 1048 | "sub_frame" 1049 | ] 1050 | } 1051 | }, 1052 | { 1053 | "id": 76, 1054 | "priority": 1, 1055 | "action": { 1056 | "type": "block" 1057 | }, 1058 | "condition": { 1059 | "urlFilter": "*://voice.google.com/*", 1060 | "resourceTypes": [ 1061 | "main_frame", 1062 | "sub_frame" 1063 | ] 1064 | } 1065 | }, 1066 | { 1067 | "id": 77, 1068 | "priority": 1, 1069 | "action": { 1070 | "type": "block" 1071 | }, 1072 | "condition": { 1073 | "urlFilter": "*://kakaocorp.com/service/KakaoTalk", 1074 | "resourceTypes": [ 1075 | "main_frame", 1076 | "sub_frame" 1077 | ] 1078 | } 1079 | }, 1080 | { 1081 | "id": 78, 1082 | "priority": 1, 1083 | "action": { 1084 | "type": "block" 1085 | }, 1086 | "condition": { 1087 | "urlFilter": "*://opengarden.com/firechat", 1088 | "resourceTypes": [ 1089 | "main_frame", 1090 | "sub_frame" 1091 | ] 1092 | } 1093 | }, 1094 | { 1095 | "id": 79, 1096 | "priority": 1, 1097 | "action": { 1098 | "type": "block" 1099 | }, 1100 | "condition": { 1101 | "urlFilter": "*://airtime.com/*", 1102 | "resourceTypes": [ 1103 | "main_frame", 1104 | "sub_frame" 1105 | ] 1106 | } 1107 | }, 1108 | { 1109 | "id": 80, 1110 | "priority": 1, 1111 | "action": { 1112 | "type": "block" 1113 | }, 1114 | "condition": { 1115 | "urlFilter": "*://meetfranz.com/*", 1116 | "resourceTypes": [ 1117 | "main_frame", 1118 | "sub_frame" 1119 | ] 1120 | } 1121 | }, 1122 | { 1123 | "id": 81, 1124 | "priority": 1, 1125 | "action": { 1126 | "type": "block" 1127 | }, 1128 | "condition": { 1129 | "urlFilter": "*://kontalk.org/*", 1130 | "resourceTypes": [ 1131 | "main_frame", 1132 | "sub_frame" 1133 | ] 1134 | } 1135 | }, 1136 | { 1137 | "id": 82, 1138 | "priority": 1, 1139 | "action": { 1140 | "type": "block" 1141 | }, 1142 | "condition": { 1143 | "urlFilter": "*://pushbullet.com/*", 1144 | "resourceTypes": [ 1145 | "main_frame", 1146 | "sub_frame" 1147 | ] 1148 | } 1149 | }, 1150 | { 1151 | "id": 83, 1152 | "priority": 1, 1153 | "action": { 1154 | "type": "block" 1155 | }, 1156 | "condition": { 1157 | "urlFilter": "*://mumble.info/*", 1158 | "resourceTypes": [ 1159 | "main_frame", 1160 | "sub_frame" 1161 | ] 1162 | } 1163 | }, 1164 | { 1165 | "id": 84, 1166 | "priority": 1, 1167 | "action": { 1168 | "type": "block" 1169 | }, 1170 | "condition": { 1171 | "urlFilter": "*://*.google.com/*", 1172 | "resourceTypes": [ 1173 | "main_frame", 1174 | "sub_frame" 1175 | ] 1176 | } 1177 | }, 1178 | { 1179 | "id": 85, 1180 | "priority": 2, 1181 | "action": { 1182 | "type": "allow" 1183 | }, 1184 | "condition": { 1185 | "urlFilter": "*://*.google.com/recaptcha*", 1186 | "resourceTypes": [ 1187 | "main_frame", 1188 | "sub_frame" 1189 | ] 1190 | } 1191 | } 1192 | 1193 | ] --------------------------------------------------------------------------------