This Chrome extension replaces occurrences of the word "Путин" and its inflected forms with the word "хуйло" and its appropriate inflections when the button in the popup is clicked.
- Replaces the word "Путин" with "хуйло" and all its grammatical forms appropriately.
- Works on all open tabs but only modifies the currently active tab when the button is clicked.
- Simple and user-friendly interface with a single button to perform the text replacement.
- Clone or download this repository:
git clone https://github.com/yourusername/huilo-mode.git cd huilo-mode
- Open Chrome and go to the Extensions page:
- Navigate to chrome://extensions/
- Enable Developer Mode:
- Toggle the "Developer mode" switch in the top right corner.
- Load the extension:
- Click the "Load unpacked" button.
- Select the directory where you cloned/downloaded this repository.
The extension is now installed!
- Open any webpage that contains occurrences of the word "Путин" or its inflected forms.
- Click the extension icon in the Chrome toolbar.
- Click the "Replace Words" button in the popup.
- The words should now be replaced on the active tab.
To make changes to the extension:
- Edit the source files as needed:
content.js
for the main logic of text replacement.popup.js
for the popup button click handler.popup.html
andpopup.css
for the popup UI.
- Reload the extension in Chrome:
- Go to the Extensions page (chrome://extensions/).
- Click the "Reload" button for the Replace Words extension.
manifest.json
: Configuration file for the Chrome extension.content.js
: Contains the logic for text replacement.popup.html
: HTML file for the popup UI.popup.js
: JavaScript file for handling the popup button click.popup.css
: CSS file for styling the popup (inline in popup.html).
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to submit issues and pull requests for any improvements or bug fixes.
Это расширение для Chrome заменяет все вхождения слова "Путин" и его форм на слово "хуйло" и его соответствующие формы при нажатии на кнопку во всплывающем окне.
- Заменяет слово "Путин" на "хуйло" и все его грамматические формы соответствующим образом.
- Работает на всех открытых вкладках, но изменяет только активную вкладку при нажатии кнопки.
- Простой и удобный интерфейс с одной кнопкой для выполнения замены текста.
- Клонируйте или скачайте этот репозиторий:
git clone https://github.com/yourusername/huilo-mode.git cd huilo-mode
- Откройте Chrome и перейдите на страницу расширений:
- Перейдите по адресу chrome://extensions/
- Включите режим разработчика:
- Переключите тумблер "Режим разработчика" в правом верхнем углу.
- Загрузите расширение:
- Нажмите кнопку "Загрузить распакованное".
- Выберите каталог, куда вы клонировали/скачали этот репозиторий.
Расширение установлено!
- Откройте любую веб-страницу, содержащую вхождения слова "Путин" или его форм.
- Нажмите на значок расширения на панели инструментов Chrome.
- Нажмите кнопку "Заменить слова" во всплывающем окне.
- Слова должны быть заменены на активной вкладке.
Для внесения изменений в расширение:
- Измените исходные файлы по мере необходимости:
content.js
для основной логики замены текста.popup.js
для обработчика нажатия кнопки во всплывающем окне.popup.html
иpopup.css
для интерфейса всплывающего окна.
- Перезагрузите расширение в Chrome:
- Перейдите на страницу расширений (chrome://extensions/).
- Нажмите кнопку "Перезагрузить" для расширения Replace Words.
manifest.json
: Конфигурационный файл для расширения Chrome.content.js
: Содержит логику замены текста.popup.html
: HTML файл для интерфейса всплывающего окна.popup.js
: JavaScript файл для обработки нажатия кнопки во всплывающем окне.popup.css
: CSS файл для стилизации всплывающего окна (встроен в popup.html).
Этот проект лицензирован по лицензии MIT - см. файл LICENSE для подробностей.
Не стесняйтесь отправлять вопросы и запросы на добавление улучшений или исправление ошибок.