Fix "STARTSCRIPT" param
fix open random link behavior on search page
Avoid opening randomLinks in new tabs and instead load in iframe.
Add option to automatically collect daily activity points from Bing rewards dashboard page
Temporarily disable creating iframe for collecting daily activity points
set Daily Activity points collection to false by default
Fix search URL parameter
use try-catch for iframe creation for open_random_links on search page
Improved search behavior on search page
Fix search URL parameter
workaround for sites like britannica.com not opening in iframe
workaround for sites like britannica.com not opening in iframe
Avoid running irrelevant parts of script on rewardsPage + potentially fix auto collect rewards
fix
fix
Refactor to use GM_getValue and GM_setValue + Auto close any tabs opened by the script
fix auto-close tabs
Makeshift error handling
[Bing] add exclusion to randomLink Filter
[AutoGrind] Added customisable cooldown timeout
[Bing] Remove Update and Download links
Merge pull request #5 from sakthi19sk/main
Add customisable cooldown timeout to Bing AutoGrind
[AutoGrind] Randomize the timeout between searches
[AutoGrind] adjust search timeout range to 5-10 seconds
[AutoGrind] Fix mobile dark mode styles for search and settings icons
[AutoGrind] Add configurable random timeout range for searches and refractor code
[AutoGrind] enhance window closing functionality
[AutoGrind] Reset variables on scriptstart
[AutoGrind] Refactor search handling and improve tab closure logic
[AutoGrind] Bring back updateConfigVariable function to handle immediate configuration updates
[AutoGrind] Add option to open points breakdown page and close settings dialog on clicking outside
[AutoGrind] Update bing search url parameters.
[AutoGrind] fix AutoGrind auto-search stopped working on v5.3.1
Fixes #9
fix: correct search term handling to auto close search tab
Corrects search term retrieval
Ensures the correct search term is used by retrieving
the last element from the searches array. This resolves
an issue where the wrong search term was being used,
potentially disrupting the intended search sequence.
Revert "fix: correct search term handling to auto close search tab"
This reverts commit 9939aa3a27bff5fddeb7faeb2cf0ab9a4922fbb0.
fix: improve tab closing logic to match exact URL
[AutoGrind] fix match pattern to match auto_close_tabs for 'bing.com'