Age | Commit message (Collapse) | Author |
|
* viewtube.js (option): Remove "autoplay".
(createMyElement): Remove handling of "play" and "autoplay" actions.
(createMyPlayer): Remove panel "Autoplay" button.
Do not create separate img element for thumbnail.
|
|
* viewtube.js (getMyElement): Remove function.
Replace invocations of `getMyElement' with `document.querySelector'.
|
|
* viewtube.js (blockVideos): Remove function.
This function, part of ViewTube, is not relevant to YouTube.
|
|
* viewtube.js (createMyPlayer): Remove panel "Get" button.
(createMyElement): Remove handling of "get" action.
(getMyVideo): Remove function.
(option): Remove "autoget".
Users can get the video link from the HTML5 video element.
|
|
* manifest.json: Bump to version 0.3.
* youtube-noscript-shim.user.js: Bump to version 0.3.
|
|
* viewtube.js: New file.
* manifest.json (content_scripts): Add viewtube.js.
(permissions): Add storage.
|
|
* manifest.json (content_scripts): Match www.youtube.com in addition
to youtube.com.
|
|
* youtube-noscript-shim.user.js: Remove YouTube's javascript without
depending on NoScript to do it.
|
|
* manifest.json: New file.
* Makefile: New file.
* .gitignore: Ignore .zip files.
|
|
* youtube-noscript-shim.user.js: Bump to version 0.2.
|
|
* README.org: Remove italics on project name.
(Installation): Organize section better.
(Features): Make list more consistent.
|
|
* youtube-noscript-shim.user.js (attachEventListener): New function.
Use attachEventListener, slightly simplifying the script.
|
|
* youtube-noscript-shim.user.js: Iterate over NodeList without first
converting it to an Array.
|
|
* youtube-noscript-shim.user.js (toggleClasses): Make classes argument
variadic. Support multiple elements. Document it.
(toggleBooleanAttributes): Make attributes argument variadic. Support
multiple elements. Document it.
Fix toggleClasses and toggleBooleanAttributes function calls.
|
|
* README.org: List implemented features.
|
|
* README.org: Replace consecutive usage of "in addition" with "also".
|
|
* README.org: New file.
|
|
* COPYING: Text of GPLv3 license.
* youtube-noscript-shim.user.js: Add license header.
|
|
|